2021-03-01 21:06:39 +00:00
|
|
|
// Keep in mind that material stats are multiplied by the form stats, not added (e.g. equip_time_secs is most sensitive to this)
|
2021-02-23 20:29:27 +00:00
|
|
|
({
|
2021-05-09 05:49:06 +00:00
|
|
|
"common.items.mineral.ingot.bloodsteel_ingot": (
|
2021-03-01 21:06:39 +00:00
|
|
|
equip_time_secs: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
power: 1.75,
|
|
|
|
poise_strength: 1.75,
|
|
|
|
speed: 1.75,
|
2021-03-09 03:53:58 +00:00
|
|
|
crit_chance: 1.75,
|
|
|
|
crit_mult: 1.75,
|
2021-02-23 20:29:27 +00:00
|
|
|
),
|
2021-05-09 05:49:06 +00:00
|
|
|
"common.items.mineral.ingot.bronze_ingot": (
|
2021-03-01 21:06:39 +00:00
|
|
|
equip_time_secs: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
power: 0.75,
|
|
|
|
poise_strength: 0.75,
|
|
|
|
speed: 0.75,
|
2021-03-09 03:53:58 +00:00
|
|
|
crit_chance: 0.75,
|
|
|
|
crit_mult: 0.75,
|
2021-02-23 20:29:27 +00:00
|
|
|
),
|
2021-05-09 05:49:06 +00:00
|
|
|
"common.items.mineral.ingot.cobalt_ingot": (
|
2021-03-01 21:06:39 +00:00
|
|
|
equip_time_secs: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
power: 1.5,
|
|
|
|
poise_strength: 1.5,
|
|
|
|
speed: 1.5,
|
2021-03-09 03:53:58 +00:00
|
|
|
crit_chance: 1.5,
|
|
|
|
crit_mult: 1.5,
|
2021-02-23 20:29:27 +00:00
|
|
|
),
|
2021-05-09 05:49:06 +00:00
|
|
|
"common.items.mineral.ingot.copper_ingot": (
|
2021-03-01 21:06:39 +00:00
|
|
|
equip_time_secs: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
power: 0.4,
|
|
|
|
poise_strength: 0.4,
|
|
|
|
speed: 0.4,
|
2021-03-09 03:53:58 +00:00
|
|
|
crit_chance: 0.4,
|
|
|
|
crit_mult: 0.4,
|
2021-02-23 20:29:27 +00:00
|
|
|
),
|
2021-05-09 05:49:06 +00:00
|
|
|
"common.items.mineral.ingot.iron_ingot": (
|
2021-03-01 21:06:39 +00:00
|
|
|
equip_time_secs: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
power: 1.0,
|
|
|
|
poise_strength: 1.0,
|
|
|
|
speed: 1.0,
|
2021-03-09 03:53:58 +00:00
|
|
|
crit_chance: 1.0,
|
|
|
|
crit_mult: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
),
|
2021-05-09 05:49:06 +00:00
|
|
|
"common.items.mineral.ingot.steel_ingot": (
|
2021-03-01 21:06:39 +00:00
|
|
|
equip_time_secs: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
power: 1.25,
|
|
|
|
poise_strength: 1.25,
|
|
|
|
speed: 1.25,
|
2021-03-09 03:53:58 +00:00
|
|
|
crit_chance: 1.25,
|
|
|
|
crit_mult: 1.25,
|
2021-02-23 20:29:27 +00:00
|
|
|
),
|
2021-05-09 05:49:06 +00:00
|
|
|
"common.items.mineral.ingot.tin_ingot": (
|
2021-03-01 21:06:39 +00:00
|
|
|
equip_time_secs: 1.0,
|
2021-02-23 20:29:27 +00:00
|
|
|
power: 0.25,
|
|
|
|
poise_strength: 0.25,
|
|
|
|
speed: 0.25,
|
2021-03-09 03:53:58 +00:00
|
|
|
crit_chance: 0.25,
|
|
|
|
crit_mult: 0.25,
|
2021-02-23 20:29:27 +00:00
|
|
|
),
|
|
|
|
})
|