Birch Grips (Craft, Sprite) (#1488)
* BirchHandle * BirchHandle2 * GRAAAH JUST CALL IT BIRCH ITS ALLREADY WOOD * Delete gitlog * Delete BirchWood for just wood * Delete BirchWood2 * Update Resources/Prototypes/_CP14/Recipes/Workbench/Workbench/misc.yml --------- Co-authored-by: Red <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -138,6 +138,33 @@
|
||||
materialComposition:
|
||||
CP14LucensWoodenPlanks: 10
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularGripShort
|
||||
id: CP14ModularGripBirch
|
||||
name: birch grip
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/Grip/birch_grip.rsi
|
||||
layers:
|
||||
- state: icon
|
||||
- type: CP14ModularCraftStartPoint
|
||||
startProtoPart: CP14ModularGripWooden
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 60
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: MetalBreak
|
||||
- !type:CP14ModularDisassembleBehavior
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14WoodenPlanks: 10
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularGripShort
|
||||
id: CP14ModularGripIron
|
||||
@@ -332,6 +359,33 @@
|
||||
materialComposition:
|
||||
CP14LucensWoodenPlanks: 20
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularGripLong
|
||||
id: CP14ModularGripBirchLong
|
||||
name: long birch grip
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/ModularTools/GripLong/birch_grip_long.rsi
|
||||
layers:
|
||||
- state: icon
|
||||
- type: CP14ModularCraftStartPoint
|
||||
startProtoPart: CP14ModularGripWoodenLong
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 60
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: MetalBreak
|
||||
- !type:CP14ModularDisassembleBehavior
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14WoodenPlanks: 20
|
||||
|
||||
- type: entity
|
||||
parent: CP14ModularGripLong
|
||||
id: CP14ModularGripIronLong
|
||||
|
||||
@@ -109,6 +109,17 @@
|
||||
count: 2
|
||||
result: CP14ModularGripWooden
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularGripBirchShort
|
||||
tag: CP14RecipeWorkbench
|
||||
category: Tools
|
||||
craftTime: 2
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14BirchWoodenPlanks
|
||||
count: 2
|
||||
result: CP14ModularGripBirch
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularGripWoodenLong
|
||||
tag: CP14RecipeWorkbench
|
||||
@@ -120,6 +131,17 @@
|
||||
count: 4
|
||||
result: CP14ModularGripWoodenLong
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularGripBirchLong
|
||||
tag: CP14RecipeWorkbench
|
||||
category: Tools
|
||||
craftTime: 2
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14BirchWoodenPlanks
|
||||
count: 4
|
||||
result: CP14ModularGripBirchLong
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14ModularGripLucens
|
||||
tag: CP14RecipeWorkbench
|
||||
|
||||
Reference in New Issue
Block a user