Add water droplet hat for arachnids (#23822)

Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
SlamBamActionman
2024-01-30 01:21:25 +01:00
committed by GitHub
parent 61516e8253
commit a86d0e51ec
8 changed files with 134 additions and 0 deletions

View File

@@ -224,3 +224,61 @@
sprite: Clothing/Head/Misc/red_racoon.rsi
- type: Clothing
sprite: Clothing/Head/Misc/red_racoon.rsi
- type: entity
parent: Clothing
id: WaterDropletHat
name: water droplet
description: Makes 8-eyed friends 8 times more adorable!
components:
- type: Sprite
sprite: Clothing/Head/Misc/waterdroplet.rsi
state: icon
- type: Item
sprite: Clothing/Head/Misc/waterdroplet.rsi
size: Tiny
storedRotation: -90
- type: Clothing
slots:
- HEAD
- type: Food
solution: drink
useSound: /Audio/Items/drink.ogg
eatMessage: drink-component-try-use-drink-success-slurp
delay: 0.5
forceFeedDelay: 1.5
- type: FlavorProfile
flavors:
- water
- type: SolutionContainerManager
solutions:
drink:
maxVol: 2
reagents:
- ReagentId: Water
Quantity: 2
- type: DamageOnHighSpeedImpact
minimumSpeed: 0.1
damage:
types:
Blunt: 1
- type: Damageable
damageContainer: Biological
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 1
behaviors:
- !type:PlaySoundBehavior
sound:
collection: desecration
- !type:SpillBehavior
solution: drink
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Tag
tags:
- WhitelistChameleon
- type: StaticPrice
price: 1

View File

@@ -34,6 +34,14 @@
amount: 5
- type: Inventory
templateId: arachnid
- type: Reactive
reactions:
- reagents: [Water]
methods: [Touch]
effects:
- !type:WearableReaction
slot: head
prototypeID: WaterDropletHat
# Damage (Self)
- type: Bloodstream
bloodReagent: CopperBlood

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by SlamBamActionman",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}