Skip to content

Commit

Permalink
fix(gear): 🔨Nerf [Livingwood] Hadle Modifier and Handle Durability
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed May 11, 2024
1 parent 0cdc835 commit 8f1a69c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/tweakersconstruct.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ miscelleaneous {
aquamarine:98:3.5:2.25:0:d:d:d:d:d:d
ma.prosperity:d:d:d:4:1.4:d:d:d:d:0.8
cactus:d:d:3.55:0:d:d:d:d:d:d
livingwood:d:0.94:1.31:4:1.2:5:d:d:d:d
netherrack:d:d:d:3:d:d:d:d:d:d
livingwood:d:0.94:1.31:4:2:1:d:d:d:d
bone:d:d:d:0:1.2:d:d:d:d:d
cheese:d:d:d:0:d:d:d:d:d:d
dragonbone:113:1.13:2.25:d:1.1:49:75:d:d:d
Expand Down
2 changes: 1 addition & 1 deletion dev/tools/tcon/stats/Stats.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ aquamarine , 59.64 , 98 , 3.5 , 2.2
ma.prosperity , 60.86 , 27 , 0.62 , 0.08 , 4 , 1.4 , 6 , 15 , 1.4 , 0.63 , 0.8
cactus , 61.78 , 158 , 3 , 3.55 , 0 , 0.85 , 15 , 38 , 1.05 , 0.9 , 0
apatite , 62.8 , 281 , 3 , 3.38 , 1 , 0.8 , 8 , 26 , 0 , 0 , 0
livingwood , 63.23 , 60 , 0.94 , 1.31 , 4 , 1.2 , 5 , 15 , 1.2 , 1 , 0
polyethylene , 63.81 , 165 , 3.75 , 2.25 , 0 , 0.5 , 19 , 30 , 1.75 , 0.6 , 0
netherrack , 65.86 , 203 , 3.38 , 2.25 , 3 , 0.85 , -262 , 56 , 0.2 , 0.4 , -1
livingrock , 66.38 , 128 , 3.38 , 3 , 1 , 0.9 , 8 , 26 , 0.6 , 0.9 , 0
tin , 66.53 , 113 , 3.38 , 3 , 1 , 0.8 , 8 , 15 , 0.9 , 1.25 , 0
livingwood , 69.49 , 60 , 0.94 , 1.31 , 4 , 2 , 1 , 15 , 1.2 , 1 , 0
bone , 70.95 , 150 , 3.82 , 1.88 , 0 , 1.2 , 38 , 49 , 0.95 , 1.15 , 0
cheese , 72.81 , 225 , 3 , 1.5 , 0 , 1.5 , 30 , 113 , 1.5 , 2 , 0..5
dragonbone , 73.46 , 113 , 1.13 , 2.25 , 3 , 1.1 , 49 , 75 , 0.6 , 1.2 , 4
Expand Down
2 changes: 1 addition & 1 deletion dev/tools/tcon/tweaks/Stat Tweaks.csv
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ kyronite,*3,*3,*3,9,*3,*3,*3,*3,*3,*3
lead,,,,4,,,,,,
litherite,*3,*3,*3,7,*3,*3,*3,*3,*3,*3
livingrock,,,,,,,,,,
livingwood,,/2,/2,4,2,*3.5,,,,
livingwood,,/2,/2,4,1.2,5,,,,
lonsdaleite,,,,,,,,,,
lumium,,,,6,,,,,,
ma.base_essence,,,,4,*2,,,,,+2.5
Expand Down
2 changes: 1 addition & 1 deletion scripts/equipment/equipData.zs
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ static defaultWeaponMats as int[string]$orderly = {
'ma.prosperity' : 61,
'cactus' : 62,
'apatite' : 63,
'livingwood' : 63,
'polyethylene' : 64,
'netherrack' : 66,
'livingrock' : 66,
'tin' : 67,
'livingwood' : 69,
'bone' : 71,
'cheese' : 73,
'dragonbone' : 73,
Expand Down

0 comments on commit 8f1a69c

Please sign in to comment.