Skip to content

Commit

Permalink
Initial commit (#71981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Feb 26, 2024
1 parent 1c518f3 commit dc7d145
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/mods/Magiclysm/Spells/druid.json
Original file line number Diff line number Diff line change
Expand Up @@ -1230,9 +1230,14 @@
"search_data": [ { "id": "item_druid_disinfectant" } ],
"true_eocs": [ { "id": "EOC_DRUID_DISINFECTANT_ITEM_ACTIVATE", "effect": { "u_activate": "heal" } } ]
},
{ "u_remove_item_with": "item_druid_disinfectant" }
{ "queue_eocs": "EOC_DRUID_DISINFECTANT_REMOVE", "time_in_future": [ "1 seconds", "1 seconds" ] }
]
},
{
"type": "effect_on_condition",
"id": "EOC_DRUID_DISINFECTANT_REMOVE",
"effect": [ { "u_remove_item_with": "item_druid_disinfectant" } ]
},
{
"id": "druid_water_walking",
"type": "SPELL",
Expand Down

0 comments on commit dc7d145

Please sign in to comment.