Space bear (#7311)

This commit is contained in:
mirrorcult
2022-03-28 13:53:06 -07:00
committed by GitHub
parent 6060dbca1b
commit b8f26c47a7
11 changed files with 79 additions and 118 deletions

View File

@@ -0,0 +1,57 @@
- type: entity
name: space bear
id: MobBearSpace
parent: SimpleSpaceMobBase
description: It looks friendly. Why don't you give it a hug?
components:
- type: UtilityAI
behaviorSets:
- Idle
- UnarmedAttackHostiles
- type: AiFactionTag
factions:
- SimpleHostile
- type: Sprite
drawdepth: Mobs
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: bear
sprite: Mobs/Animals/bear.rsi
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeCircle
radius: 0.5
mass: 100
mask:
- Impassable
- MobImpassable
- SmallImpassable
layer:
- Opaque
- type: MobState
thresholds:
0: !type:NormalMobState {}
150: !type:DeadMobState {}
- type: Appearance
visuals:
- type: DamageStateVisualizer
normal: bear
crit: bear_dead
dead: bear_dead
- type: Butcherable
spawned:
- id: FoodMeatBear
amount: 3
- id: MaterialHideBear
amount: 1
prob: 0.3
- type: Bloodstream
bloodMaxVolume: 500
- type: UnarmedCombat
range: 0.5
arcwidth: 0
arc: claw
damage:
groups:
Brute: 15

View File

@@ -201,7 +201,7 @@
# Tastes like meat, cabbage.
- type: entity
name: Filet migrawr
name: filet migrawr
parent: FoodMealBase
id: FoodMealBearsteak
description: Because eating bear wasn't manly enough.

View File

@@ -46,6 +46,25 @@
FoodBreadBun: 1
FoodMeatXeno: 1
- type: microwaveMealRecipe
id: RecipeBearger
name: bearger recipe
result: FoodBurgerBear
time: 5
solids:
FoodBreadBun: 1
FoodMeatBear: 1
- type: microwaveMealRecipe
id: RecipeFiletMigrawr
name: filet migrawr recipe
result: FoodMealBearsteak
time: 10
solids:
FoodMeatBear: 1
reagents:
Beer: 15
#- type: microwaveMealRecipe
# id: RecipeSuperBiteBurger
# name: super bite burger recipe