Makes Lizard animals REAL (#7889)
This commit is contained in:
@@ -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 |
@@ -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",
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/slug.rsi/dead.png
Normal file
BIN
Resources/Textures/Mobs/Animals/slug.rsi/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 B |
18
Resources/Textures/Mobs/Animals/slug.rsi/meta.json
Normal file
18
Resources/Textures/Mobs/Animals/slug.rsi/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Animals/slug.rsi/slug.png
Normal file
BIN
Resources/Textures/Mobs/Animals/slug.rsi/slug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 B |
Reference in New Issue
Block a user