Skip to content

Commit

Permalink
Update spell json to use shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Oct 5, 2020
1 parent fa3bac4 commit e994e64
Show file tree
Hide file tree
Showing 50 changed files with 524 additions and 215 deletions.
15 changes: 12 additions & 3 deletions data/json/artifact/altered_object_active.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"valid_targets": [ "ground" ],
"effect": "summon",
"effect_str": "mon_vortex",
"shape": "blast",
"base_casting_time": 100,
"message": "Space twists and deforms around you.",
"min_damage": 1,
Expand All @@ -25,6 +26,7 @@
"valid_targets": [ "ground" ],
"effect": "summon",
"effect_str": "mon_hound_tindalos",
"shape": "blast",
"base_casting_time": 100,
"message": "The world unravels into geometric shapes, and between the chaos you spot a horrid prowling beast.",
"min_damage": 1,
Expand All @@ -41,6 +43,7 @@
"name": "Artifact Force Pull",
"description": "Pull objects.",
"effect": "area_pull",
"shape": "blast",
"valid_targets": [ "self", "ally", "hostile", "ground", "item", "field" ],
"message": "An unnatural implosion sends objects flying.",
"min_range": 15,
Expand All @@ -58,6 +61,7 @@
"valid_targets": [ "self" ],
"effect": "spawn_item",
"effect_str": "artifact_teleportitis_aura",
"shape": "blast",
"base_casting_time": 100,
"min_duration": 4000,
"max_duration": 4000
Expand All @@ -71,6 +75,7 @@
"valid_targets": [ "self" ],
"effect": "spawn_item",
"effect_str": "artifact_slow_aura",
"shape": "blast",
"base_casting_time": 100,
"min_duration": 900,
"max_duration": 900
Expand All @@ -83,6 +88,7 @@
"message": "Stale golden light floods the world, and reality stands still.",
"valid_targets": [ "self" ],
"effect": "mod_moves",
"shape": "blast",
"min_damage": 500,
"max_damage": 500,
"base_casting_time": 100
Expand All @@ -94,8 +100,10 @@
"description": "Grants you the Darkness effect",
"message": "Persistent shadows invade your field of view.",
"valid_targets": [ "self" ],
"effect": "target_attack",
"flags": [ "NO_PROJECTILE" ],
"effect": "attack",
"effect_str": "darkness",
"shape": "blast",
"min_duration": 2400,
"max_duration": 2400
},
Expand All @@ -108,7 +116,8 @@
"min_damage": 0,
"max_damage": 10,
"valid_targets": [ "self" ],
"flags": [ "RANDOM_DAMAGE" ],
"effect": "target_attack"
"flags": [ "RANDOM_DAMAGE", "NO_PROJECTILE" ],
"shape": "blast",
"effect": "attack"
}
]
Loading

0 comments on commit e994e64

Please sign in to comment.