]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Goliath mob (#30839)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Sun, 18 Aug 2024 16:22:36 +0000 (12:22 -0400)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 16:22:36 +0000 (12:22 -0400)
commita540b8840e7ad2493217c85037f8e719b38cdd3d
tree92b2b0a4e010a640945e44d9fa78475682dd914a
parentd673bdfe67a244bec2298f9f43b14f1dce6cd9fa
Goliath mob (#30839)

* Goliath mob

* Update asteroid.yml

* mcfuck yourself

* add cloak

* fixes

* Update materials.yml
29 files changed:
Content.Server/Actions/ActionOnInteractSystem.cs
Content.Server/NPC/Components/NPCUseActionOnTargetComponent.cs [new file with mode: 0644]
Content.Server/NPC/NPCBlackboard.cs
Content.Server/NPC/Systems/NPCUseActionOnTargetSystem.cs [new file with mode: 0644]
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Shared/Abilities/Goliath/GoliathSummonTentacleAction.cs [new file with mode: 0644]
Content.Shared/Abilities/Goliath/GoliathTentacleSystem.cs [new file with mode: 0644]
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Stunnable/SharedStunSystem.cs
Content.Shared/Stunnable/StunOnContactComponent.cs [new file with mode: 0644]
Resources/Locale/en-US/abilities/goliath.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Materials/materials.yml
Resources/Prototypes/NPCs/goliath.yml [new file with mode: 0644]
Resources/Prototypes/Procedural/vgroid.yml
Resources/Prototypes/Stacks/Materials/materials.yml
Resources/Prototypes/tags.yml
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/goliath.png [new file with mode: 0644]
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/goliath_alert.png [new file with mode: 0644]
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/goliath_dead.png [new file with mode: 0644]
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/goliath_preattack.png [new file with mode: 0644]
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/goliath_tentacle_retract.png [new file with mode: 0644]
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/goliath_tentacle_spawn.png [new file with mode: 0644]
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/goliath_tentacle_wiggle.png [new file with mode: 0644]
Resources/Textures/Mobs/Aliens/Asteroid/goliath.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Materials/hide.rsi/goliath_hide.png [new file with mode: 0644]
Resources/Textures/Objects/Materials/hide.rsi/goliath_hide_2.png [new file with mode: 0644]
Resources/Textures/Objects/Materials/hide.rsi/goliath_hide_3.png [new file with mode: 0644]
Resources/Textures/Objects/Materials/hide.rsi/meta.json [new file with mode: 0644]