Skip to content
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

Ambusher shadow #32857

Closed

Conversation

John-Candlebury
Copy link
Member

Summary

SUMMARY: Content "Adds a new shadow type monster, capable of teleporting and hiding in ambush"

Purpose of change

I wanted a new monster for the player to fight in the subway tunnels of hub 01.

Describe the solution

Adumbrations are a shadow type monster that teleports and hides after taking damage, and then springs back to life when the player walks near them. For ideal spooky results, spawn several adumbrations in an underground building, ideally in something like a long hallway.

You can either spawn the normal monster:'mon_shadow_hunter' or the hidden version:'mon_shadow_hunter_h'. Both will work

@Rivet-the-Zombie
Copy link
Member

Demogorgon!

@ZhilkinSerg ZhilkinSerg added [C++] Changes (can be) made in C++. Previously named `Code` [JSON] Changes (can be) made in JSON Mechanics: Effects / Skills / Stats Effects / Skills / Stats Monsters Monsters both friendly and unfriendly. labels Aug 3, 2019
@snake-eater911
Copy link

snake-eater911 commented Aug 3, 2019

I want a military zombie bio-operator equipped with an FB51 optical cloak (that 100% drops it), ambushing you near military buildings/vehicles, as you go back with loot...

src/monattack.cpp Outdated Show resolved Hide resolved
src/monattack.cpp Outdated Show resolved Hide resolved
src/monattack.cpp Outdated Show resolved Hide resolved
src/creature.cpp Outdated Show resolved Hide resolved
@Night-Pryanik
Copy link
Contributor

This monster feels more like a fantasy monster rather than a sci-fi one. I can't imagine a reason of why it could exist at all.

John-Candlebury and others added 4 commits August 3, 2019 13:46
Co-Authored-By: Anton Burmistrov <Night_Pryanik@mail.ru>
Co-Authored-By: BevapDin <tho_ki@gmx.de>
Co-Authored-By: BevapDin <tho_ki@gmx.de>
Co-Authored-By: BevapDin <tho_ki@gmx.de>
@Metalsoul212
Copy link

@Night-Pryanik I believe this could fit in with the lovecraftian type monsters we already have. Its always nice to have monster with unique abilitys and fighting styles it adds some more variability.

@John-Candlebury
Copy link
Member Author

Yes I admit this monster leans heavily into the "lovecraftian supernatural" side of the game, and that it has abilities that are basically magic. However, I think that new supernatural additions are not frowned upon, the Design doc itself says this about extradimensional factions: "Further extradimensional factions not only could exist, but probably should."

The shadows specifically had a very old design guideline specified in here https://discourse.cataclysmdda.org/t/draft-of-the-cataclysm-lore-writeup/10345/8
Which I used to develop this monster.

@John-Candlebury
Copy link
Member Author

jenkins rebuild

@paulenka-aleh
Copy link

paulenka-aleh commented Aug 5, 2019

While idea of making subway tunnels less boring is awesome...

Subway tunnels are early-game location now, there you can hide from zombies in emergency, navigate through the city relatively safely and even travel out of the city or to the outskirts / clean zone to leave it. Later in the game no much reasons to spend time there unless you're roleplaying a troglo, enjoy exploring dungeons or managed to get a lucky map where subways are all over the map, connect to labs, you have a map and got likely foldable non-solar car to travel there fast.

I'd place these shadows into level -4 for now (lab train network) and keep level -2 as it is until more interesting content is added to subways.

@kevingranade
Copy link
Member

Need to replace the dkgray colors with dark_gray

"id": "took_damage",
"name": [ "Took Damage" ],
"desc": [
"AI tag for when a monster has taken damage. Differs from the above by considering any possible source of damage. This is a bug if you have it."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Player still has a chance to get this effect, and Differs from the above part would be totally unclear to him. I suggest rewriting this part to avoid any possible confusion.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only monsters can have this effect, since its applied only by monster::apply_damage.

src/monattack.cpp Outdated Show resolved Hide resolved
src/monattack.cpp Outdated Show resolved Hide resolved
src/monattack.cpp Outdated Show resolved Hide resolved
Co-Authored-By: Anton Burmistrov <Night_Pryanik@mail.ru>
John-Candlebury and others added 2 commits August 25, 2019 16:39
Co-Authored-By: Anton Burmistrov <Night_Pryanik@mail.ru>
Co-Authored-By: Anton Burmistrov <Night_Pryanik@mail.ru>
@John-Candlebury
Copy link
Member Author

I have reconceptualized the Hub 01 mission that would have used these.

I'll close this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` [JSON] Changes (can be) made in JSON Mechanics: Effects / Skills / Stats Effects / Skills / Stats Monsters Monsters both friendly and unfriendly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants