Skip to content

Commit 40ba33f

Browse files
Old Border Shandalar: Nerf several necklace and right-hand items (Card-Forge#9980)
- Jeweled Necklace (renamed from Jeweled Amulet): -2 Max Life - Crown of the Vale: -4 Max Life - Rhystic Amulet: -3 -> -6 Max Life - Krampus's Horns: -2 -> -6 Max Life - Scythe of Yawgmoth: -8 Max Life - Wombat Tamer's Whip: -2 Max Life
1 parent 04653d0 commit 40ba33f

File tree

1 file changed

+13
-9
lines changed
  • forge-gui/res/adventure/Shandalar Old Border/world

1 file changed

+13
-9
lines changed

forge-gui/res/adventure/Shandalar Old Border/world/items.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,13 @@
538538
}
539539
},
540540
{
541-
"name": "Jeweled Amulet",
542-
"description": "Store one mana for later use.",
541+
"name": "Jeweled Necklace",
542+
"description": "-2 Max Life. Store one mana for later use.",
543543
"equipmentSlot": "Neck",
544544
"iconName": "JeweledNecklace",
545545
"cost": 9000,
546546
"effect": {
547+
"lifeModifier": -2,
547548
"startBattleWithCard": [
548549
"Jeweled Amulet|ICE"
549550
]
@@ -1655,11 +1656,12 @@
16551656
"equipmentSlot": "Right",
16561657
"iconName": "WombatTamersWhip",
16571658
"effect": {
1659+
"lifeModifier": -2,
16581660
"startBattleWithCard": [
16591661
"Rabid Wombat|LEG"
16601662
]
16611663
},
1662-
"description": "A 0/1 vigilance that gets +2/+2 for each Aura on it."
1664+
"description": "-2 Max Life. A 0/1 vigilance that gets +2/+2 for each Aura on it."
16631665
},
16641666
{
16651667
"name": "Molten Gauntlet",
@@ -1896,11 +1898,12 @@
18961898
"equipmentSlot": "Right",
18971899
"iconName": "ScytheOfYawgmoth",
18981900
"effect": {
1901+
"lifeModifier": -8,
18991902
"startBattleWithCard": [
19001903
"Order of Yawgmoth|USG"
19011904
]
19021905
},
1903-
"description": "A 2/2 fear creature. Opponent discards when it deals damage.",
1906+
"description": "-8 Max Life. A 2/2 fear creature. Opponent discards when it deals damage.",
19041907
"cost": 12000
19051908
},
19061909
{
@@ -2058,12 +2061,12 @@
20582061
"equipmentSlot": "Neck",
20592062
"iconName": "RhysticAmulet",
20602063
"effect": {
2061-
"lifeModifier": -3,
2064+
"lifeModifier": -6,
20622065
"startBattleWithCard": [
20632066
"Rhystic Cave|PCY"
20642067
]
20652068
},
2066-
"description": "-3 life. Tap for any color unless an opponent pays 1."
2069+
"description": "-6 Max Life. Tap for any color unless an opponent pays 1."
20672070
},
20682071
{
20692072
"name": "Shoes of Sorrow",
@@ -2105,11 +2108,12 @@
21052108
"equipmentSlot": "Neck",
21062109
"iconName": "CrownOfTheVale",
21072110
"effect": {
2111+
"lifeModifier": -4,
21082112
"startBattleWithCard": [
21092113
"Rainbow Vale|FEM"
21102114
]
21112115
},
2112-
"description": "Tap for any color. Gives itself to your opponent."
2116+
"description": "-4 Max Life. Tap for any color. Gives itself to your opponent."
21132117
},
21142118
{
21152119
"name": "Tasty Tome",
@@ -2746,12 +2750,12 @@
27462750
},
27472751
{
27482752
"name": "Krampus's Horns",
2749-
"description": "Start with Charcoal Diamond in play. -1 starting hand, -2 life.",
2753+
"description": "Start with Charcoal Diamond in play. -1 starting hand, -6 Max Life.",
27502754
"equipmentSlot": "Neck",
27512755
"iconName": "KrampussHorns",
27522756
"effect": {
27532757
"changeStartCards": -1,
2754-
"lifeModifier": -2,
2758+
"lifeModifier": -6,
27552759
"startBattleWithCard": [
27562760
"Charcoal Diamond|MIR"
27572761
]

0 commit comments

Comments
 (0)