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>
@@ -2789,6 +2789,10 @@ ent-CP14WoodenPlanks1 = деревянные доски
|
||||
.desc = Обработанное и готовое к использованию дерево.
|
||||
.suffix = 1
|
||||
|
||||
ent-CP14BirchWoodenPlanks1 = березовые доски
|
||||
.desc = Обработанное и готовое к использованию дерево.
|
||||
.suffix = 1
|
||||
|
||||
ent-CP14WoodenPlanks10 = { ent-CP14WoodenPlanks1 }
|
||||
.desc = { ent-CP14WoodenPlanks1.desc }
|
||||
.suffix = 10
|
||||
@@ -3020,6 +3024,9 @@ ent-CP14ModularGripLong = длинная рукоять
|
||||
ent-CP14ModularGripWooden = деревянная рукоять
|
||||
.desc = { ent-CP14ModularGripShort.desc }
|
||||
|
||||
ent-CP14ModularGripBirch = березовая рукоять
|
||||
.desc = { ent-CP14ModularGripShort.desc }
|
||||
|
||||
ent-CP14ModularGripLucens = люценовая рукоять
|
||||
.desc = { ent-CP14ModularGripShort.desc }
|
||||
|
||||
@@ -3041,6 +3048,9 @@ ent-CP14ModularGripGuildmaster = рукоять рапиры гильдмаст
|
||||
ent-CP14ModularGripWoodenLong = длинная деревянная рукоять
|
||||
.desc = { ent-CP14ModularGripLong.desc }
|
||||
|
||||
ent-CP14ModularGripBirchLong = длинная березовая рукоять
|
||||
.desc = { ent-CP14ModularGripLong.desc }
|
||||
|
||||
ent-CP14ModularGripLucensLong = длинная люценовая рукоять
|
||||
.desc = { ent-CP14ModularGripLong.desc }
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 288 B |
|
After Width: | Height: | Size: 283 B |
|
After Width: | Height: | Size: 347 B |
|
After Width: | Height: | Size: 347 B |
|
After Width: | Height: | Size: 343 B |
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 446 B |
|
After Width: | Height: | Size: 443 B |
|
After Width: | Height: | Size: 531 B |
|
After Width: | Height: | Size: 515 B |
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 508 B |
|
After Width: | Height: | Size: 493 B |