Skip to content

Commit

Permalink
Fixed SOM gear
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagle-0 committed May 3, 2024
1 parent a4ecd2b commit b75939c
Show file tree
Hide file tree
Showing 9 changed files with 142 additions and 2 deletions.
53 changes: 53 additions & 0 deletions Resources/Prototypes/Datasets/Names/som_first.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
- type: dataset
id: names_som_first
values:
- Ares
- Phobos
- Marsius
- Tiberius
- Valerius
- Galba
- Titus
- Antonius
- Cassius
- Augustus
- Claudius
- Maximus
- Flavius
- Lucius
- Octavius
- Brutus
- Julius
- Marcellus
- Publius
- Caius
- Hadrianus
- Caligula
- Nero
- Commodus
- Traianus
- Seneca
- Ovidius
- Livius
- Plinius
- Vespasianus
- Vitellius
- Justinianus
- Gaius
- Constantinus
- Drusus
- Valentinianus
- Galerius
- Gordianus
- Diocletianus
- Caracalla
- Pertinax
- Valerianus
- Gratianus
- Theodosius
- Honorius
- Arcadius
- Majorianus
- Anthemius
- Olybrius
- Glycerius
55 changes: 55 additions & 0 deletions Resources/Prototypes/Datasets/Names/som_last.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
- type: dataset
id: names_som_last
values:
- Bellator
- Fortis
- Aquilifer
- Fulgor
- Ignis
- Ferrum
- Gladius
- Venator
- Tonitrus
- Volcanus
- Ferocitas
- Draco
- Martialis
- Astrum
- Stellatus
- Marte
- Ferox
- Telum
- Ignitus
- Caelum
- Bellatorius
- Excidium
- Vindex
- Astra
- Obsidio
- Fulmen
- Fervor
- Fortis
- Martialis
- Ignitus
- Gladius
- Bellator
- Excidium
- Ferrum
- Fulmen
- Telum
- Martialis
- Ignitus
- Gladius
- Bellator
- Excidio
- Martialis
- Ignitus
- Gladius
- Bellator
- Ferocitas
- Fulgor
- Ignis
- Bellator
- Ignis


4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@
description: These tactical gloves are perfect for choking out Terran opressors.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/Boxing/somgloves.rsi
sprite: Clothing/Hands/Gloves/somgloves.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/Boxing/somgloves.rsi
sprite: Clothing/Hands/Gloves/somgloves.rsi
- type: Insulated
- type: Fiber
fiberMaterial: fibers-insulative
19 changes: 19 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,22 @@
name: Syndicate Clone Soldier
description: Urist Squad has been activated, work with your brothers and complete your objective.
- type: GhostTakeoverAvailable

# Sons of Mars
- type: entity
save: false
name: Martian Marine
parent: BaseMobHuman
id: MobSOMAgent
components:
- type: Loadout
prototypes:
- MartianMarineGear
- type: RandomMetadata
nameSegments:
- names_som_first
- names_som_last
- type: GhostRole
name: Martian Marine
description: Rise, Son of Mars, and crush the skulls of your Terran opressors!
- type: GhostTakeoverAvailable
13 changes: 13 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,16 @@
mask: ClothingMaskGasMerc
belt: ClothingBeltMercWebbing

# Sons of Mars
- type: startingGear
id: MartianMarineGear
equipment:
jumpsuit: ClothingUniformSOM
outerClothing: ClothingSoMMedium
back: ClothingBackpackSatchelLeather
shoes: ClothingShoesSOM
gloves: ClothingHandsGlovesSOM
head: ClothingHeadHelmetSOM
id: PassengerPDA
ears: ClothingHeadsetFreelance
mask: ClothingMaskGasSecurity
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 b75939c

Please sign in to comment.