- type: entity
abstract: true
parent: BaseItem
- id: Crayon
+ id: CrayonInedible
name: crayon
description: A colourful crayon. Looks tasty. Mmmm...
components:
selectedState: like
- type: LimitedCharges
maxCharges: 25
- - type: Food
+ - type: StaticPrice
+ price: 5
+
+- type: entity
+ abstract: true
+ parent: CrayonInedible
+ id: Crayon
+ name: crayon
+ description: A colourful crayon. Looks tasty. Mmmm...
+ components:
+ - type: Sprite
+ sprite: Objects/Fun/crayons.rsi
+ - type: Item
+ sprite: Objects/Fun/crayons.rsi
+ size: Tiny
+ - type: Tag
+ tags:
+ - Recyclable
+ - type: Edible
- type: FlavorProfile
flavors:
- chewy
Quantity: 3
- ReagentId: MindbreakerToxin
Quantity: 2
- - type: StaticPrice
- price: 5
- type: entity
parent: Crayon
- type: AutoRecharge
rechargeDuration: 5
+- type: entity
+ parent: CrayonInedible
+ id: CrayonBorg
+ name: electric crayon
+ description: Supposedly the most delicious crayon type in all the universes; unfortunately, you cannot eat.
+ components:
+ - type: Sprite
+ state: electric
+ - type: Item
+ heldPrefix: electric
+ - type: Crayon
+ deleteEmpty: false
+ color: Red
+ selectableColor: true
+ - type: LimitedCharges
+ maxCharges: 30
+ - type: AutoRecharge
+ rechargeDuration: 5
+ - type: Tag
+ tags:
+ - Write
+ - Crayon
+ - Trash
+
- type: entity
parent: Crayon
id: CrayonBlack
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: wire-module }
+- type: entity
+ id: BorgModuleArtistry
+ parent: [ BaseBorgModule, BaseProviderBorgModule ]
+ name: artistry cyborg module
+ description: A module for arts & crafts whilst the station burns!
+ components:
+ - type: Sprite
+ layers:
+ - state: generic
+ - state: icon-artistry
+ - type: ItemBorgModule
+ hands:
+ - item: SprayPainterBorg
+ - item: CrayonBorg
+ - type: BorgModuleIcon
+ icon: { sprite: Interface/Actions/actions_borg.rsi, state: artistry-module }
+
- type: entity
id: BorgModuleFireExtinguisher
parent: [ BaseBorgModule, BaseProviderBorgModule ]
- type: AutoRecharge
rechargeDuration: 1
+- type: entity
+ parent: SprayPainter
+ name: experimental spray painter
+ description: An experimental recharging spray painter that can infinitely replicate compressed paint.
+ id: SprayPainterBorg
+ suffix: Borg
+ components:
+ - type: AutoRecharge
+ rechargeDuration: 5
+
- type: entity
parent: SprayPainter
id: SprayPainterEmpty
- BorgModuleCable
- BorgModuleFireExtinguisher
- BorgModuleInflatable
+ - BorgModuleArtistry
- type: latheRecipePack
id: BorgLimbsStatic
id: BorgModuleInflatable
result: BorgModuleInflatable
+- type: latheRecipe
+ parent: BaseBorgModuleRecipe
+ id: BorgModuleArtistry
+ result: BorgModuleArtistry
+
# Cargo Modules
- type: latheRecipe
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/cdbcb1e858b11f083994a7a269ed67ef5b452ce9, inflatable module by FungiFellow (GitHub), Module actions by Scarky0. chem, adv-chem, and adv-mining by mubururu_, xenoborg actions by Samuka-C (github), advclown by ThatGuyUSA. c20r and esword by RedBookcase on Github.",
+ "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/cdbcb1e858b11f083994a7a269ed67ef5b452ce9, inflatable module by FungiFellow (GitHub), Module actions by Scarky0. chem, adv-chem, and adv-mining by mubururu_, xenoborg actions by Samuka-C (github), advclown by ThatGuyUSA. c20r and esword by RedBookcase on Github, artistry-module by Kittygyat, with help from TiniestShark",
"size": {
"x": 32,
"y": 32
{
"name":"extinguisher-module"
},
+ {
+ "name":"artistry-module"
+ },
{
"name":"geiger-module"
},
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation and modified by Swept at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, tweaked by Ubaser",
+ "copyright": "Taken from tgstation and modified by Swept at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, tweaked by Ubaser, electric crayon by Kittygyat",
"size": {
"x": 32,
"y": 32
"name": "box-inhand-right",
"directions": 4
},
+ {
+ "name": "electric"
+ },
{
"name": "green"
},
{
"version": 1,
"license": "CC0-1.0",
- "copyright": "Created by EmoGarbage404 (github) for Space Station 14. icon-construction.png created by deltanedas (github). syndicateborgbomb.png created by Mangohydra (github). icon-chem.png & icon-mining-adv.png created by mubururu_ (github) icon-inflatable.png made by FungiFellow (GitHub), Xenoborg modules sprites by Samuka-C (github)",
+ "copyright": "Created by EmoGarbage404 (github) for Space Station 14. icon-construction.png created by deltanedas (github). syndicateborgbomb.png created by Mangohydra (github). icon-chem.png & icon-mining-adv.png created by mubururu_ (github) icon-inflatable.png made by FungiFellow (GitHub), Xenoborg modules sprites by Samuka-C (github), icon-artistry by Kittygyat",
"size": {
"x": 32,
"y": 32
{
"name": "icon-fire-extinguisher"
},
+ {
+ "name": "icon-artistry"
+ },
{
"name": "icon-gardening"
},