* crayon

* add crayon into loots

---------

Co-authored-by: Ed <edwardxperia2000@gmail.com>
This commit is contained in:
Nim
2024-12-06 23:50:54 +02:00
committed by GitHub
parent 52a0f44aa1
commit 417668b88b
10 changed files with 301 additions and 0 deletions

View File

@@ -86,6 +86,8 @@
- id: CP14ClothingShirtYellowWizard
- id: CP14FoodPotato
- id: CP14Cloth10
- id: CP14CrayonWhite
weight: 2
- !type:GroupSelector
children:
- id: CP14DyeYellow

View File

@@ -0,0 +1,212 @@
- type: entity
abstract: true
parent: BaseItem
id: CP14Crayon
name: crayon
description: A colourful crayon.
categories: [ ForkFiltered ]
components:
- type: Sprite
sprite: _CP14/Objects/Specific/Thaumaturgy/crayon.rsi
layers:
- state: handle
- state: crayon
color: white
- type: Item
size: Tiny
- type: Tag
tags:
- Write
- Crayon
- type: UserInterface
interfaces:
enum.CrayonUiKey.Key:
type: CrayonBoundUserInterface
- type: Crayon
capacity: 15
- type: entity
parent: CP14Crayon
id: CP14CrayonWhite
name: white crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: white
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: white
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: white
- type: Crayon
color: white
- type: entity
parent: CP14Crayon
id: CP14CrayonRainbow
name: magic rainbow crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: white
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: white
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: white
- type: Crayon
color: Red
selectableColor: true
capacity: 30
- type: entity
parent: CP14Crayon
id: CP14CrayonBlack
name: black crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: black
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: black
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: black
- type: Crayon
color: black
- type: entity
parent: CP14Crayon
id: CP14CrayonRed
name: red crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: red
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: red
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: red
- type: Crayon
color: red
- type: entity
parent: CP14Crayon
id: CP14CrayonYellow
name: yellow crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: yellow
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: yellow
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: yellow
- type: Crayon
color: yellow
- type: entity
parent: CP14Crayon
id: CP14CrayonGreen
name: green crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: green
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: green
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: green
- type: Crayon
color: green
- type: entity
parent: CP14Crayon
id: CP14CrayonBlue
name: blue crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: blue
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: blue
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: blue
- type: Crayon
color: lightblue
- type: entity
parent: CP14Crayon
id: CP14CrayonPurple
name: purple crayon
components:
- type: Sprite
layers:
- state: handle
- state: crayon
color: purple
- type: Item
inhandVisuals:
left:
- state: handle-inhand-left
- state: crayon-inhand-left
color: purple
right:
- state: handle-inhand-right
- state: crayon-inhand-right
color: purple
- type: Crayon
color: purple

View File

@@ -307,3 +307,57 @@
entities:
CP14DyeYellow: 1
result: CP14WallpaperYellow
- type: CP14Recipe
id: CP14CrayonBlack
tag: CP14RecipeSewing
craftTime: 2
entities:
CP14CrayonWhite: 1
CP14DyeBlack: 1
result: CP14CrayonBlack
- type: CP14Recipe
id: CP14CrayonRed
tag: CP14RecipeSewing
craftTime: 2
entities:
CP14CrayonWhite: 1
CP14DyeRed: 1
result: CP14CrayonRed
- type: CP14Recipe
id: CP14CrayonYellow
tag: CP14RecipeSewing
craftTime: 2
entities:
CP14CrayonWhite: 1
CP14DyeYellow: 1
result: CP14CrayonYellow
- type: CP14Recipe
id: CP14CrayonGreen
tag: CP14RecipeSewing
craftTime: 2
entities:
CP14CrayonWhite: 1
CP14DyeGreen: 1
result: CP14CrayonGreen
- type: CP14Recipe
id: CP14CrayonBlue
tag: CP14RecipeSewing
craftTime: 2
entities:
CP14CrayonWhite: 1
CP14DyeBlue: 1
result: CP14CrayonBlue
- type: CP14Recipe
id: CP14CrayonPurple
tag: CP14RecipeSewing
craftTime: 2
entities:
CP14CrayonWhite: 1
CP14DyePurple: 1
result: CP14CrayonPurple

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

View File

@@ -0,0 +1,33 @@
{
"version": 1,
"license": "CLA",
"copyright": "Created by TheShuEd (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "handle"
},
{
"name": "crayon"
},
{
"name": "handle-inhand-left",
"directions": 4
},
{
"name": "handle-inhand-right",
"directions": 4
},
{
"name": "crayon-inhand-left",
"directions": 4
},
{
"name": "crayon-inhand-right",
"directions": 4
}
]
}