Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Magiclysm] Attunements - Gamma Burst #44688

Merged
merged 1 commit into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -777,7 +777,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