Skip to content

Commit

Permalink
Merge pull request #44688 from KorGgenT/gamma-burst
Browse files Browse the repository at this point in the history
[Magiclysm] Attunements - Gamma Burst
  • Loading branch information
ZhilkinSerg authored Oct 8, 2020
2 parents 2757d7d + 1dffbd8 commit a3ea909
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions data/mods/Magiclysm/Spells/attunements/Radiation_Mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,31 @@
"min_aoe": 3,
"max_aoe": 3,
"max_level": 35
},
{
"id": "gamma_burst",
"type": "SPELL",
"name": "Gamma Burst",
"description": "Cause cell damage to everything in a wide area. Fast to cast, but does damage slowly.",
"valid_targets": [ "hostile", "ally" ],
"flags": [ "NO_LEGS", "NO_HANDS" ],
"shape": "blast",
"effect": "attack",
"damage_type": "pure",
"energy_source": "MANA",
"spell_class": "RADIATION_MAGE",
"base_casting_time": 75,
"base_energy_cost": 350,
"min_aoe": 6,
"max_aoe": 10,
"aoe_increment": 0.12,
"min_damage": 2,
"max_damage": 2,
"min_dot": 10,
"max_dot": 45,
"dot_increment": 1,
"min_duration": 500,
"max_duration": 2000,
"duration_increment": 43
}
]
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/traits/attunements.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
"valid": false,
"description": "The Radiation mage was discovered as an attunement in the 20th century, closely guarded as a military secret in close relation to the Manhatten Project. It was declassified in 1989 as a part of the attunement awareness movement, but it is still poorly understood even by the very few researchers that wrote books on attunements.",
"prereqs": [ "STORMSHAPER", "ANIMIST" ],
"spells_learned": [ [ "shortwave", 5 ] ],
"spells_learned": [ [ "shortwave", 5 ], [ "gamma_burst", 5 ] ],
"cancels": [
"ARTIFICER",
"AURA_MAGE",
Expand Down

0 comments on commit a3ea909

Please sign in to comment.