Skip to content

Commit

Permalink
Remove unrelated code, round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MNG-cataclysm committed Apr 3, 2024
1 parent d5bef15 commit 012b3fb
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 54 deletions.
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/attunements/Biotek.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"effect": "dash",
"effect_str": "downed",
"shape": "cone",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(0, 1)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(350, 1)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(10, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(0)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(350)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(10)" ] },
"damage_type": "bash",
"min_range": 8,
"max_range": 8,
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/attunements/Blood_Mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"extra_effects": [ { "id": "eoc_evocation_setup" } ],
"effect": "banishment",
"shape": "blast",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(120, 1)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(15, 0.03)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(640, 1)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(120)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(15)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(640)" ] },
"min_range": 6,
"max_range": 6,
"min_aoe": 0,
Expand Down
12 changes: 6 additions & 6 deletions data/mods/Magiclysm/Spells/attunements/Boreal_Mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"shape": "cone",
"extra_effects": [ { "id": "auroral_wave_cold" }, { "id": "eoc_evocation_setup" } ],
"damage_type": "light",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(60, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(3.0, 0.03)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(160, 0.5)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(60)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(3.0)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(160)" ] },
"min_range": 3,
"max_range": 7,
"range_increment": 0.12,
Expand All @@ -35,9 +35,9 @@
"effect": "attack",
"shape": "cone",
"valid_targets": [ "hostile", "ground" ],
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(30, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(100, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2.0, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(30)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(100)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2.0)" ] },
"min_range": 4,
"max_range": 12,
"range_increment": 0.25,
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/attunements/Cleansing_Flame.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
"shape": "blast",
"extra_effects": [ { "id": "immolate_transform" }, { "id": "immolate_push" }, { "id": "eoc_evocation_setup" } ],
"damage_type": "heat",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(90, 1)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.9, 0.03)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(260, 1)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(90)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.9)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(260)" ] },
"min_range": 4,
"max_range": 8,
"range_increment": 0.12,
Expand Down
18 changes: 9 additions & 9 deletions data/mods/Magiclysm/Spells/attunements/Earth_Elemental.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"shape": "blast",
"effect_str": "downed",
"damage_type": "bash",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.0, 0.03)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(160, 0.5)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.0)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(160)" ] },
"min_aoe": 0,
"max_aoe": 35,
"aoe_increment": 1,
Expand Down Expand Up @@ -79,9 +79,9 @@
"effect": "attack",
"shape": "blast",
"max_level": 35,
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(180, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.6, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(180)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.6)" ] },
"min_range": 8,
"max_range": 15,
"range_increment": 0.2,
Expand Down Expand Up @@ -111,9 +111,9 @@
"effect": "attack",
"shape": "blast",
"max_level": 35,
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(180, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.6, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(180)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(4.6)" ] },
"damage_type": "bash",
"sound_id": "earth_spell",
"sound_variant": "strong"
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/attunements/Fire_Elemental.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"effect": "attack",
"shape": "blast",
"damage_type": "heat",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(8.0, 0.03)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(300, 0.5)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(8.0)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(300)" ] },
"min_range": 1,
"max_range": 1,
"base_energy_cost": 120,
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/attunements/Force_Mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"base_energy_cost": 350,
"difficulty": 4,
"max_level": 35,
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(60, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(410, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(10, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(60)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(410)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(10)" ] },
"damage_type": "cut",
"min_aoe": 1,
"max_aoe": 1,
Expand Down
18 changes: 9 additions & 9 deletions data/mods/Magiclysm/Spells/attunements/Glacier_Mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"valid_targets": [ "hostile", "ground" ],
"extra_effects": [ { "id": "ice_clave_blunt" }, { "id": "eoc_evocation_setup" } ],
"flags": [ "LOUD", "NO_HANDS", "MUST_HAVE_CLASS_TO_LEARN", "NO_HANDS" ],
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(30, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(100, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2.0, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(30)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(100)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2.0)" ] },
"min_range": 3,
"max_range": 7,
"range_increment": 0.12,
Expand All @@ -34,9 +34,9 @@
"effect": "attack",
"shape": "cone",
"valid_targets": [ "hostile", "ground" ],
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(30, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(100, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2.0, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(30)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(100)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2.0)" ] },
"min_range": 3,
"max_range": 7,
"range_increment": 0.12,
Expand All @@ -59,9 +59,9 @@
"flags": [ "SOMATIC", "NO_LEGS", "LOUD", "MUST_HAVE_CLASS_TO_LEARN" ],
"extra_effects": [ { "id": "frozen_winds_push" }, { "id": "eoc_evocation_setup" } ],
"max_level": 35,
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(25, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(95, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(25)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(95)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2)" ] },
"min_aoe": 3,
"max_aoe": 6,
"aoe_increment": 0.1,
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/attunements/Golemancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"flags": [ "LOUD", "VERBAL", "SOMATIC", "MUST_HAVE_CLASS_TO_LEARN", "NO_HANDS" ],
"extra_effects": [ { "id": "eoc_evocation_setup" } ],
"spell_class": "GOLEMANCER",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(5, 0.2)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(16, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(0.32, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(16)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(0.32)" ] },
"min_range": 1,
"max_range": 1,
"base_energy_cost": 4,
Expand Down
18 changes: 9 additions & 9 deletions data/mods/Magiclysm/Spells/attunements/Gravity_Mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"effect": "attack",
"shape": "blast",
"max_level": 35,
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(25, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(60, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(1, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(25)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(60)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(1)" ] },
"damage_type": "gravity",
"min_aoe": 2,
"max_aoe": 7,
Expand All @@ -34,9 +34,9 @@
"energy_source": "MANA",
"difficulty": 10,
"max_level": 35,
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(25, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(60, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(1, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(25)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(60)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(1)" ] },
"damage_type": "bash",
"min_aoe": 4,
"max_aoe": 9,
Expand All @@ -61,9 +61,9 @@
"effect": "attack",
"shape": "blast",
"max_level": 35,
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(35, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(105, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(35)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(105)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(2)" ] },
"damage_type": "gravity",
"min_aoe": 0,
"max_aoe": 2,
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/attunements/Ice_Elemental.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"effect": "attack",
"shape": "blast",
"damage_type": "cold",
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20, 0.5)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(80, 0.5)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(1.8, 0.03)" ] },
"min_damage": { "math": [ "evocation_proficiency_bonus_calculate(20)" ] },
"max_damage": { "math": [ "evocation_proficiency_bonus_calculate(80)" ] },
"damage_increment": { "math": [ "evocation_proficiency_bonus_calculate(1.8)" ] },
"min_range": 6,
"max_range": 20,
"range_increment": 0.4,
Expand Down

0 comments on commit 012b3fb

Please sign in to comment.