feat: Added new config options:
Gameplay Category: - manaPerShard: Amount of mana a crystal shard is worth (default: 10) - manaPerCrystal: Amount of mana each magic crystal is worth (default: 100) - grandCrystalMana: Amount of mana a grand magic crystal is worth (default: 400) - nonElementalUpgradeBonus: Bonus wand upgrades for non-elemental wands (default: 3) - siphonManaPerLevel: Mana gained per siphon upgrade level (default: 5) - condenserTickInterval: Ticks between condenser mana increases (default: 50) Tweaks Category: - storageIncreasePerLevel: Charge increase per storage upgrade level (default: 0.15)
This commit is contained in:
@@ -1541,6 +1541,20 @@ config.ebwizardry.single_use_spell_books=Spell Books Are Consumed By Wands
|
||||
config.ebwizardry.single_use_spell_books.tooltip=Whether spell books are consumed when they are bound to a wand.
|
||||
config.ebwizardry.prevent_binding_same_spell_twice_to_wands=Prevent Binding The Same Spell To A Wand Multiple Times
|
||||
config.ebwizardry.prevent_binding_same_spell_twice_to_wands.tooltip=Whether to prevent binding the same spell to a wand multiple times
|
||||
config.ebwizardry.mana_per_shard=Mana Per Crystal Shard
|
||||
config.ebwizardry.mana_per_shard.tooltip=The amount of mana a crystal shard is worth.
|
||||
config.ebwizardry.mana_per_crystal=Mana Per Crystal
|
||||
config.ebwizardry.mana_per_crystal.tooltip=The amount of mana each magic crystal is worth.
|
||||
config.ebwizardry.grand_crystal_mana=Grand Crystal Mana
|
||||
config.ebwizardry.grand_crystal_mana.tooltip=The amount of mana a grand magic crystal is worth.
|
||||
config.ebwizardry.upgrade_stack_limit=Upgrade Stack Limit
|
||||
config.ebwizardry.upgrade_stack_limit.tooltip=The maximum number of one type of wand upgrade which can be applied to a wand.
|
||||
config.ebwizardry.non_elemental_upgrade_bonus=Non-Elemental Upgrade Bonus
|
||||
config.ebwizardry.non_elemental_upgrade_bonus.tooltip=The bonus amount of wand upgrades that can be applied to a non-elemental wand.
|
||||
config.ebwizardry.siphon_mana_per_level=Siphon Mana Per Level
|
||||
config.ebwizardry.siphon_mana_per_level.tooltip=The amount of mana given for a kill for each level of siphon upgrade.
|
||||
config.ebwizardry.condenser_tick_interval=Condenser Tick Interval
|
||||
config.ebwizardry.condenser_tick_interval.tooltip=The number of ticks between each mana increase for wands with the condenser upgrade.
|
||||
config.ebwizardry.telekinetic_disarmament=Telekinetic Disarmament
|
||||
config.ebwizardry.telekinetic_disarmament.tooltip=Whether to allow players to disarm other players using the telekinesis spell. Disable to prevent stealing of items.
|
||||
config.ebwizardry.telekinetic_disarmament.true=Yes - let people steal things
|
||||
@@ -1575,6 +1589,8 @@ config.ebwizardry.blast_increase_per_level=Blast Increase Per Level
|
||||
config.ebwizardry.blast_increase_per_level.tooltip=The fraction by which spell blast is increased for each level of blast upgrade. May cause extreme lag with high values!
|
||||
config.ebwizardry.frost_slowness_increase_per_level=Frost Slowness Increase Per Level
|
||||
config.ebwizardry.frost_slowness_increase_per_level.tooltip=The fraction by which movement speed is reduced per level of frost effect.
|
||||
config.ebwizardry.storage_increase_per_level=Storage Increase Per Level
|
||||
config.ebwizardry.storage_increase_per_level.tooltip=The fraction by which maximum charge is increased for each level of storage upgrade.
|
||||
|
||||
config.ebwizardry.category.difficulty=Difficulty Settings
|
||||
config.ebwizardry.category.difficulty.tooltip=Configure wizardry's difficulty
|
||||
|
||||
Reference in New Issue
Block a user