Skip to content

Commit

Permalink
yml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheackraze committed Feb 1, 2024
1 parent c4925c1 commit 6590299
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 304 deletions.
117 changes: 0 additions & 117 deletions Resources/Prototypes/Catalog/Fills/Boxes/ammunition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,123 +279,6 @@
- id: MagazineShotgunIncendiary
amount: 4

# base BallisticAmmoProvider dispensers
- type: entity
parent: BaseItem
id: BaseAmmoProvider
abstract: true
components:
- type: ContainerContainer
containers:
ballistic-ammo: !type:Container
- type: Item
size: 20
- type: Sprite
sprite: Objects/Storage/boxes.rsi

- type: entity
parent: BaseAmmoProvider
id: AmmoProviderShotgunShell
abstract: true
components:
- type: BallisticAmmoProvider
whitelist:
tags:
- ShellShotgun
capacity: 20

# Shotgun Shells
- type: entity
name: shotgun beanbag cartridges dispenser
parent: AmmoProviderShotgunShell
id: BoxBeanbag
description: A dispenser box full of beanbag shots, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellShotgunBeanbag
- type: Sprite
layers:
- state: boxwide
- state: shellbeanbag

- type: entity
name: shotgun lethal cartridges dispenser
parent: AmmoProviderShotgunShell
id: BoxLethalshot
description: A dispenser box full of lethal pellet shots, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellShotgun
- type: Sprite
layers:
- state: boxwide
- state: shelllethal

- type: entity
name: shotgun slug cartridges dispenser
parent: AmmoProviderShotgunShell
id: BoxShotgunSlug
description: A dispenser box full of slugs, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellShotgunSlug
- type: Sprite
layers:
- state: boxwide
- state: shellslug

- type: entity
name: shotgun flare cartridges dispenser
parent: AmmoProviderShotgunShell
id: BoxShotgunFlare
description: A dispenser box full of flare cartridges, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellShotgunFlare
- type: Sprite
layers:
- state: boxwide
- state: shellflare

- type: entity
name: shotgun incendiary cartridges dispenser
parent: AmmoProviderShotgunShell
id: BoxShotgunIncendiary
description: A dispenser box full of incendiary cartridges, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellShotgunIncendiary
- type: Sprite
layers:
- state: boxwide
- state: shellincendiary

- type: entity
name: shotgun practice cartridges dispenser
parent: AmmoProviderShotgunShell
id: BoxShotgunPractice
description: A dispenser box full of practice cartridges, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellShotgunPractice
- type: Sprite
layers:
- state: boxwide
- state: shellpractice

- type: entity
name: tranquilizer cartridges dispenser
parent: AmmoProviderShotgunShell
id: BoxShellTranquilizer
description: A dispenser box full of tranquilizer cartridges, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellTranquilizer
- type: Sprite
layers:
- state: boxwide
- state: shellslug

# Rifle
- type: entity
name: box of .20 rifle magazines
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Shoes/boots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
sprite: Clothing/Shoes/Boots/highheelboots.rsi

- type: entity
parent: ClothingShoesStorageBase
parent: ClothingShoesBootsJack
id: ClothingShoesBootsMercenary # Frontier - Merc to Mercenary
name: mercenary boots
description: Boots that have gone through many conflicts and that have proven their combat reliability.
Expand Down
5 changes: 0 additions & 5 deletions Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
- FootstepSound
- DoorBumpOpener
- SpiderCraft
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatSpider
amount: 5
- type: Inventory
templateId: arachnid
# Damage (Self)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@
- type: PhysicalComposition
materialComposition:
Glass: 100
- type: TrashOnEmpty
solution: drink
- type: StaticPrice
price: 16

Expand Down
13 changes: 0 additions & 13 deletions Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,6 @@
- type: Clothing
sprite: Objects/Tanks/emergency_extended.rsi

- type: entity
parent: ExtendedEmergencyOxygenTank
id: ExtendedEmergencyNitrogenTank
name: extended-capacity emergency nitrogen tank
description: An emergency tank with extended capacity. Technically rated for prolonged use.
components:
- type: Sprite
sprite: Objects/Tanks/emergency_extended_red.rsi
- type: Item
sprite: Objects/Tanks/emergency_extended_red.rsi
- type: Clothing
sprite: Objects/Tanks/emergency_extended_red.rsi

- type: entity
parent: ExtendedEmergencyOxygenTank
id: DoubleEmergencyOxygenTank
Expand Down
46 changes: 23 additions & 23 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,29 +165,29 @@
# startDelay: 30
# - type: MeteorSwarmRule

- type: entity
id: MouseMigration
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
earliestStart: 30
minimumPlayers: 15
weight: 5
duration: 50
- type: VentCrittersRule
entries:
- id: MobMouse
prob: 0.015
- id: MobMouse1
prob: 0.015
- id: MobMouse2
prob: 0.015
- id: MobRatServant
prob: 0.015
specialEntries:
- id: SpawnPointGhostRatKing
prob: 0.005
- type: entity
id: MouseMigration
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
earliestStart: 30
minimumPlayers: 15
weight: 5
duration: 50
- type: VentCrittersRule
entries:
- id: MobMouse
prob: 0.015
- id: MobMouse1
prob: 0.015
- id: MobMouse2
prob: 0.015
- id: MobRatServant
prob: 0.015
specialEntries:
- id: SpawnPointGhostRatKing
prob: 0.005

- type: entity
id: CockroachMigration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
mixMessage: "bible-mixing-success"
reactionTypes:
- Holy
- type: ItemCooldown
- type: Sprite
sprite: _NF/Faction/Objects/weejurnum.rsi
state: icon
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Entities/Objects/Misc/ashtray.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
name: ashtray
id: Ashtray
id: NFAshtray
parent: BaseStorageItem
components:
- type: Sprite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- type: CargoSellBlacklist
- type: StaticPrice
price: 0
- type: ItemCooldown
- type: MeleeWeapon
damage:
types:
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/_Nyano/Accents/full_replacements.yml

This file was deleted.

111 changes: 0 additions & 111 deletions Resources/Prototypes/_Nyano/Entities/Mobs/NPCs/mothroach.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: DrinkBottleBaseFull
parent: DrinkBottleBaseEmpty
id: DrinkSakeBottleFull
name: sake bottle
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@
Quantity: 20
- type: Sprite
sprite: Nyanotrasen/Objects/Consumable/Drinks/sakecup.rsi
state: icon
- type: TrashOnEmpty
solution: drink
state: icon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: DrinkBottleBaseFull
parent: DrinkBottleBaseEmpty
id: BaseOilJar
abstract: true
components:
Expand Down
Loading

0 comments on commit 6590299

Please sign in to comment.