Foxes and Renault (#7111)
This commit is contained in:
@@ -85,3 +85,16 @@
|
|||||||
- type: ConditionalSpawner
|
- type: ConditionalSpawner
|
||||||
prototypes:
|
prototypes:
|
||||||
- Drone
|
- Drone
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Fox Renault Spawner
|
||||||
|
id: SpawnMobFoxRenault
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: green
|
||||||
|
- state: ai
|
||||||
|
- type: ConditionalSpawner
|
||||||
|
prototypes:
|
||||||
|
- MobFoxRenault
|
||||||
|
|||||||
@@ -1117,3 +1117,61 @@
|
|||||||
attributes:
|
attributes:
|
||||||
proper: true
|
proper: true
|
||||||
gender: female
|
gender: female
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: fox
|
||||||
|
parent: SimpleMobBase
|
||||||
|
id: MobFox
|
||||||
|
description: They're a fox.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
drawdepth: Mobs
|
||||||
|
sprite: Mobs/Animals/fox.rsi
|
||||||
|
layers:
|
||||||
|
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||||
|
state: fox
|
||||||
|
- type: Physics
|
||||||
|
- type: Fixtures
|
||||||
|
fixtures:
|
||||||
|
- shape:
|
||||||
|
!type:PhysShapeCircle
|
||||||
|
radius: 0.35
|
||||||
|
mass: 10
|
||||||
|
mask:
|
||||||
|
- Impassable
|
||||||
|
- MobImpassable
|
||||||
|
- VaultImpassable
|
||||||
|
- SmallImpassable
|
||||||
|
layer:
|
||||||
|
- Opaque
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: DamageStateVisualizer
|
||||||
|
normal: fox
|
||||||
|
crit: fox_dead
|
||||||
|
dead: fox_dead
|
||||||
|
- type: Butcherable
|
||||||
|
spawned: FoodMeat
|
||||||
|
pieces: 3
|
||||||
|
- type: InteractionPopup
|
||||||
|
successChance: 0.5
|
||||||
|
interactSuccessString: petting-success-soft-floofy
|
||||||
|
interactFailureString: petting-failure-generic
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
gender: epicene
|
||||||
|
- type: Bloodstream
|
||||||
|
bloodMaxVolume: 100
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: Renault
|
||||||
|
parent: MobFox
|
||||||
|
id: MobFoxRenault
|
||||||
|
description: The captain's trustworthy fox.
|
||||||
|
components:
|
||||||
|
- type: InteractionPopup
|
||||||
|
successChance: 1
|
||||||
|
- type: Grammar
|
||||||
|
attributes:
|
||||||
|
proper: true
|
||||||
|
gender: female
|
||||||
|
|||||||
BIN
Resources/Textures/Mobs/Animals/fox.rsi/fox.png
Normal file
BIN
Resources/Textures/Mobs/Animals/fox.rsi/fox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Mobs/Animals/fox.rsi/fox_dead.png
Normal file
BIN
Resources/Textures/Mobs/Animals/fox.rsi/fox_dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 571 B |
24
Resources/Textures/Mobs/Animals/fox.rsi/meta.json
Normal file
24
Resources/Textures/Mobs/Animals/fox.rsi/meta.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size":
|
||||||
|
{
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/master/icons/mob/pets.dmi",
|
||||||
|
"states":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "fox",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "fox_dead",
|
||||||
|
"directions": 1,
|
||||||
|
"delays": [[1]]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user