Rainbow crayon + color-selectable crayons (#7786)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
contents:
|
||||
- id: BoxHug
|
||||
- id: RubberStampClown
|
||||
- id: CrayonRainbow
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
|
||||
@@ -65,6 +65,29 @@
|
||||
- Recyclable
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
id: CrayonRainbow
|
||||
name: rainbow crayon
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/crayons.rsi
|
||||
state: rainbow
|
||||
- type: Item
|
||||
sprite: Objects/Fun/crayons.rsi
|
||||
size: 1
|
||||
HeldPrefix: rainbow
|
||||
- type: Crayon
|
||||
color: Red
|
||||
selectableColor: true
|
||||
capacity: 30
|
||||
- type: Tag
|
||||
tags:
|
||||
- Write
|
||||
- Crayon
|
||||
- Recyclable
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
id: CrayonBlack
|
||||
|
||||
Reference in New Issue
Block a user