clean up some lines in smile the slime prototype (#20552)

This commit is contained in:
ravage
2023-09-28 13:49:17 +03:00
committed by GitHub
parent b052e0f242
commit f19cd90694

View File

@@ -619,8 +619,6 @@
description: This masterpiece has gone through thousands of experiments. But it is the sweetest creature in the world. Smile Slime! description: This masterpiece has gone through thousands of experiments. But it is the sweetest creature in the world. Smile Slime!
components: components:
- type: Sprite - type: Sprite
drawdepth: Mobs
sprite: Mobs/Aliens/slimes.rsi
layers: layers:
- map: [ "enum.DamageStateVisualLayers.Base" ] - map: [ "enum.DamageStateVisualLayers.Base" ]
state: rainbow_baby_slime state: rainbow_baby_slime
@@ -650,22 +648,14 @@
Dead: Dead:
Base: rainbow_baby_slime_dead Base: rainbow_baby_slime_dead
- type: Butcherable - type: Butcherable
butcheringType: Knife
spawned: spawned:
- id: FoodMeatSlime - id: FoodMeatSlime
amount: 1 amount: 1
- id: MaterialSmileExtract - id: MaterialSmileExtract
amount: 1 amount: 1
- type: Damageable - type: Damageable
damageContainer: Biological
damageModifierSet: SlimePet damageModifierSet: SlimePet
- type: Bloodstream - type: Bloodstream
bloodMaxVolume: 150
bloodReagent: Slime
bloodlossDamage:
types:
Bloodloss:
1
bloodlossHealDamage: bloodlossHealDamage:
types: types:
Bloodloss: Bloodloss:
@@ -674,11 +664,6 @@
heatDamageThreshold: 800 heatDamageThreshold: 800
coldDamageThreshold: 0 coldDamageThreshold: 0
- type: MeleeWeapon - type: MeleeWeapon
hidden: true
soundHit:
path: /Audio/Weapons/punch3.ogg
angle: 0
animation: WeaponArcPunch
damage: damage:
types: types:
Blunt: 1 Blunt: 1
@@ -688,7 +673,6 @@
- type: MobPrice - type: MobPrice
price: 3000 # it is a truly valuable creature price: 3000 # it is a truly valuable creature
- type: GhostRole - type: GhostRole
makeSentient: true
name: ghost-role-information-smile-name name: ghost-role-information-smile-name
description: ghost-role-information-smile-description description: ghost-role-information-smile-description
- type: Grammar - type: Grammar