Skip to content

Commit

Permalink
yml cleanup (#1627)
Browse files Browse the repository at this point in the history
* fix yaml warrior being applied to every file

* random yml cleanup

* fix vox corpsman

* nuke mafia

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Aug 16, 2024
1 parent bdb29b5 commit f21bdd0
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 360 deletions.
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
- changed-files:
- any-glob-to-any-file:
- "**/*.yml"
- all-globs-to-all-files:
- "!Resources/Maps/**/*.yml"
- "!Resources/Prototypes/Maps/**/*.yml"

"Changes: Shaders":
- changed-files:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/DeltaV/Body/Organs/vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
id: OrganVulpkaninStomach
parent: OrganAnimalStomach
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: Stomach
- type: SolutionContainerManager
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitCombatStandard
noSpawn: true
name: combat hardsuit helmet
description: An armoured helmet with a yellow visor and dual head-mounted lights.
components:
Expand Down Expand Up @@ -37,7 +36,6 @@
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitCombatMedical
noSpawn: true
name: medical combat hardsuit helmet
description: A lightweight armoured helmet with full-face blue visor and head-mounted light.
components:
Expand Down Expand Up @@ -72,7 +70,6 @@
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitCombatRiot
noSpawn: true
name: riot combat hardsuit helmet
description: A heavy armoured helmet with a sealed visor with yellow slits and dual head-mounted lights.
components:
Expand Down Expand Up @@ -107,7 +104,6 @@
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitCombatAdvanced
noSpawn: true
name: advanced combat hardsuit helmet
description: A light but durable helmet with full-face protection and four head-mounted lights.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# See AGPLv3.txt for details.

- type: entity
categories: [ HideSpawnMenu, Spawner ]
parent: MarkerBase
id: SpawnPointPlayerCharacter
name: ghost role spawn point
suffix: player character, DO NOT MAP
parent: MarkerBase
components:
- type: GhostRole
name: Roleplay Ghost Role
Expand All @@ -21,7 +22,7 @@
state: full

- type: entity # Part of ListeningPost
noSpawn: true
categories: [ HideSpawnMenu, Spawner ]
parent: BaseAntagSpawner
id: SpawnPointGhostSyndicateListener
components:
Expand All @@ -43,7 +44,7 @@
time: 40000 # 11.1 hours

- type: entity
noSpawn: true
categories: [ HideSpawnMenu, Spawner ]
parent: BaseAntagSpawner
id: SpawnPointGhostParadoxAnomaly
name: paradox anomaly spawn point
Expand All @@ -54,7 +55,7 @@
rules: ghost-role-information-paradox-anomaly-rules

- type: entity
noSpawn: true
categories: [ HideSpawnMenu, Spawner ]
parent: BaseAntagSpawner
id: SpawnPointGhostFugitive
name: fugitive spawn point
Expand All @@ -69,7 +70,7 @@
time: 3600 # 1 hour

- type: entity
noSpawn: true
categories: [ HideSpawnMenu, Spawner ]
parent: BaseAntagSpawner
id: SpawnPointGhostRecruiter
components:
Expand All @@ -90,7 +91,7 @@
state: empty

- type: entity
noSpawn: true
categories: [ HideSpawnMenu, Spawner ]
parent: BaseAntagSpawner
id: SpawnPointGhostSynthesis
components:
Expand Down
62 changes: 0 additions & 62 deletions Resources/Prototypes/DeltaV/Entities/Mobs/Player/humanoid.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
name: Vulpkanin Dummy
parent: MobHumanDummy
id: MobVulpkaninDummy
noSpawn: true
description: A dummy vulpkanin meant to be used in character setup.
components:
- type: HumanoidAppearance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- type: entity
categories: [ HideSpawnMenu, Spawner ]
parent: BaseSubdermalImplant
id: BionicSyrinxImplant
name: bionic syrinx implant
description: This implant lets a harpy adjust their voice to whoever they can think of.
noSpawn: true
components:
- type: SubdermalImplant
implantAction: ActionSyrinxChangeVoiceMask
Expand All @@ -17,11 +17,11 @@
- BionicSyrinxImplant

- type: entity
categories: [ HideSpawnMenu, Spawner ]
parent: StorageImplant
id: RadioImplant
name: generic radio implant
description: This implant contains a radio augmentation with a bluespace compartment for an encryption key. It allows its user to communicate on the key's channels.
noSpawn: true
components:
- type: SubdermalImplant
implantAction: ActionOpenRadioImplant
Expand All @@ -40,11 +40,11 @@
- type: RadioImplant

- type: entity
categories: [ HideSpawnMenu, Spawner ]
parent: BaseSubdermalImplant
id: SyndicateRadioImplant
name: syndicate radio implant
description: This implant contains a radio augmentation that allows its user to communicate on the Syndicate channel.
noSpawn: true
components:
- type: RadioImplant
channels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
- type: entity
noSpawn: true
parent: BaseMail
id: MailBooksAll # See Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/books.yml
suffix: books
Expand Down Expand Up @@ -167,7 +166,6 @@
# orGroup: bookother

- type: entity
noSpawn: true
parent: BaseMail
id: MailPumpkinPie
suffix: pumpkinpie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
- type: loadout
id: BrigMedicBackpack
equipment:
back: ClothingBackpackBrigmedicDeltaVFilled
back: ClothingBackpackBrigmedic

- type: loadout
id: BrigMedicSatchel
equipment:
back: ClothingBackpackSatchelBrigmedicDeltaVFilled
back: ClothingBackpackSatchelBrigmedic

- type: loadout
id: BrigMedicDuffel
equipment:
back: ClothingBackpackDuffelBrigmedicDeltaVFilled
back: ClothingBackpackDuffelBrigmedic
1 change: 0 additions & 1 deletion Resources/Prototypes/DeltaV/Objectives/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
owner: job-name-hos

- type: entity # Clerk steal objective.
noSpawn: true
parent: BaseTraitorStealObjective
id: ClerkNotaryStealObjective
components:
Expand Down
Loading

0 comments on commit f21bdd0

Please sign in to comment.