Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore: lootrun tomes
Browse files Browse the repository at this point in the history
  • Loading branch information
Commander07 committed Oct 9, 2023
1 parent 8daed93 commit eae8097
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/io/github/nbcss/wynnlib/data/TomeType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ enum class TomeType(
DUNGEONEERING("dungeoneering", "Dungeoneering"),
WEAPON("weapon", "Weapon"),
ARMOUR("armour", "Armour"),
GUILD("guild", "Guild");
GUILD("guild", "Guild"),
LOOTRUNNING("lootrunning", "Lootrunning");

override fun getKey(): String = id

Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/assets/wynnlib/data/Identifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,14 @@
"suffix": "%",
"group": "SURVIVABILITY"
},
{
"id": "bonus_rainbow_defense",
"apiId": "bonusElementalDefense",
"name": "ELEMENTALDEFENSE",
"displayName": "Elemental Defence",
"suffix": "%",
"group": "SURVIVABILITY"
},
{
"id": "speed",
"apiId": "speed",
Expand Down
70 changes: 70 additions & 0 deletions src/main/resources/assets/wynnlib/data/Tomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,76 @@
"defensePoints": 1,
"agilityPoints": 1,
"restriction": "UNTRADABLE"
},
{
"name": "Thief's Tome of Lootrun Mastery",
"tier": "Fabled",
"type": "LOOTRUNNING",
"level": 75,
"neutralDamageBonusRaw": 40,
"healthBonus": 40,
"lootBonus": 15,
"restriction": "SOULBOUND"
},
{
"name": "Spelunker's Tome of Lootrun Mastery",
"tier": "Fabled",
"type": "LOOTRUNNING",
"level": 75,
"earthDamageBonusRaw": 40,
"bonusEarthDefense": 8,
"lootBonus": 15,
"restriction": "SOULBOUND"
},
{
"name": "Pickpocket's Tome of Lootrun Mastery",
"tier": "Fabled",
"type": "LOOTRUNNING",
"level": 75,
"thunderDamageBonusRaw": 40,
"bonusThunderDefense": 8,
"lootBonus": 15,
"restriction": "SOULBOUND"
},
{
"name": "Manipulator's Tome of Lootrun Mastery",
"tier": "Fabled",
"type": "LOOTRUNNING",
"level": 75,
"waterDamageBonusRaw": 40,
"bonusWaterDefense": 8,
"lootBonus": 15,
"restriction": "SOULBOUND"
},
{
"name": "Plunderer's Tome of Lootrun Mastery",
"tier": "Fabled",
"type": "LOOTRUNNING",
"level": 75,
"fireDamageBonusRaw": 40,
"bonusFireDefense": 8,
"lootBonus": 15,
"restriction": "SOULBOUND"
},
{
"name": "Scoundrel's Tome of Lootrun Mastery",
"tier": "Fabled",
"type": "LOOTRUNNING",
"level": 75,
"airDamageBonusRaw": 40,
"bonusAirDefense": 8,
"lootBonus": 15,
"restriction": "SOULBOUND"
},
{
"name": "Mastermind's Tome of Lootrun Mastery",
"tier": "Fabled",
"type": "LOOTRUNNING",
"level": 75,
"elementalDamageBonusRaw": 40,
"bonusElementalDefense": 8,
"lootBonus": 15,
"restriction": "SOULBOUND"
}
],
"version": "2.0.0"
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/wynnlib/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@
"wynnlib.id.bonus_air_defense": "f{\u274b Air} Defence",
"wynnlib.id.bonus_thunder_defense": "e{\u2726 Thunder} Defence",
"wynnlib.id.bonus_earth_defense": "2{\u2724 Earth} Defence",
"wynnlib.id.bonus_rainbow_defense": "Elemental Defence",
"wynnlib.id.speed": "Walk Speed",
"wynnlib.id.jump_height": "Jump Height",
"wynnlib.id.sprint": "Sprint",
Expand Down

0 comments on commit eae8097

Please sign in to comment.