Skip to content

Commit

Permalink
Shadow Fade rarity fixed.
Browse files Browse the repository at this point in the history
(From last time) Wither tooltip now shows current value.
  • Loading branch information
Moocowsgomoo committed Oct 23, 2018
1 parent 0b17661 commit 3850b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/beaked/cards/ShadowFade.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ShadowFade extends CustomCard {
public static final int UPGRADE_PLUS_STR_PER_INTANGIBLE = -3;

public ShadowFade() {
super(ID, NAME, "img/cards/"+ Beaked.getActualID(ID)+".png", COST, DESCRIPTION, CardType.SKILL, AbstractCardEnum.BEAKED_YELLOW, CardRarity.UNCOMMON, CardTarget.SELF);
super(ID, NAME, "img/cards/"+ Beaked.getActualID(ID)+".png", COST, DESCRIPTION, CardType.SKILL, AbstractCardEnum.BEAKED_YELLOW, CardRarity.RARE, CardTarget.SELF);
this.magicNumber = this.baseMagicNumber = STR_PER_INTANGIBLE;
}

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"modid": "beakedthecultist-sts",
"name": "Beaked The Cultist",
"author_list": ["EARL", "fiiiiilth","Moocowsgomoo", "TemmieAnimations", "BlueKnight", "Giuseppe", "MagicHampster", "Rhapsody and community"],
"description": "Adds Beaked the Cultist as a new playable character. \n\nRecent Changes: \n- Shadow Fade reworked. \n- Quantum Egg upgrades Crazy Rituals' cards. \n- Art for Stick / Stick Smack, by MagicHampster. \n- Struggle now triggers end-of-turn effects. \n- Fake Out no longer crashes with gigantic decks. \n- Added tooltip for Volatile Misfortune.\n- Awakened Form behind-the-scenes refactoring.\n- Lagavulin's Ferocity+ no longer crashes.\n- Updated credits.\n\nIf you contributed and don't see your name in the credits, please let us know!",
"description": "Adds Beaked the Cultist as a new playable character. \n\nRecent Changes: \n- Shadow Fade reworked. \n- Shadow Fade rarity fixed.\n- Quantum Egg upgrades Crazy Rituals' cards. \n- Art for Stick / Stick Smack, by MagicHampster. \n- Struggle now triggers end-of-turn effects. \n- Fake Out no longer crashes with gigantic decks. \n- Added tooltip for Volatile Misfortune.\n- Wither tooltip now shows current value.\n- Awakened Form behind-the-scenes refactoring.\n- Lagavulin's Ferocity+ no longer crashes.\n- Updated credits.\n\nIf you contributed and don't see your name in the credits, please let us know!",
"dependencies": ["basemod"],
"version": "0.5.2",
"version": "0.5.3",
"sts_version": "10-18-2018",
"mts_version": "3.4.0",
"update_json": "https://api.github.com/repos/fiiiiilth/BeakedTheCultist-StS/releases/latest"
Expand Down

0 comments on commit 3850b9a

Please sign in to comment.