Skip to content

Commit

Permalink
fix(gear): ⛏️ [Draconium ingot] buff stats +50%
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Aug 12, 2023
1 parent 4f29e70 commit aafa83e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/tweakersconstruct.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ miscelleaneous {
cobalt:d:d:d:7:d:d:d:d:d:d
hard_carbon:d:d:5.63:7:d:d:d:d:d:d
iridium:d:d:d:10:d:d:d:d:d:d
draconium:576:7.88:9:9:d:d:57:1.42:1.65:3.75
xu_evil_metal:d:d:d:8:d:d:d:d:d:d
pulsating_iron:d:9:3:7:d:d:d:d:d:8
void_metal:510:9:6.75:10:d:d:d:1.05:d:5
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 @@ -85,7 +85,6 @@ advanced_alloy , 128.79 , 600 , 5.25 , 6.1
emerald_plustic , 128.99 , 917 , 5.25 , 5.25 , 4 , 1.1 , 0 , 53 , 1.1 , 1 , 0.9
invar , 129.62 , 319 , 4.88 , 4.13 , 5 , 1.25 , 15 , 38 , 0.5 , 1.75 , 6
endorium , 130.57 , 768 , 4.13 , 6 , 3 , 1.4 , 768 , 0 , 1.2 , 2 , 5
draconium , 131.43 , 384 , 5.25 , 6 , 5 , 1.1 , 38 , 38 , 0.95 , 1.1 , 2.5
steeleaf , 131.91 , 135 , 5.25 , 4.5 , 6 , 0.8 , 75 , 68 , 1.8 , 2.25 , 4
uranium , 132.57 , 145 , 5.63 , 3 , 7 , 0.8 , 45 , 8 , 0.4 , 1.6 , 4
ghostwood , 133.96 , 54 , 6.75 , 5.63 , 0 , 2.7 , 12 , 24 , 4.5 , 3 , 0
Expand Down Expand Up @@ -130,6 +129,7 @@ cobalt , 203.53 , 585 , 9 , 3.0
hard_carbon , 203.73 , 747 , 8.25 , 5.63 , 7 , 1 , 233 , 35 , 0.5 , 2 , 5
heavy , 207.36 , -200 , 0.1 , 25 , 5 , 0.5 , -10 , -40 , 0.1 , 0.1 , 25
iridium , 207.86 , 1425 , 6.75 , 6.38 , 10 , 0.8 , 120 , 255 , 0.6 , 2 , 5.5
draconium , 211.76 , 576 , 7.88 , 9 , 9 , 1.1 , 38 , 57 , 1.42 , 1.65 , 3.75
mithrillium , 215.64 , 1000 , 7.5 , 8.5 , 11 , 1.5 , -100 , 50 , 1 , 3 , 1
xu_evil_metal , 222.46 , 500 , 9.75 , 9.75 , 8 , 1 , 0 , 50 , 0 , 0 , 0
pulsating_iron , 225.06 , 690 , 9 , 3 , 7 , 1.05 , 188 , 188 , 0.25 , 3.5 , 8
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 @@ -37,7 +37,7 @@ darkwood,*4,*4,*4,,*4,*4,*4,*4,*4,*4
desert_myrmex,,,+8,,,,,,,
diamantine_crystal,/2,,,5,,,,,,
draconic_metal,,,,13,,,,,,
draconium,,,,,,,,,,
draconium,*1.5,*1.5,*1.5,9,,,*1.5,*1.5,*1.5,*1.5
dragonbone,/2,/2,/2,,1.1,/2,/2,,,
dragonsteel_fire,,,*(5/6),9,,,,,,+8
dragonsteel_ice,,,*(5/6),9,,,,,,+8
Expand Down
2 changes: 1 addition & 1 deletion scripts/equipment/equipData.zs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ val defaultWeaponMats as IData = [
"emerald_plustic" , # 129
"invar" , # 130
"endorium" , # 131
"draconium" , # 131
"steeleaf" , # 132
"uranium" , # 133
"ghostwood" , # 134
Expand Down Expand Up @@ -370,6 +369,7 @@ val defaultWeaponMats as IData = [
"hard_carbon" , # 204
"heavy" , # 207
"iridium" , # 208
"draconium" , # 212
"mithrillium" , # 216
"xu_evil_metal" , # 222
"pulsating_iron" , # 225
Expand Down

0 comments on commit aafa83e

Please sign in to comment.