Skip to content

Commit

Permalink
Upgraded the BaseMod and ModTheSpire versions. Added a couple of reli…
Browse files Browse the repository at this point in the history
…c overrides
  • Loading branch information
Martin Ivancic committed Sep 21, 2018
1 parent 2fc3ee4 commit fe8dc2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<baseModVersion>3.2.2</baseModVersion>
<modThespireversion>3.1.0</modThespireversion>
<stSVersion>09-06-2018</stSVersion>
<baseModVersion>3.3.0</baseModVersion>
<modThespireversion>3.2.0</modThespireversion>
<stSVersion>09-20-2018</stSVersion>
</properties>
</profile>
</profiles>
Expand Down
Binary file not shown.
5 changes: 3 additions & 2 deletions src/main/java/relicrelevance/RelicType.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ public class RelicType {
private static final String[] ON_ATTACK_MONSTER_RELICS = {"SneckoSkull", "HandDrill", "ChemicalX", "ChampionsBelt", "BlueCandle"};
private static final String[] ON_EXHAUST_RELICS = {"StrangeSpoon", "CharonsAshes", "DeadBranch"};
private static final String[] AT_TURN_START_RELICS = { "BustedCrown", "IceCream", "PaperFrog", "PaperCrane", "OddMushroom", "WristBlade",
"Turnip", "MedicalKit", "Calipers", "Sozu", "RunicDome", "CoffeeDripper", "Ectoplasm", "FusionHammer", "Ginger", "HoveringKite", "MagicFlower"};
"Turnip", "MedicalKit", "Calipers", "Sozu", "RunicDome", "CoffeeDripper", "Ectoplasm", "FusionHammer", "Ginger", "HoveringKite", "MagicFlower",
"WarpedTongs"};
private static final String[] ON_LOSE_HP_RELICS = {"CentennialPuzzle", "RunicCube", "GoldPlatedCables"};
private static final String[] ON_PLAYER_END_TURN_RELICS = {"RunicPyramid"};
private static final String[] BATTLE_START_PRE_DRAW_RELICS = {"BagOfPreparation"};
private static final String[] ON_VICTORY_RELICS = {"WhiteBeast", "SingingBowl", "QuestionCard", "PrayerWheel", "NlothsGift", "BloodyIdol"};
private static final String[] ON_VICTORY_RELICS = {"WhiteBeast", "SingingBowl", "QuestionCard", "PrayerWheel", "NlothsGift", "BloodyIdol", "PrismaticShard"};
private static final String[] ON_ENTER_REST_ROOM_RELICS = {"RegalPillow", "AncientTeaSet", "Shovel", "RegalPillow", "PeacePipe", "DreamCatcher"};
private static final String[] SET_COUNTER_RELICS = {"NlothsMask", "Omamori"};
private static final String[] ON_ENTER_ROOM_RELICS = {"JuzuBracelet", "TinyChest"};
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"modid": "relicrelevancereorder",
"name": "Relic Relevance Reorder",
"author_list": ["chandler258"],
"author_list": ["MartinI"],
"description": "Orders relics from most relevant (e.g. countdown relics) to irrelevant (e.g. all charges used)",
"version": "0.2",
"version": "3.2",
"sts_version": "${stSVersion}",
"mts_version": "${modThespireversion}",
"update_json": "https://api.github.com/repos/MartinIvancic/stsrelicrelevance/releases/latest"
Expand Down

0 comments on commit fe8dc2e

Please sign in to comment.