118 lines
3.1 KiB
TOML
118 lines
3.1 KiB
TOML
|
|
#Configs for weapons that currently mod has to offer and can be found in survival
|
|
[current_weapons]
|
|
|
|
[current_weapons.abyssal_tidecaller]
|
|
#Durability || Default 2500
|
|
#Range: > 1
|
|
durability = 2500
|
|
#Damage || Default 21.0
|
|
#Range: 0.0 ~ 100.0
|
|
damage = 21.0
|
|
#Attack Speed || Default -3.0
|
|
#Range: -5.0 ~ 5.0
|
|
attack_speed = -3.0
|
|
#Eldritch Spell Power || MULTIPLY_TOTAL || Default 0.15
|
|
#Range: 0.0 ~ 1.0
|
|
eldritch_spell_power = 0.15
|
|
#Ender Spell Power || MULTIPLY_TOTAL || Default 0.10
|
|
#Range: 0.0 ~ 1.0
|
|
ender_spell_power = 0.1
|
|
|
|
[current_weapons.flames_of_eldritch]
|
|
#Durability || Default 3000
|
|
#Range: > 1
|
|
durability = 3000
|
|
#Damage || Default 17.0
|
|
#Range: 0.0 ~ 100.0
|
|
damage = 17.0
|
|
#Attack Speed || Default -2.6
|
|
#Range: -5.0 ~ 5.0
|
|
attack_speed = -2.6
|
|
#Eldritch Spell Power || MULTIPLY_TOTAL || Default 0.05
|
|
#Range: 0.0 ~ 1.0
|
|
eldritch_spell_power = 0.05
|
|
#Fire Spell Power || MULTIPLY_TOTAL || Default 0.20
|
|
#Range: 0.0 ~ 1.0
|
|
fire_spell_power = 0.2
|
|
|
|
[current_weapons.harbingers_wrath]
|
|
#Durability || Default 2500
|
|
#Range: > 1
|
|
durability = 2500
|
|
#Damage || Default 17.0
|
|
#Range: 0.0 ~ 100.0
|
|
damage = 17.0
|
|
#Attack Speed || Default -2.8
|
|
#Range: -5.0 ~ 5.0
|
|
attack_speed = -2.8
|
|
#Lightning Spell Power || MULTIPLY_TOTAL || Default 0.20
|
|
#Range: 0.0 ~ 1.0
|
|
lightning_spell_power = 0.2
|
|
|
|
[current_weapons.scourge_of_the_sands]
|
|
#Durability || Default 2500
|
|
#Range: > 1
|
|
durability = 2500
|
|
#Damage || Default 13.0
|
|
#Range: 0.0 ~ 100.0
|
|
damage = 13.0
|
|
#Attack Speed || Default -2.4
|
|
#Range: -5.0 ~ 5.0
|
|
attack_speed = -2.4
|
|
#Evocation Spell Power || MULTIPLY_TOTAL || Default 0.10
|
|
#Range: 0.0 ~ 1.0
|
|
evocation_spell_power = 0.1
|
|
#Nature Spell Power || MULTIPLY_TOTAL || Default 0.10
|
|
#Range: 0.0 ~ 1.0
|
|
nature_spell_power = 0.1
|
|
|
|
[current_weapons.thorns_of_oblivion]
|
|
#Durability || Default 2500
|
|
#Range: > 1
|
|
durability = 2500
|
|
#Damage || Default 13.0
|
|
#Range: 0.0 ~ 100.0
|
|
damage = 13.0
|
|
#Attack Speed || Default -2.4
|
|
#Range: -5.0 ~ 5.0
|
|
attack_speed = -2.4
|
|
#Nature Spell Power || MULTIPLY_TOTAL || Default 0.05
|
|
#Range: 0.0 ~ 1.0
|
|
nature_spell_power = 0.15
|
|
#Ender Spell Power || MULTIPLY_TOTAL || Default 0.05
|
|
#Range: 0.0 ~ 1.0
|
|
ender_spell_power = 0.15
|
|
|
|
[current_weapons.voidstrike_reaper]
|
|
#Durability || Default 2500
|
|
#Range: > 1
|
|
durability = 2500
|
|
#Damage || Default 19.0
|
|
#Range: 0.0 ~ 100.0
|
|
damage = 19.0
|
|
#Attack Speed || Default -3.0
|
|
#Range: -5.0 ~ 5.0
|
|
attack_speed = -3.0
|
|
#Ender Spell Power || MULTIPLY_BASE || Default 0.10
|
|
#Range: 0.0 ~ 1.0
|
|
ender_spell_power = 0.2
|
|
|
|
[current_weapons.cursed_wraithblade]
|
|
#Durability || Default 3000
|
|
#Range: > 1
|
|
durability = 3000
|
|
#Damage || Default 15.0
|
|
#Range: 0.0 ~ 100.0
|
|
damage = 17.0
|
|
#Attack Speed || Default -2.8
|
|
#Range: -5.0 ~ 5.0
|
|
attack_speed = -2.8
|
|
#Ice Spell Power || MULTIPLY_BASE || Default 0.2
|
|
#Range: 0.0 ~ 1.0
|
|
ice_spell_power = 0.2
|
|
#Eldritch Spell Power || MULTIPLY_BASE || Default 0.05
|
|
#Range: 0.0 ~ 1.0
|
|
eldritch_spell_power = 0.05
|
|
|