Skip to content

Commit

Permalink
yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Dec 9, 2024
1 parent 14d52ed commit 3bde61d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
productionLength: 2
entityProduced: MaterialWebSilk1
hungerCost: 4 # Should total to 25 total silk on full hunger
- type: Spider
- type: IgnoreSpiderWeb
- type: Tag
tags:
- CanPilot
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
- MobAtmosStandard
- MobFlammable
- BaseMobSpecies
id: BaseMobSpeciesOrBaseMobSpeciesOrganic
id: BaseMobSpeciesOrganic
abstract: true
components:
- type: Flashable
Expand Down
24 changes: 0 additions & 24 deletions Resources/Prototypes/Floof/Entities/Structures/Storage/locker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,3 @@
amount: 2
- id: LunchboxServiceFilledRandom # Delta-V Lunchboxes!
prob: 0.3

# Bartender
- type: entity
id: LockerBartenderFilled
parent: LockerBartender
name: bartender's locker
suffix: Filled
components:
- type: StorageFill
contents:
- id: DrinkShaker
- id: ClothingEyesHudBeer
- id: HandLabeler
amount: 1
- id: DrinkBottleBeer
prob: 0.5
- id: DrinkBottleBeer
prob: 0.5
- id: DrinkBottleBeer
prob: 0.5
- id: RagItem
amount: 2
- id: LunchboxServiceFilledRandom # Delta-V Lunchboxes!
prob: 0.3
4 changes: 2 additions & 2 deletions Resources/Prototypes/Floof/Traits/physical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
species:
- Felinid # They don't need to be lighter
- IPC
components:
functions:
- !type:TraitAddComponent
functions:
components:
- type: FixtureDensityModifier
min: 100
factor: 0.6 # still not as light as felinids due to different fixture size
Expand Down

0 comments on commit 3bde61d

Please sign in to comment.