* carpet

* reviews

* why tf i gotta fix integration tests in the carpet pr
This commit is contained in:
mirrorcult
2021-11-22 18:01:51 -07:00
committed by GitHub
parent 6c88a15c7e
commit 6fc397f801
11 changed files with 147 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
carpetium-effect-blood-fibrous = Your blood feels oddly fibrous today.
carpetium-effect-jumpsuit-insides = You feel like there's a jumpsuit inside you, for some reason.

View File

@@ -8,3 +8,8 @@
- shoes
- type: Sprite
state: icon
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Fiber
Quantity: 5

View File

@@ -9,6 +9,11 @@
Slots: [innerclothing]
EquipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Fiber
Quantity: 10
- type: entity
abstract: true
@@ -22,3 +27,8 @@
femaleMask: UniformTop
EquipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Fiber
Quantity: 5

View File

@@ -11,6 +11,8 @@
- type: IconSmooth
key: full
base: carpet_
- type: Tag
tags: [ Carpet ]
- type: Physics
canCollide: false
fixtures:

View File

@@ -0,0 +1,25 @@
- type: reagent
id: Carpetium
name: carpetium
desc: A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.
physicalDesc: fibrous
color: "#800000"
tileReactions:
- !type:CreateEntityReaction
entity: Carpet
maxOnTileWhitelist:
tags: [ Carpet ]
metabolisms:
Poison:
effects:
- !type:PopupMessage
type: Local
messages: [ "carpetium-effect-blood-fibrous", "carpetium-effect-jumpsuit-insides" ]
probability: 0.1
- type: reagent
id: Fiber
name: fiber
desc: A raw material, usually extracted from wool or other fabric products.
physicalDesc: fibrous
color: "#808080"

View File

@@ -0,0 +1,9 @@
- type: reaction
id: Carpetium
reactants:
SpaceDrugs:
amount: 1
Fiber:
amount: 2
products:
Carpetium: 3

View File

@@ -27,6 +27,9 @@
- type: Tag
id: Carrot
- type: Tag
id: Carpet
- type: Tag
id: CanPilot
@@ -125,7 +128,7 @@
- type: Tag
id: Handcuffs
- type: Tag
id: HideContextMenu