]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Adds Hellspawn (Nar'Sie demon mob) (#20291)
authorbrainfood1183 <113240905+brainfood1183@users.noreply.github.com>
Thu, 4 Jan 2024 12:53:15 +0000 (12:53 +0000)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 12:53:15 +0000 (05:53 -0700)
commitb06d9cb64a53e387240fa804853d3ee2a4d3f11b
tree699217016dc6115fcbdb020f1e47d747b548d0ca
parentca529178e23c571290c5d29bfa2486ebf33d4771
Adds Hellspawn (Nar'Sie demon mob) (#20291)

* HellSpawn Mob

* added spawner

* summary for the namespace

* larger collider, cannot enter single tile corridors.

* fix

* remove duplicate from yml, fix attributions.

* moved action to shared, moved comp to shared, networked comp, separated heal, fixed attributions

* removed flammable from hellspawn
removed the healing effect from firestarter ability (healing can be separate ability).

* Update attributions.yml

fix attributions

* fix

* fix
21 files changed:
Content.Server/Abilities/Firestarter/FirestarterSystem.cs [new file with mode: 0644]
Content.Shared/Abilities/Firestarter/FirestarterComponent.cs [new file with mode: 0644]
Content.Shared/Abilities/Firestarter/SharedFirestarterSystem.cs [new file with mode: 0644]
Content.Shared/Actions/Events/FireStarterActionEvent.cs [new file with mode: 0644]
Resources/Audio/Effects/Footsteps/attributions.yml
Resources/Audio/Effects/Footsteps/largethud.ogg [new file with mode: 0644]
Resources/Audio/Magic/attributions.yml
Resources/Audio/Magic/rumble.ogg [new file with mode: 0644]
Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Damage/modifier_sets.yml
Resources/Prototypes/Entities/Markers/Spawners/mobs.yml
Resources/Prototypes/Entities/Mobs/NPCs/hellspawn.yml [new file with mode: 0644]
Resources/Prototypes/SoundCollections/footsteps.yml
Resources/Textures/Interface/Actions/firestarter.png [new file with mode: 0644]
Resources/Textures/Interface/Actions/meta.json
Resources/Textures/Markers/mobs.rsi/hellspawn.png [new file with mode: 0644]
Resources/Textures/Markers/mobs.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Mobs/Demons/hellspawn.rsi/alive.png [new file with mode: 0644]
Resources/Textures/Mobs/Demons/hellspawn.rsi/dead.png [new file with mode: 0644]
Resources/Textures/Mobs/Demons/hellspawn.rsi/meta.json [new file with mode: 0644]