Makes Lizard animals REAL (#7889)

This commit is contained in:
T-Stalker
2022-05-03 20:17:57 -03:00
committed by GitHub
parent d9633afe1a
commit 2b113187de
7 changed files with 66 additions and 3 deletions

View File

@@ -808,7 +808,7 @@
name: lizard #Weh
parent: SimpleMobBase
id: MobLizard
description: I think it's lost.
description: A harmless dragon.
components:
- type: MovementSpeedModifier
baseWalkSpeed : 2
@@ -849,11 +849,56 @@
interactSuccessSound:
path: /Audio/Animals/lizard_happy.ogg
- type: Bloodstream
bloodMaxVolume: 50
bloodMaxVolume: 150
- type: Damageable
damageContainer: Biological
damageModifierSet: Scale
- type: entity
name: slug
parent: SimpleMobBase
id: MobSlug
description: And they called this a lizard?
components:
- type: MovementSpeedModifier
baseWalkSpeed : 2
baseSprintSpeed : 3
- type: Sprite
drawdepth: Mobs
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: slug
sprite: Mobs/Animals/slug.rsi
- type: Physics
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeCircle
radius: 0.2
mass: 5
mask:
- Impassable
- MobImpassable #Bullets?!
- SmallImpassable
layer:
- Opaque
- type: Appearance
visuals:
- type: DamageStateVisualizer
normal: slug
crit: dead
dead: dead
- type: Butcherable
spawned:
- id: FoodMeat
amount: 1
- type: InteractionPopup
successChance: 0.3
interactSuccessString: petting-success-generic
interactFailureString: petting-failure-generic
- type: Bloodstream
bloodMaxVolume: 50
- type: entity
name: frog
parent: SimpleMobBase

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b",
"copyright": "Made by Mithrandalf",
"states": [
{
"name": "lizard",

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "slug",
"directions": 4
},
{
"name": "dead"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B