carpet (#5464)
* carpet * reviews * why tf i gotta fix integration tests in the carpet pr
This commit is contained in:
2
Resources/Locale/en-US/reagents/carpetium.ftl
Normal file
2
Resources/Locale/en-US/reagents/carpetium.ftl
Normal 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.
|
||||
@@ -8,3 +8,8 @@
|
||||
- shoes
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: Fiber
|
||||
Quantity: 5
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
- type: IconSmooth
|
||||
key: full
|
||||
base: carpet_
|
||||
- type: Tag
|
||||
tags: [ Carpet ]
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
fixtures:
|
||||
|
||||
25
Resources/Prototypes/Reagents/fun.yml
Normal file
25
Resources/Prototypes/Reagents/fun.yml
Normal 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"
|
||||
9
Resources/Prototypes/Recipes/Reactions/fun.yml
Normal file
9
Resources/Prototypes/Recipes/Reactions/fun.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- type: reaction
|
||||
id: Carpetium
|
||||
reactants:
|
||||
SpaceDrugs:
|
||||
amount: 1
|
||||
Fiber:
|
||||
amount: 2
|
||||
products:
|
||||
Carpetium: 3
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user