This commit is contained in:
Ed
2024-09-27 10:35:21 +03:00
parent 1df3ed177b
commit b9e90f50ca
19 changed files with 56 additions and 58 deletions

View File

@@ -15,7 +15,7 @@
Quantity: 10
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: TorsoHuman
name: "human torso"
parent: [PartHuman, BaseTorso]
@@ -32,7 +32,7 @@
Quantity: 20
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: HeadHuman
name: "human head"
parent: [PartHuman, BaseHead]
@@ -49,7 +49,7 @@
Quantity: 10
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: LeftArmHuman
name: "left human arm"
parent: [PartHuman, BaseLeftArm]
@@ -59,7 +59,7 @@
state: "l_arm"
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: RightArmHuman
name: "right human arm"
parent: [PartHuman, BaseRightArm]
@@ -69,7 +69,7 @@
state: "r_arm"
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: LeftHandHuman
name: "left human hand"
parent: [PartHuman, BaseLeftHand]
@@ -79,7 +79,7 @@
state: "l_hand"
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: RightHandHuman
name: "right human hand"
parent: [PartHuman, BaseRightHand]
@@ -89,7 +89,7 @@
state: "r_hand"
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: LeftLegHuman
name: "left human leg"
parent: [PartHuman, BaseLeftLeg]
@@ -99,7 +99,7 @@
state: "l_leg"
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: RightLegHuman
name: "right human leg"
parent: [PartHuman, BaseRightLeg]
@@ -109,7 +109,7 @@
state: "r_leg"
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: LeftFootHuman
name: "left human foot"
parent: [PartHuman, BaseLeftFoot]
@@ -119,7 +119,7 @@
state: "l_foot"
- type: entity
noSpawn: true
categories: [ HideSpawnMenu ]
id: RightFootHuman
name: "right human foot"
parent: [PartHuman, BaseRightFoot]

View File

@@ -278,7 +278,7 @@
- type: entity
parent: BaseTree
noSpawn: true
categories: [ HideSpawnMenu ]
id: FloraTree01
name: tree
components:
@@ -287,7 +287,7 @@
- type: entity
parent: BaseTree
noSpawn: true
categories: [ HideSpawnMenu ]
id: FloraTree02
name: tree
components:
@@ -296,7 +296,7 @@
- type: entity
parent: BaseTree
noSpawn: true
categories: [ HideSpawnMenu ]
id: FloraTree03
name: tree
components:
@@ -305,7 +305,7 @@
- type: entity
parent: BaseTree
noSpawn: true
categories: [ HideSpawnMenu ]
id: FloraTree04
name: tree
components:
@@ -314,7 +314,7 @@
- type: entity
parent: BaseTree
noSpawn: true
categories: [ HideSpawnMenu ]
id: FloraTree05
name: tree
components:
@@ -323,7 +323,7 @@
- type: entity
parent: BaseTree
noSpawn: true
categories: [ HideSpawnMenu ]
id: FloraTree06
name: tree
components:
@@ -389,7 +389,7 @@
- type: entity
parent: BaseTreeLarge
id: FloraTreeLarge01
noSpawn: true
categories: [ HideSpawnMenu ]
name: large tree
components:
- type: Sprite
@@ -398,7 +398,7 @@
- type: entity
parent: BaseTreeLarge
id: FloraTreeLarge02
noSpawn: true
categories: [ HideSpawnMenu ]
name: large tree
components:
- type: Sprite
@@ -407,7 +407,7 @@
- type: entity
parent: BaseTreeLarge
id: FloraTreeLarge03
noSpawn: true
categories: [ HideSpawnMenu ]
name: large tree
components:
- type: Sprite
@@ -416,7 +416,7 @@
- type: entity
parent: BaseTreeLarge
id: FloraTreeLarge04
noSpawn: true
categories: [ HideSpawnMenu ]
name: large tree
components:
- type: Sprite
@@ -425,7 +425,7 @@
- type: entity
parent: BaseTreeLarge
id: FloraTreeLarge05
noSpawn: true
categories: [ HideSpawnMenu ]
name: large tree
components:
- type: Sprite
@@ -434,7 +434,7 @@
- type: entity
parent: BaseTreeLarge
id: FloraTreeLarge06
noSpawn: true
categories: [ HideSpawnMenu ]
name: large tree
components:
- type: Sprite

View File

@@ -216,7 +216,7 @@
- type: entity
parent: MaterialBase
id: MaterialWoodPlank
noSpawn: true
categories: [ HideSpawnMenu ]
name: wood
suffix: Full
components:
@@ -255,7 +255,6 @@
- type: entity
parent: MaterialWoodPlank
id: MaterialWoodPlank10
noSpawn: true
suffix: 10
components:
- type: Stack
@@ -264,7 +263,6 @@
- type: entity
parent: MaterialWoodPlank
id: MaterialWoodPlank1
noSpawn: true
suffix: Single
components:
- type: Stack

View File

@@ -267,7 +267,7 @@
name: dropper
parent: BaseItem
description: Used to transfer small amounts of chemical solution between containers.
noSpawn: true
categories: [ HideSpawnMenu ]
id: Dropper
components:
- type: Sprite
@@ -316,7 +316,7 @@
name: borgdropper
parent: Dropper
description: Used to transfer small amounts of chemical solution between containers. Extended for use by medical borgs.
noSpawn: true
categories: [ HideSpawnMenu ]
id: BorgDropper
components:
- type: Sprite

View File

@@ -1,6 +1,6 @@
- type: entity
id: Bonfire
noSpawn: true
categories: [ HideSpawnMenu ]
parent: BaseStructure
name: bonfire
description: What can be better than a late evening under the sky with guitar and friends?
@@ -35,7 +35,7 @@
- type: entity
id: LegionnaireBonfire
noSpawn: true
categories: [ HideSpawnMenu ]
parent: Bonfire
name: legionnaire bonfire
description: There, in the land of lava and ash, place to to cook marshmallow and potato.

View File

@@ -77,7 +77,7 @@
#High
- type: entity
parent: BaseFenceWood
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodHighStraight
suffix: Straight
components:
@@ -107,7 +107,7 @@
- type: entity
parent: BaseFenceWood
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodHighEnd
suffix: End
components:
@@ -137,7 +137,7 @@
- type: entity
parent: BaseFenceWood
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodHighCorner
suffix: Corner
components:
@@ -176,7 +176,7 @@
- type: entity
parent: BaseFenceWood
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodHighTJunction
suffix: T-Junction
components:
@@ -215,7 +215,7 @@
- type: entity
parent: BaseFenceWood
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodHighGate
name: wooden fence gate
description: Do you have any idea what awaits you behind these gates? It can be either a toilet or a luxurious mansion. But you continue to love your emo boys.
@@ -267,7 +267,7 @@
#Small
- type: entity
parent: BaseFenceWoodSmall
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodSmallStraight
suffix: Straight
components:
@@ -296,7 +296,7 @@
- type: entity
parent: BaseFenceWoodSmall
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodSmallEnd
suffix: End
components:
@@ -325,7 +325,7 @@
- type: entity
parent: BaseFenceWoodSmall
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodSmallCorner
suffix: Corner
components:
@@ -363,7 +363,7 @@
- type: entity
parent: BaseFenceWoodSmall
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodSmallTJunction
suffix: T-Junction
components:
@@ -401,7 +401,7 @@
- type: entity
parent: BaseFenceWoodSmall
noSpawn: true
categories: [ HideSpawnMenu ]
id: FenceWoodSmallGate
name: wooden fence gate
description: Looking at this gate, a familiar image pops up in your head. Where's my piggy?

View File

@@ -1,7 +1,7 @@
- type: entity
id: FloorChasmEntity
name: chasm
noSpawn: true
categories: [ HideSpawnMenu ]
description: You can't even see the bottom.
placement:
mode: SnapgridCenter
@@ -50,7 +50,7 @@
- type: entity
parent: FloorChasmEntity
id: FloorChromiteChasm
noSpawn: true
categories: [ HideSpawnMenu ]
suffix: Chromite
components:
- type: Sprite
@@ -61,7 +61,7 @@
- type: entity
parent: FloorChasmEntity
id: FloorDesertChasm
noSpawn: true
categories: [ HideSpawnMenu ]
suffix: Desert
components:
- type: Sprite
@@ -72,7 +72,7 @@
- type: entity
parent: FloorChasmEntity
id: FloorSnowChasm
noSpawn: true
categories: [ HideSpawnMenu ]
suffix: Snow
components:
- type: Sprite

View File

@@ -59,7 +59,7 @@
- type: entity
id: CP14WallSpawnEarthWall
noSpawn: True
categories: [ HideSpawnMenu ]
placement:
mode: SnapgridCenter
components:

View File

@@ -72,7 +72,7 @@
- type: entity
id: CP14SpellFlashEffect
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: PointLight
enabled: true

View File

@@ -1,6 +1,6 @@
- type: entity
id: CP14DirtEffect
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: TimedDespawn
lifetime: 2
@@ -24,7 +24,7 @@
- type: entity
id: CP14MagicBeam1
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: Sprite
sprite: /Textures/_CP14/Effects/Beams/magic.rsi

View File

@@ -1,7 +1,7 @@
- type: entity
id: CP14WeaponArcSlash
parent: WeaponArcStatic
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: WeaponArcVisuals
animation: CPSlash
@@ -9,7 +9,7 @@
- type: entity
id: CP14WeaponArcThrust
parent: WeaponArcStatic
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: WeaponArcVisuals
animation: CPThrust

View File

@@ -36,7 +36,7 @@
- type: entity
parent: CP14BaseSpeciesDummy
id: CP14MobDwarfDummy
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: HumanoidAppearance
species: CP14Dwarf

View File

@@ -27,7 +27,7 @@
- type: entity
parent: CP14BaseSpeciesDummy
id: CP14MobElfDummy
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: HumanoidAppearance
species: CP14Elf

View File

@@ -88,7 +88,7 @@
- type: entity
parent: CP14BaseSpeciesDummy
id: CP14MobGoblinDummy
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: HumanoidAppearance
species: CP14Goblin

View File

@@ -41,7 +41,7 @@
- type: entity
parent: CP14BaseSpeciesDummy
id: CP14MobHumanDummy
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: HumanoidAppearance
species: CP14Human

View File

@@ -50,7 +50,7 @@
- type: entity
parent: CP14BaseSpeciesDummy
id: CP14MobTieflingDummy
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: HumanoidAppearance
species: CP14Tiefling

View File

@@ -1,7 +1,7 @@
- type: entity
parent: BaseStructureDynamic
id: CP14ChestGeneric
noSpawn: true
categories: [ HideSpawnMenu ]
name: Chest
description: Chest.
components:

View File

@@ -1,7 +1,7 @@
- type: entity
id: CP14DungeonEntrance
name: dungeon entrance
noSpawn: true
categories: [ HideSpawnMenu ]
description: The dark depths of the underworld are calling you.
placement:
mode: SnapgridCenter
@@ -37,7 +37,7 @@
parent: CP14DungeonEntrance
id: CP14DungeonExit
name: dungeon exit
noSpawn: true
categories: [ HideSpawnMenu ]
description: A way out of the dark underworld into the overworld.
components:
- type: Sprite

View File

@@ -10,7 +10,7 @@
- type: entity
id: CP14ResourceHarvesting
parent: CP14BaseGameRule
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: CP14ExpeditionObjectivesRule
departmentObjectives: