-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Organize the remaining unorganized EOCs (#68940)
* Organize the stuff * Update FREQUENTLY_MADE_SUGGESTIONS.md * Revert "Update FREQUENTLY_MADE_SUGGESTIONS.md" This reverts commit 0ca0c05. * Update FREQUENTLY_MADE_SUGGESTIONS.md * Organize the lab eocs * Opps, rename * try to fix some weirdness with Github
- Loading branch information
1 parent
cf6fe32
commit 6942b2f
Showing
6 changed files
with
201 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
23 changes: 23 additions & 0 deletions
23
data/json/effects_on_condition/mutation_eocs/mutation_activation_eocs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_BIOLUM3_activated", | ||
"condition": { "compare_num": [ { "u_val": "stamina" }, ">=", { "const": 3000 } ] }, | ||
"effect": [ | ||
{ "u_assign_activity": "ACT_GENERIC_EOC", "duration": "3 seconds" }, | ||
{ "arithmetic": [ { "u_val": "stamina" }, "-=", { "const": 700 } ] }, | ||
{ "queue_eocs": [ "EOC_BIOLUM3_cast" ], "time_in_future": 2 } | ||
], | ||
"false_effect": [ { "u_message": "You don't have enough stamina to activate your Bioluminescent Flare.", "type": "bad" } ] | ||
}, | ||
{ | ||
"type": "effect_on_condition", | ||
"id": "EOC_BIOLUM3_cast", | ||
"effect": [ | ||
{ | ||
"u_cast_spell": { "id": "spell_spit_flare", "message": "You launch a glob of bioluminescent material!" }, | ||
"targeted": true | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
data/json/mutations/mutation_eocs.json → ...ition/mutation_eocs/prosthetics_eocs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.