diff --git a/config/brandon3055/DraconicAdditions.cfg b/config/brandon3055/DraconicAdditions.cfg new file mode 100644 index 0000000..2b0514d --- /dev/null +++ b/config/brandon3055/DraconicAdditions.cfg @@ -0,0 +1,76 @@ +"Server" { + # This is a randomly generated ID that clients will use to map config settings from this server. + S:"serverID"="a3cd214e-2b48-4754-ac78-bc10008cf97a" + + # These allow you to tweak the stats of the curios found in this mod. + "Armor Tweaks" { + # A multiplier to the amount of OP that the Infused Armor can store. + D:"infusedCapacityMultiplier"=1.0 + } + + # These allow you to tweak the stats of the curios found in this mod. + "Curios Tweaks" { + # A multiplier to the amount of OP that the Modular Necklace can store. + D:"necklaceCapacityMultiplier"=1.0 + + # A multiplier to the amount of OP that the Modular Harness can store. + D:"harnessCapacityMultiplier"=1.0 + + # Whether to allow the Modular Harness to tick it's stored machine while it's equipped. Note: this item is currently bugged and you WILL corrupt your world if you turn this on. + B:"harnessTickInCuriosSlot"=false + + # Whether to allow the Modular Harness to tick it's stored machine when it's not equipped. Note: this item is currently bugged and you WILL corrupt your world if you turn this on. + B:"harnessTickOutOfCuriosSlot"=false + } + + # These allow you to tweak the stats of the tools found in this mod. + "Tool Tweaks" { + # Sets how much RF Hermal provides when powered. + L:"hermalRFAmount"=10000 + + # Sets how much RF the chaos container should consume per tick for every bucket of chaos. + D:"chaosContainerRFMultiplier"=1.0 + } + + # Allows you to tweak various settings for Draconic Additions Modules. + "Module Tweaks" { + # The amount of half-shanks that the Chaotic Auto-Feed Module can store. + D:"chaoticFeedAmount"=1000.0 + + # The extra ticks that the Draconic Tick Accelerator provides. As the number of extra ticks go up, the RF cost increases dramatically. + I:"draconicAccelTicks"=1 + + # Same as the above, but for the Chaotic Tick Accelerator. + I:"chaoticAccelTicks"=2 + + # The maximum amount of liquid chaos each Semi-Stable Chaos Holder can contain. + I:"semiStableChaosMax"=2500 + + # The maximum amount of entropy each Semi-Stable Chaos Holder can have when modifying the amount of chaos stored. + I:"semiStableInstabilityMax"=100 + + # The maximum amount of liquid chaos each Stable Chaos Holder can contain. + I:"stableChaosMax"=1000 + + # The maximum amount of entropy each Stable Chaos Holder can have when modifying the amount of chaos stored. + I:"stableInstabilityMax"=20 + + # The maximum amount of liquid chaos each Unstable Chaos Holder can contain. + I:"unstableChaosMax"=5000 + + # The maximum amount of entropy each Unstable Chaos Holder can have when modifying the amount of chaos stored. + I:"unstableInstabilityMax"=200 + + # How many half-hearts the Chaos Injection System can extract/fill every 5 ticks. + I:"chaosInjectorRate"=2 + } + + # Allows you to tweak various things about Draconic Evolution and Draconic Additions as a whole, such as Fusion Crafting power costs. + "Misc Tweaks" { + # Allows you to multiply all Fusion Crafting OP costs across both Draconic Evolution and Draconic Additions by this amount. + D:"fusionCraftingCosts"=1.0 + + # Enables non-canon content. Not suited for general play, but content isn't unbalanced. + B:"enableMemes"=false + } +} diff --git a/config/brandon3055/DraconicEvolution.cfg b/config/brandon3055/DraconicEvolution.cfg index b0c0a5a..4f05610 100644 --- a/config/brandon3055/DraconicEvolution.cfg +++ b/config/brandon3055/DraconicEvolution.cfg @@ -1,6 +1,6 @@ "Server" { # This is a randomly generated id that clients will use to map their tool config settings to this server. - S:"serverID"="1089cd41-8fa5-41f6-bd86-500b5257c41b" + S:"serverID"="97d465b5-7a8b-4d59-9e15-21580b124c6b" # This can be used to limit the maximum speed boost allowed by the modular armor. # A value of for example 1 means a maximum boost of +100% over default character speed. diff --git a/config/brandon3055/ModuleStats.cfg b/config/brandon3055/ModuleStats.cfg new file mode 100644 index 0000000..9cc9659 --- /dev/null +++ b/config/brandon3055/ModuleStats.cfg @@ -0,0 +1,623 @@ +# All of the values in this file are the defaults as of the time the file was generated. +# If you wish to set custom values you must set the "override" field to true then specify your custom values. +"Module Stats" { + "draconicevolution:draconium_energy" { + B:"override"=false + + L:"capacity"=1000000 + + L:"transfer"=16000 + } + + "draconicevolution:wyvern_energy" { + B:"override"=false + + L:"capacity"=4000000 + + L:"transfer"=64000 + } + + "draconicevolution:draconic_energy" { + B:"override"=false + + L:"capacity"=16000000 + + L:"transfer"=256000 + } + + "draconicevolution:chaotic_energy" { + B:"override"=false + + L:"capacity"=64000000 + + L:"transfer"=1024000 + } + + "draconicevolution:wyvern_energy_link" { + B:"override"=false + + L:"activation"=4000000 + + L:"operation"=512 + + L:"transfer"=2048 + + B:"dimensional"=false + } + + "draconicevolution:draconic_energy_link" { + B:"override"=false + + L:"activation"=16000000 + + L:"operation"=2048 + + L:"transfer"=16000 + + B:"dimensional"=true + } + + "draconicevolution:chaotic_energy_link" { + B:"override"=false + + L:"activation"=64000000 + + L:"operation"=8192 + + L:"transfer"=128000 + + B:"dimensional"=true + } + + "draconicevolution:draconium_speed" { + B:"override"=false + + D:"speed_boost"=0.1 + } + + "draconicevolution:wyvern_speed" { + B:"override"=false + + D:"speed_boost"=0.25 + } + + "draconicevolution:draconic_speed" { + B:"override"=false + + D:"speed_boost"=0.5 + } + + "draconicevolution:chaotic_speed" { + B:"override"=false + + D:"speed_boost"=1.5 + } + + "draconicevolution:draconium_damage" { + B:"override"=false + + D:"damage_boost"=2.0 + } + + "draconicevolution:wyvern_damage" { + B:"override"=false + + D:"damage_boost"=4.0 + } + + "draconicevolution:draconic_damage" { + B:"override"=false + + D:"damage_boost"=8.0 + } + + "draconicevolution:chaotic_damage" { + B:"override"=false + + D:"damage_boost"=16.0 + } + + "draconicevolution:draconium_aoe" { + B:"override"=false + + I:"aoe"=1 + } + + "draconicevolution:wyvern_aoe" { + B:"override"=false + + I:"aoe"=2 + } + + "draconicevolution:draconic_aoe" { + B:"override"=false + + I:"aoe"=3 + } + + "draconicevolution:chaotic_aoe" { + B:"override"=false + + I:"aoe"=5 + } + + "draconicevolution:wyvern_tree_harvest" { + B:"override"=false + + I:"range"=16 + + I:"speed"=5 + } + + "draconicevolution:draconic_tree_harvest" { + B:"override"=false + + I:"range"=48 + + I:"speed"=15 + } + + "draconicevolution:chaotic_tree_harvest" { + B:"override"=false + + I:"range"=144 + + I:"speed"=45 + } + + "draconicevolution:wyvern_proj_velocity" { + B:"override"=false + + D:"velocity_modifier"=0.15000000596046448 + + D:"accuracy_modifier"=-0.01875000074505806 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.0 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:draconic_proj_velocity" { + B:"override"=false + + D:"velocity_modifier"=0.3499999940395355 + + D:"accuracy_modifier"=-0.02187499962747097 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.04374999925494194 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:chaotic_proj_velocity" { + B:"override"=false + + D:"velocity_modifier"=0.75 + + D:"accuracy_modifier"=-0.0 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.1875 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:wyvern_proj_accuracy" { + B:"override"=false + + D:"velocity_modifier"=-0.0625 + + D:"accuracy_modifier"=0.125 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=-0.015625 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:draconic_proj_accuracy" { + B:"override"=false + + D:"velocity_modifier"=-0.05000000074505806 + + D:"accuracy_modifier"=0.20000000298023224 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=-0.012500000186264515 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:chaotic_proj_accuracy" { + B:"override"=false + + D:"velocity_modifier"=-0.0 + + D:"accuracy_modifier"=0.25 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=-0.0 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:wyvern_proj_grav_comp" { + B:"override"=false + + D:"velocity_modifier"=-0.02500000037252903 + + D:"accuracy_modifier"=-0.05000000074505806 + + D:"anti_grav_modifier"=0.20000000298023224 + + D:"penetration_modifier"=-0.0062500000931322575 + + D:"damage_modifier"=-0.06000000238418579 + } + + "draconicevolution:draconic_proj_grav_comp" { + B:"override"=false + + D:"velocity_modifier"=-0.015625 + + D:"accuracy_modifier"=-0.03125 + + D:"anti_grav_modifier"=0.25 + + D:"penetration_modifier"=-0.00390625 + + D:"damage_modifier"=-0.03750000149011612 + } + + "draconicevolution:chaotic_proj_grav_comp" { + B:"override"=false + + D:"velocity_modifier"=-0.0 + + D:"accuracy_modifier"=-0.0 + + D:"anti_grav_modifier"=0.5 + + D:"penetration_modifier"=-0.0 + + D:"damage_modifier"=-0.0 + } + + "draconicevolution:wyvern_proj_penetration" { + B:"override"=false + + D:"velocity_modifier"=0.0 + + D:"accuracy_modifier"=-0.125 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.25 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:draconic_proj_penetration" { + B:"override"=false + + D:"velocity_modifier"=0.0 + + D:"accuracy_modifier"=-0.125 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.5 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:chaotic_proj_penetration" { + B:"override"=false + + D:"velocity_modifier"=0.0 + + D:"accuracy_modifier"=-0.0 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.75 + + D:"damage_modifier"=0.0 + } + + "draconicevolution:wyvern_proj_damage" { + B:"override"=false + + D:"velocity_modifier"=0.0 + + D:"accuracy_modifier"=-0.0625 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.0 + + D:"damage_modifier"=0.25 + } + + "draconicevolution:draconic_proj_damage" { + B:"override"=false + + D:"velocity_modifier"=0.0 + + D:"accuracy_modifier"=-0.0625 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.0 + + D:"damage_modifier"=0.5 + } + + "draconicevolution:chaotic_proj_damage" { + B:"override"=false + + D:"velocity_modifier"=0.0 + + D:"accuracy_modifier"=-0.0 + + D:"anti_grav_modifier"=0.0 + + D:"penetration_modifier"=0.0 + + D:"damage_modifier"=0.75 + } + + "draconicevolution:wyvern_shield_control" { + B:"override"=false + + I:"cool_down_ticks"=400 + } + + "draconicevolution:draconic_shield_control" { + B:"override"=false + + I:"cool_down_ticks"=200 + } + + "draconicevolution:chaotic_shield_control" { + B:"override"=false + + I:"cool_down_ticks"=100 + } + + "draconicevolution:wyvern_shield_capacity" { + B:"override"=false + + I:"capacity"=25 + + D:"recharge"=0.005 + } + + "draconicevolution:draconic_shield_capacity" { + B:"override"=false + + I:"capacity"=50 + + D:"recharge"=0.0125 + } + + "draconicevolution:chaotic_shield_capacity" { + B:"override"=false + + I:"capacity"=100 + + D:"recharge"=0.025 + } + + "draconicevolution:wyvern_large_shield_capacity" { + B:"override"=false + + I:"capacity"=125 + + D:"recharge"=0.0 + } + + "draconicevolution:draconic_large_shield_capacity" { + B:"override"=false + + I:"capacity"=250 + + D:"recharge"=0.0 + } + + "draconicevolution:chaotic_large_shield_capacity" { + B:"override"=false + + I:"capacity"=500 + + D:"recharge"=0.0 + } + + "draconicevolution:wyvern_shield_recovery" { + B:"override"=false + + I:"capacity"=5 + + D:"recharge"=0.05 + } + + "draconicevolution:draconic_shield_recovery" { + B:"override"=false + + I:"capacity"=10 + + D:"recharge"=0.125 + } + + "draconicevolution:chaotic_shield_recovery" { + B:"override"=false + + I:"capacity"=20 + + D:"recharge"=0.25 + } + + "draconicevolution:wyvern_flight" { + B:"override"=false + + D:"elytra_boost_speed"=1.0 + } + + "draconicevolution:draconic_flight" { + B:"override"=false + + D:"elytra_boost_speed"=2.0 + } + + "draconicevolution:chaotic_flight" { + B:"override"=false + + D:"elytra_boost_speed"=3.5 + } + + "draconicevolution:wyvern_undying" { + B:"override"=false + + D:"health_boost"=6.0 + + D:"shield_boost"=25.0 + + I:"shield_boost_time"=300 + + I:"charge_ticks"=2400 + + L:"charge_energy"=5000000 + + D:"invulnerable_time"=2.0 + } + + "draconicevolution:draconic_undying" { + B:"override"=false + + D:"health_boost"=12.0 + + D:"shield_boost"=50.0 + + I:"shield_boost_time"=600 + + I:"charge_ticks"=1200 + + L:"charge_energy"=10000000 + + D:"invulnerable_time"=3.0 + } + + "draconicevolution:chaotic_undying" { + B:"override"=false + + D:"health_boost"=20.0 + + D:"shield_boost"=100.0 + + I:"shield_boost_time"=2400 + + I:"charge_ticks"=900 + + L:"charge_energy"=20000000 + + D:"invulnerable_time"=3.0 + } + + "draconicevolution:draconium_auto_feed" { + B:"override"=false + + D:"food_storage"=40.0 + } + + "draconicevolution:wyvern_auto_feed" { + B:"override"=false + + D:"food_storage"=150.0 + } + + "draconicevolution:draconic_auto_feed" { + B:"override"=false + + D:"food_storage"=400.0 + } + + "draconicevolution:draconium_jump" { + B:"override"=false + + D:"jump_boost"=0.25 + } + + "draconicevolution:wyvern_jump" { + B:"override"=false + + D:"jump_boost"=0.75 + } + + "draconicevolution:draconic_jump" { + B:"override"=false + + D:"jump_boost"=1.25 + } + + "draconicevolution:chaotic_jump" { + B:"override"=false + + D:"jump_boost"=4.0 + } + + "draconicadditions:chaotic_auto_feed" { + B:"override"=false + + D:"food_storage"=1000.0 + } + + "draconicadditions:draconic_tick_accel" { + B:"override"=false + + I:"tick_accel"=1 + } + + "draconicadditions:chaotic_tick_accel" { + B:"override"=false + + I:"tick_accel"=2 + } + + "draconicadditions:semi_stable_chaos" { + B:"override"=false + + I:"max_instability"=100 + + I:"max_chaos"=2500 + } + + "draconicadditions:stable_chaos" { + B:"override"=false + + I:"max_instability"=20 + + I:"max_chaos"=1000 + } + + "draconicadditions:unstable_chaos" { + B:"override"=false + + I:"max_instability"=200 + + I:"max_chaos"=5000 + } + + "draconicadditions:chaos_injector" { + B:"override"=false + + I:"injection_rate"=2 + } +}