Cloth pack (#423)

* content

* Update battle_royale_temp.yml
This commit is contained in:
Ed
2024-08-27 08:58:58 +05:00
committed by GitHub
parent 79515d9303
commit a944cd9834
32 changed files with 422 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
cp14-material-wooden-planks = wooden planks
cp14-material-dirt-block = dirt
cp14-material-stone-block = stone
cp14-material-stone-block = stone
cp14-material-cloth = cloth

View File

@@ -2,6 +2,7 @@ cp14-stack-dirt-block = dirt blocks
cp14-stack-stone-block = stone blocks
cp14-stack-wood-planks = wooden planks
cp14-stack-nails = nails
cp14-stack-cloth = rolls of fabric
cp14-stack-copper-bars = copper bars
cp14-stack-iron-bars = iron bars

View File

@@ -1,3 +1,4 @@
cp14-material-wooden-planks = деревянные доски
cp14-material-dirt-block = земля
cp14-material-stone-block = камень
cp14-material-stone-block = камень
cp14-material-cloth = ткань

View File

@@ -2,6 +2,7 @@ cp14-stack-dirt-block = блоки земли
cp14-stack-stone-block = каменные блоки
cp14-stack-wood-planks = деревянные доски
cp14-stack-nails = гвозди
cp14-stack-cloth = рулоны ткани
cp14-stack-copper-bars = медные слитки
cp14-stack-iron-bars = железные слитки

View File

@@ -57,7 +57,7 @@
- type: entity
parent: CP14ClothingPantsBase
id: CP14ClothingDressBlack
id: CP14ClothingDressBlack #TODO rename to CP14ClothingPantsDressBlack
name: black dress
description: A roomy, feminine skirt
components:

View File

@@ -62,7 +62,7 @@
- CP14WoodLog
- CP14WoodenPlanks10
- CP14Nail1
- CP14Nail110
- CP14Nail10
- CP14Cauldron
- CP14Pestle
- CP14AlchemyNormalizer
@@ -79,4 +79,8 @@
- CP14AuraNodeBase
- CP14AuraNodeBase
- CP14AuraNodeBase
- CP14AuraNodeBase
- CP14AuraNodeBase
- CP14String
- CP14String
- CP14String
- CP14Cloth10

View File

@@ -245,7 +245,7 @@
launchForwardsMultiplier: 0
- type: entity
id: CP14Nail110
id: CP14Nail10
parent: CP14Nail1
suffix: 10
components:
@@ -283,4 +283,52 @@
cP14FireplaceFuel: 5
damage:
types:
Heat: 1
Heat: 1
- type: entity
id: CP14String
parent: BaseItem
name: strings
description: Thin thread. Material for mending clothes, or sewing new ones.
components:
- type: Item
size: Tiny
- type: Sprite
sprite: _CP14/Objects/Materials/string.rsi
state: icon
- type: entity
id: CP14Cloth1
parent: BaseItem
name: cloth
suffix: 1
description: White cloth roll
components:
- type: Item
size: Normal
- type: Sprite
sprite: _CP14/Objects/Materials/cloth.rsi
layers:
- state: cloth_1
map: ["base"]
- type: Appearance
- type: Stack
stackType: CP14Cloth
count: 1
baseLayer: base
layerStates:
- cloth_1
- cloth_2
- cloth_3
- type: Material
- type: PhysicalComposition # точно ли это нужно?
materialComposition:
CP14Cloth: 100
- type: entity
id: CP14Cloth10
parent: CP14Cloth1
suffix: 10
components:
- type: Stack
count: 10

View File

@@ -0,0 +1,26 @@
- type: entity
id: CP14Scissors
name: scissors
description: A tool for shredding wool, hair, clothing, and, if not handled carefully, even fingers.
parent: BaseItem
components:
- type: Sprite
sprite: _CP14/Objects/Tools/scissors.rsi
state: icon
- type: MagicMirror
- type: ActivatableUI
key: enum.MagicMirrorUiKey.Key
inHandsOnly: true
requireActiveHand: true
- type: UserInterface
interfaces:
enum.MagicMirrorUiKey.Key:
type: MagicMirrorBoundUserInterface
- type: MeleeWeapon
wideAnimationRotation: -135
attackRate: 1
damage:
types:
Piercing: 6
soundHit:
path: "/Audio/Weapons/bladeslice.ogg"

View File

@@ -122,4 +122,39 @@
- CP14FoodDoughMedium
- CP14FoodMeatLamb
- CP14SeedPumpkin
- CP14SeedWheat
- CP14SeedWheat
- type: entity
id: CP14WorkbenchSewing
parent:
- CP14WorkbenchMeltingMolds
- CP14BaseWooden
name: sewing table
description: Lets cook
components:
- type: CP14Workbench
craftSound:
collection: CP14Sawing
recipes:
- CP14ClothingShirtCottonBlue
- CP14ClothingShirtCottonBlack
- CP14ClothingShirtCottonPurple
- CP14ClothingShirtCottonRed
- CP14ClothingShirtCottonWhite
- CP14ClothingShirtCottonYellow
- CP14ClothingShirtMercenary
- CP14ClothingShirtYellowWizard
- CP14ClothingCloakSimpleDarkBlue
- CP14ClothingCloakSimpleWhite
- CP14ClothingPantsTrouserWhite
- CP14ClothingPantsTrouserDarkBlue
- CP14ClothingDressBlack
- CP14ClothingPantsSouthernMagician
- CP14ClothingPantsMercenaryTrousers
- CP14ClothingHeadRedBeret
- CP14ClothingHeadPurpleBeret
- CP14ClothingHeadYellowBeret
- CP14ClothingHeadBlueBeret
- CP14ClothingHeadBlackBeret
- CP14ClothingHeadYellowHat
- CP14ClothingHeadMercenaryBeret

View File

@@ -34,6 +34,15 @@
color: "#555963"
price: 0 #?
- type: material
id: CP14Cloth
stackEntity: CP14Cloth1
name: cp14-material-cloth
unit: materials-unit-roll
icon: { sprite: _CP14/Objects/Materials/cloth.rsi, state: cloth_3 }
color: "#d8e3e2"
price: 0 #?
- type: material
id: CP14Copper
stackEntity: CP14CopperBar1

View File

@@ -0,0 +1,197 @@
- type: CP14Recipe
id: CP14ClothingShirtCottonBlue
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingShirtCottonBlue
- type: CP14Recipe
id: CP14ClothingShirtCottonBlack
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingShirtCottonBlack
- type: CP14Recipe
id: CP14ClothingShirtCottonPurple
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingShirtCottonPurple
- type: CP14Recipe
id: CP14ClothingShirtCottonRed
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingShirtCottonRed
- type: CP14Recipe
id: CP14ClothingShirtCottonWhite
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingShirtCottonWhite
- type: CP14Recipe
id: CP14ClothingShirtCottonYellow
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingShirtCottonYellow
- type: CP14Recipe
id: CP14ClothingShirtMercenary
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingShirtMercenary
- type: CP14Recipe
id: CP14ClothingShirtYellowWizard
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingShirtYellowWizard
- type: CP14Recipe
id: CP14ClothingCloakSimpleDarkBlue
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingCloakSimpleDarkBlue
- type: CP14Recipe
id: CP14ClothingCloakSimpleWhite
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 3
result: CP14ClothingCloakSimpleWhite
- type: CP14Recipe
id: CP14ClothingPantsTrouserWhite
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingPantsTrouserWhite
- type: CP14Recipe
id: CP14ClothingPantsTrouserDarkBlue
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingPantsTrouserDarkBlue
- type: CP14Recipe
id: CP14ClothingDressBlack
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingDressBlack
- type: CP14Recipe
id: CP14ClothingPantsSouthernMagician
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingPantsSouthernMagician
- type: CP14Recipe
id: CP14ClothingPantsMercenaryTrousers
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingPantsMercenaryTrousers
- type: CP14Recipe
id: CP14ClothingHeadRedBeret
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 1
result: CP14ClothingHeadRedBeret
- type: CP14Recipe
id: CP14ClothingHeadPurpleBeret
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 1
result: CP14ClothingHeadPurpleBeret
- type: CP14Recipe
id: CP14ClothingHeadYellowBeret
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 1
result: CP14ClothingHeadYellowBeret
- type: CP14Recipe
id: CP14ClothingHeadBlueBeret
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 1
result: CP14ClothingHeadBlueBeret
- type: CP14Recipe
id: CP14ClothingHeadBlackBeret
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 1
result: CP14ClothingHeadBlackBeret
- type: CP14Recipe
id: CP14ClothingHeadYellowHat
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingHeadYellowHat
- type: CP14Recipe
id: CP14ClothingHeadMercenaryBeret
craftTime: 2
entities:
CP14String: 1
stacks:
CP14Cloth: 2
result: CP14ClothingHeadMercenaryBeret

View File

@@ -26,6 +26,13 @@
icon: { sprite: _CP14/Objects/Materials/nails.rsi, state: nail_2 }
maxCount: 10
- type: stack
id: CP14Cloth
name: cp14-stack-cloth
spawn: CP14Cloth1
icon: { sprite: _CP14/Objects/Materials/cloth.rsi, state: cloth_3 }
maxCount: 10
- type: stack
id: CP14CopperBar
name: cp14-stack-copper-bars

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by Jaraten (discord/Github) for CrystallPunk",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "sheep",
"directions": 4
},
{
"name": "dead"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
"states": [
{
"name": "cloth_1"
},
{
"name": "cloth_2"
},
{
"name": "cloth_3"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by omsoyk (Github/Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 558 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by TheShuEd (github) for CrystallPunk14",
"copyright": "Created by omsoyk (Github/Discord)",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by Omsoyk for CrystallPunk14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

View File

@@ -40,6 +40,7 @@ CP14SeedbedDefault: CP14SeedbedWooden
# 2024-08-24
CP14DungeonEntrance: CP14DungeonEntranceAutoLink
CP14DungeonExit: CP14DungeonExitAutoLink
CP14Nail110: CP14Nail10
# <---> CrystallPunk migration zone end