* yep

* fix
This commit is contained in:
Nim
2025-02-07 00:02:59 +02:00
committed by GitHub
parent 68f0543f5d
commit 49a502cc25
20 changed files with 139 additions and 1 deletions

View File

@@ -30,3 +30,25 @@
- type: StorageContainerVisuals
maxFillLevels: 3
fillBaseName: fill-
- type: entity
parent: CP14ClothingBeltQuiver
id: CP14ClothingBeltQuiverArrow
categories: [ ForkFiltered ]
suffix: Full. Arrow
components:
- type: StorageFill
contents:
- id: CP14Arrow
amount: 16
- type: entity
parent: CP14ClothingBeltQuiver
id: CP14ClothingBeltQuiverCrossbolt
categories: [ ForkFiltered ]
suffix: Full. Crossbolt
components:
- type: StorageFill
contents:
- id: CP14Crossbolt
amount: 32

View File

@@ -13,6 +13,25 @@
coefficients:
Blunt: 0.90
Slash: 0.95
- type: ClothingSpeedModifier
walkModifier: 0.96
sprintModifier: 0.96
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadBascinet
name: bascinet
description: Protects most of the head, but the face is still not worth catching blows.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Produced/Armor/bascinet.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Produced/Armor/bascinet.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.87
Slash: 0.91
- type: ClothingSpeedModifier
walkModifier: 0.95
sprintModifier: 0.95
sprintModifier: 0.95

View File

@@ -185,6 +185,18 @@
knowledge: MetallForging
result: CP14ClothingHeadCapellina
- type: CP14Recipe
id: CP14ClothingHeadBascinet
tag: CP14RecipeAnvil
craftTime: 5
requirements:
- !type:StackResource
stack: CP14IronBar #Add skin as well?
count: 4
- !type:KnowledgeRequired
knowledge: MetallForging
result: CP14ClothingHeadBascinet
- type: CP14Recipe
id: CP14BaseLightCrossbow
tag: CP14RecipeAnvil

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by MIXnikita",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,33 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by MIXnikita",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_open"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET_open",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by MIXnikita",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}