Skip to content

Commit

Permalink
Add updated hx2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Jun 9, 2024
1 parent 9f54f28 commit 3eb9f0e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"experience": [675,1600,3750,7250,15000,28500,52000,86000,110000,150000,150000],
"health": [65,75,5,10,3,150],
"mana": [92,102,9,11,3,300],
"ac": [10, 15, 25, 5, 20],
"stats": {
"strength": [10,13],
"intelligence": [6,10],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"experience": [911,2160,5062,9787,20250,38475,70200,116100,148500,202500,202500],
"health": [65,75,5,10,3,150],
"mana": [88,98,7,10,2,300],
"ac": [10, 20, 15, 25, 5],
"stats": {
"strength": [12,15],
"intelligence": [10,13],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"experience": [823,1952,4575,8845,18300,34770,63440,104920,134200,183000,183000],
"health": [65,75,5,10,3,150],
"mana": [96,106,10,12,4,300],
"ac": [5, 5, 15, 10, 25],
"stats": {
"strength": [6,10],
"intelligence": [15,18],
Expand Down
9 changes: 5 additions & 4 deletions resources/assets/playersheets/hx2paladinplayer.playersheet
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"experience": [945,2240,5250,10150,21000,39900,72800,120400,154000,210000,210000],
"health": [70,85,8,13,4,150],
"mana": [84,94,6,9,1,300],
"ac": [15, 25, 10, 20, 5],
"stats": {
"strength": [6,10],
"intelligence": [6,10],
Expand Down Expand Up @@ -53,16 +54,16 @@
"CWeapFlame": "none",
"MWeapLightning": "none",

"FWeaponPiece1": "PWeapPurifierPiece1",
"FWeaponPiece2": "PWeapPurifierPiece2",
"FWeaponPiece1": "PWeapPurifierPiece2",
"FWeaponPiece2": "none",
"FWeaponPiece3": "none",

"CWeaponPiece1": "none",
"CWeaponPiece2": "none",
"CWeaponPiece3": "none",
"CWeaponPiece3": "PWeapPurifierPiece1",

"MWeaponPiece1": "none",
"MWeaponPiece2": "none",
"MWeaponPiece2": "Mana3",
"MWeaponPiece3": "none",
},
"xp_bonus_stat": "wisdom",
Expand Down
11 changes: 6 additions & 5 deletions resources/assets/playersheets/hx2succubusplayer.playersheet
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"experience": [871,2060,4822,9319,19278,36626,66804,110494,141334,192700,192700],
"health": [65,75,5,10,3,150],
"mana": [90,100,8,11,3,300],
"ac": [0, 5, 15, 10, 25],
"stats": {
"strength": [11,14],
"intelligence": [9,13],
Expand All @@ -32,13 +33,13 @@
"MaceAmmo": "Mana3",
"MaceHefty": "Mana3",

"Gauntlets": "Mana3",
"Gauntlets": "SWeapTempestStaffPiece2",
"GoldWand": "Mana3",
"Crossbow": "SWeapAcidRune",
"Blaster": "Mana3",
"SkullRod": "SWeapFireStorm",
"PhoenixRod": "Mana3",
"Mace": "ArtiDarkServant",
"Mace": "SWeapTempestStaffPiece1",

"BagOfHolding": "ArtiBoostMana",
"ArtiTimeBomb": "ArtiPoisonBag",
Expand All @@ -54,16 +55,16 @@
"MWeapLightning": "SWeapFireStorm",

"FWeaponPiece1": "none",
"FWeaponPiece2": "none",
"FWeaponPiece2": "Mana3",
"FWeaponPiece3": "none",

"CWeaponPiece1": "none",
"CWeaponPiece1": "SWeapTempestStaffPiece2",
"CWeaponPiece2": "none",
"CWeaponPiece3": "none",

"MWeaponPiece1": "none",
"MWeaponPiece2": "none",
"MWeaponPiece3": "none",
"MWeaponPiece3": "SWeapTempestStaffPiece1",
},
"xp_bonus_stat": "wisdom",
"use_max_health_scaler": false,
Expand Down

0 comments on commit 3eb9f0e

Please sign in to comment.