Skip to content

Commit

Permalink
Spawner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorox221 committed Mar 15, 2024
1 parent c9ee6bb commit f5bda21
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ ent-RandomHumanoidSpawnerCluwne = Клувень
ent-RandomHumanoidSpawnerDeathSquad = Агент эскадрона смерти
.suffix = ОБР, Эскадрон
.desc = { "" }
ent-RandomHumanoidSpawnerTSFNavy = Рекрут ТСФ
.suffix = ТСФ, EVA
.desc = { "" }
26 changes: 26 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/humanoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,29 @@
description: ghost-role-information-cluwne-description
- type: GhostTakeoverAvailable
- type: Cluwne

- type: entity
id: RandomHumanoidSpawnerTSFNavy
name: TSF recruit
suffix: TSF, EVA
components:
- type: Sprite
sprite: Ganimed/Clothing/OuterClothing/Hardsuits/tsf.rsi
state: icon
- type: RandomMetadata
nameSegments:
- NamesFirstMilitary
- NamesLastMilitary
- type: RandomHumanoidSpawner
settings: TSFNavy

- type: randomHumanoidSettings
id: TSFNavy
randomizeName: false
components:
- type: Loadout
prototypes: [ TSFHardsuitGear ]
- type: RandomMetadata
nameSegments:
- NamesFirstMilitary
- NamesLastMilitary
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5bda21

Please sign in to comment.