-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[WIP] Dermatik jsonification #66358
[WIP] Dermatik jsonification #66358
Conversation
data/json/effect_on_condition.json
Outdated
"effect": [ | ||
{ "u_message": "Your flesh crawls… A larva tears through your flesh and begins to emerge!", "type": "bad" }, | ||
{ "u_spawn_monster": "mon_dermatik_larva", "real_count": 1, "min_radius": 1, "max_radius": 4 }, | ||
{ "u_lose_effect": "dermatik" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a new effect called dermatik_damage that ticks once and applies the damage right after this eoc fires
6c820f4
to
2fb31ab
Compare
Co-Authored-By: Anton Simakov <[email protected]>
EOCs all done by Guardian Co-Authored-By: Anton Simakov <[email protected]>
Co-authored-by: Uwuewsky <[email protected]>
The very important events |
Yeah most things do. This is broken as fuck. I am not getting to this anytime soon, I'm just rebasing it so the conflicts don't stack up. It's one of those PRs I frankly don't want to deal with anymore because it's just a bunch of annoyances. EDIT: Actually fuck it. I have no reason to finish this. |
Summary
None
Purpose of change
Dermatiks have had insane amounts of VERY evil hardcoding going on and with the recent grab changes and the power of EOCs it should be possible to jsonify them. Will it work? I damn well hope so!
Describe the solution
So far complete jsonification of the
DERMATIK
special attack. It is largely unchanged - it may have a different effect duration and can no longer be swatted away with cattle tail but for the most part the rest should be similar/the same (I hope)I plan to jsonify
effect_dermatik
if I don't lose my sanity but this has proven to be a lot more work than I initially thought it'd be so we'll see what happens...Describe alternatives you've considered
Testing
NOT TESTED YET! WILL DO ONCE I'M SATISFIED WITH THE STATE OF THIS!
Additional context