Skip to content

Commit

Permalink
feat: Update Morph set bonus (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowCat117 and ShadowCat117 authored Oct 3, 2024
1 parent 5f938c3 commit 7837d02
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions Data-Storage/item_sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,50 +711,70 @@
"xpBonus": 10
},
{
"rawAgility": 1,
"rawDefence": 1,
"rawDexterity": 1,
"rawHealth": 425,
"rawIntelligence": 1,
"lootBonus": 15,
"manaRegen": 8,
"raw2ndSpellCost": -5,
"rawStrength": 1,
"xpBonus": 15
},
{
"rawAgility": 1,
"rawDefence": 1,
"rawDexterity": 1,
"rawHealth": 1325,
"rawIntelligence": 1,
"lootBonus": 35,
"manaRegen": 12,
"raw2ndSpellCost": -5,
"raw4thSpellCost": -5,
"rawStrength": 1,
"xpBonus": 35
},
{
"rawAgility": 3,
"rawDefence": 3,
"rawDexterity": 3,
"rawHealth": 2275,
"rawIntelligence": 3,
"lootBonus": 55,
"manaRegen": 14,
"raw2ndSpellCost": -5,
"raw4thSpellCost": -5,
"rawStrength": 3,
"xpBonus": 55
},
{
"rawAgility": 3,
"rawDefence": 3,
"rawDexterity": 3,
"rawHealth": 3850,
"rawIntelligence": 3,
"lootBonus": 80,
"manaRegen": 18,
"raw1stSpellCost": -5,
"raw2ndSpellCost": -5,
"raw4thSpellCost": -5,
"rawStrength": 3,
"xpBonus": 80
},
{
"rawAgility": 15,
"rawDefence": 15,
"rawDexterity": 15,
"rawAgility": 21,
"rawDefence": 21,
"rawDexterity": 21,
"rawHealth": 6110,
"rawIntelligence": 15,
"rawIntelligence": 21,
"lootBonus": 100,
"manaRegen": 24,
"raw1stSpellCost": -5,
"raw2ndSpellCost": -5,
"raw3rdSpellCost": -5,
"raw4thSpellCost": -5,
"rawStrength": 15,
"rawStrength": 21,
"xpBonus": 100
}
],
Expand Down
2 changes: 1 addition & 1 deletion Data-Storage/urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
},
{
"id": "dataStaticItemSets",
"md5": "43af7d54dce316efcd3c0833cdf912db",
"md5": "071b40d5f63ec963742df664a14e072a",
"url": "https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Data-Storage/item_sets.json"
},
{
Expand Down

0 comments on commit 7837d02

Please sign in to comment.