-
Notifications
You must be signed in to change notification settings - Fork 190
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
Glass Cannon Shadowkin #1531
base: master
Are you sure you want to change the base?
Glass Cannon Shadowkin #1531
Conversation
Shadowkins now have the following damage modifiers: 20% more blunt damage 30% more slash damage 20% more piercing damage Immune to asphyxiation 20% less cold damage 20% more heat damage 50% less cellular damage 35% more bloodloss damage 35% more shock damage 45% more radiation damage Signed-off-by: SixplyDev <[email protected]>
No more darkswap. Boo wamp, needs some revamping before it's re-enabled. Signed-off-by: SixplyDev <[email protected]>
Shadowkins can now be enabled roundstart and chosen as a player species. Signed-off-by: SixplyDev <[email protected]>
What if they get the Psionic invisibility roundstart? That wouldn't be OP, we already got lots of counters |
Actually Darkswap is here to stay, although it needs some new interactions added. Darkswap is generally what should replace invisibility. Darkswap needs to:
For Shadowkin, my requirements for them are:
|
Oh, while I'm at it. Darkswap should never have needed a "mana" system bolted onto the psionics code. Nothing else interacts with that, it infuriates me how useless it is. Darkswap, and any other power that uses a finite draining/regenerating resource could have just used Stamina instead. Congratulations, Stamina is now a casting resource that has a plethora of pre-existing interactions. |
I am not a coder by any means (surprise surprise) and generally only learned coding to fix some things that were making me upset on SS13. How would I go about implementing these features? I can do writing quality myself and the feature list is being worked on as well. Really I need help with the first two. |
So in their Resources/Prototypes/Entities/Mobs/Species/shadowkin.yml file, and in every other file present in that folder, it lists the prototype used by the game to define what the ingame mob is. Its a list of Components, such as Type: Sprite, or Type: Pulling, and these components define what a Shadowkin Entity DOES. If you look at other species in that folder, they list a Parent. Usually listed as BaseMobSpeciesOrganic. Parenting means, "First spawn a BaseMobSpeciesOrganic. Then, overwrite all its components with those listed in BaseMobHarpy". Shadowkin lack a parent prototype. This was done specifically so that they could be made without a need to breathe(Type: Respirator). This is also incredibly bad. Its probably the single most Tumblr OC thing they do. Saying no to an entire game mechanic is awful. Its also awful for maintainers like me. Normally I can fix shit by just touching the parent, and that fixes it for all species. To fix it, add the parent. Then delete every component that Shadowkin share with the parent that they do not also modify. |
Pending rewrite, saving it now in case I forget. Signed-off-by: SixplyDev <[email protected]>
Wrote a lore primer for the shadowkin in the guidebook. Signed-off-by: SixplyDev <[email protected]>
Do me a solid and just delete shadowkin and everything to do with it |
real |
They are a cool idea, but a balancing nightmare. If your race needs like 10 different tools to just deal with them alone, they shouldn't be roundstart. |
I have no clue why shadowkin restraints were removed from the secfab, I'll need to re-add those. I'm removing their invisibility ability (for now) until that can be reworked. They're my favorite species from SS13 but they were horrendously botched here. |
Decided to just remove DarkSwap from Shadowkin instead of everyone as a whole. Will make a separate PR to review DarkSwap. |
I'll be removing DarkSwap from this PR and moving it to a separate PR. I'll make a new comment when the changelog is updated to reflect this. |
Added the biology section of the shadowkin guidebook. Signed-off-by: SixplyDev <[email protected]>
This is why I'm genuinely requesting a removal of all things shadowkin. They added a lot of unnecessary and unbalanced things. It can be re-added in a better way later. |
Added the unique language section of the shadowkin guidebook, updated formatting, and added another tidbit in biology. Signed-off-by: SixplyDev <[email protected]>
There is now only male and female shadowkin as is in their lore. Signed-off-by: SixplyDev <[email protected]>
Yep the intent here is to bring them a lot closer to the baseline rather than being super duper special furry oc like they were before. I'm not a coder so the rework of the other things are going to take a bit as I strugglebus my way though it. |
Shadowkin have been added to the species guidebook list. Signed-off-by: SixplyDev <[email protected]>
Removed the dummy part from the entity tag, added it back just so I don't throw any errors or flags. Signed-off-by: SixplyDev <[email protected]>
For all curious, here's the shadowkin lore document. Best viewed on a PC. I wrote it entirely from scratch & it will be replacing old shadowkin lore. |
Shadowkin misc. notes and species traits sections have been filled in. Signed-off-by: SixplyDev <[email protected]>
DarkSwap revamp will be its own PR, not for this PR. Signed-off-by: SixplyDev <[email protected]>
Shadowkin no longer get darkswap as an innate psionic ability. Signed-off-by: SixplyDev <[email protected]>
Forgot to add on the DarkSwap removal that they also now gib at 300 damage instead of 400, this is to further reinforce their glass cannon build & weak structure. |
Shadowkin have been given the BaseMobSpeciesOrganic parent to fix previous issues. Signed-off-by: SixplyDev <[email protected]>
Description
Honestly... much needed until they can get a proper rework from the original creators. This PR nerfs them a shit ton (no more teleporting away when you're in danger, smh) to make them more in line with the other species so they aren't powergamer central. Additionally, brings them more in-line with the traditional SS13 shadowkin. Shadowkins should no longer get darkswap and such, in fact I've commented out the entire ability until it too can get a rework.
TODO
Changelog
🆑