minecraft-modpack-1.20.1/config/traveloptics/traveloptics-spells.toml
2025-02-09 23:58:43 +01:00

103 lines
3.3 KiB
TOML

#Staff, Spellbooks and other this kind of thing
[staff_spellbooks]
[staff_spellbooks.titanlord_scepter]
#Damage || Default 9.0
#Range: 0.0 ~ 100.0
damage = 9.0
#Cooldown Reduction || MULTIPLY_BASE || Default 0.15
#Range: 0.0 ~ 1.0
cooldown_reduction = 0.15
#Mana Regen || MULTIPLY_BASE || Default 0.10
#Range: 0.0 ~ 1.0
mana_regen = 0.1
#Variant Spell Power || MULTIPLY_BASE || Default 0.15
#Range: 0.0 ~ 1.0
variant_spell_power = 0.15
#If Titanlord Scepter should grant a recast to Annihilation spell || Default: true
grant_annihilation_recast = true
#Attack Speed || Default -3.0
#Range: -5.0 ~ 5.0
attack_speed = -3.0
[staff_spellbooks.archive_of_abyssal_secrets]
#Ender Spell Power || MULTIPLY_BASE || Default 0.15
#Range: 0.0 ~ 1.0
ender_spell_power = 0.15
#Eldritch Spell Power || MULTIPLY_BASE || Default 0.15
#Range: 0.0 ~ 1.0
eldritch_spell_power = 0.15
#Extra spell slots for Archive of abyssal secrets || Default 10 + 2 built-in
#Range: > 4
extra_slots = 10
#Max Mana || ADDITION || Default 300.0
#Range: 50.0 ~ 1000.0
max_mana = 300.0
[staff_spellbooks.the_accused_codex]
#Cooldown Reduction || MULTIPLY_BASE || Default 0.10
#Range: 0.0 ~ 1.0
cooldown_reduction = 0.1
#Ice Spell Power || MULTIPLY_BASE || Default 0.20
#Range: 0.0 ~ 1.0
ice_spell_power = 0.2
#Extra spell slots for Shellbound || Default 11
#Range: > 1
extra_slots = 11
#Max Mana || ADDITION || Default 300.0
#Range: 50.0 ~ 1000.0
max_mana = 300.0
[staff_spellbooks.shellbound]
#Nature Spell Power || MULTIPLY_BASE || Default 0.10
#Range: 0.0 ~ 1.0
nature_spell_power = 0.1
#Cooldown Reduction || MULTIPLY_BASE || Default 0.10
#Range: 0.0 ~ 1.0
cooldown_reduction = 0.1
#Extra spell slots for Shellbound || Default 12
#Range: > 1
extra_slots = 12
#Max Mana || ADDITION || Default 200.0
#Range: 50.0 ~ 1000.0
max_mana = 200.0
[staff_spellbooks.chronicles_of_the_firelord]
#Fire Spell Power || MULTIPLY_BASE || Default 0.15
#Range: 0.0 ~ 1.0
fire_spell_power = 0.15
#Spell Eldritch Spell Power || MULTIPLY_BASE || Default 0.15
#Range: 0.0 ~ 1.0
eldritch_spell_power = 0.15
#Extra spell slots for Chronicles of the firelord || Default 10 + 2 built-in
#Range: > 3
extra_slots = 10
#Max Mana || ADDITION || Default 300.0
#Range: 50.0 ~ 1000.0
max_mana = 300.0
#This config houses all the extra spell and spell mechanics
#If you're looking to change the spell stats instead or disable/enable spells... Go to iron's spellbooks server config file
[spells]
[spells.summon]
#Limit the number of active 'Group' summon spells to one at a time || Default: true
limit_group_summon = true
#Limit the number of active 'Miniboss' summon spells to one at a time || Default: true
limit_miniboss_summon = true
#Limit the number of active 'Kaiju' summon spells to one at a time || Default: true
limit_kaiju_summon = true
[spells.aerial_collapse]
#Should bosses take less percent-based damage from Aerial Collapse? || less than 1.0 will make them take less damage || Default 1.0
#Range: 0.1 ~ 1.0
bosses_take_less_damage = 1.0
[spells.annihilation]
#If Annihilation spell can cause fire || Automatically disabled if cause_explosion is disabled || Default: true
cause_fire = true
#If Annihilation spell can cause blocks to break/create explosion || Default: true
cause_explosion = true