Fixing issues (#1258)

* fix

* gib frog

* zombie

* not damage
This commit is contained in:
Nim
2025-05-10 21:45:11 +03:00
committed by GitHub
parent a243d2f8cd
commit 3164cb5b94
4 changed files with 40 additions and 8 deletions

View File

@@ -320,7 +320,8 @@
damageType: Blunt
damage: 60
behaviors:
- !type:GibBehavior { }
- !type:GibBehavior
recursive: false
- type: SpamEmitSound
minInterval: 10
maxInterval: 20

View File

@@ -61,8 +61,8 @@
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatHuman
amount: 5
- id: CP14FoodMeatHuman
amount: 4
- type: Body
prototype: CP14Zombie
requiredLegs: 2

View File

@@ -209,11 +209,6 @@
collection: CP14GrassGathering
- type: TriggerOnCollide
fixtureID: fix1
- type: DamageContacts
damage:
types:
Slash: 0.2
Piercing: 0.2
- type: Airtight
airBlocked: false

View File

@@ -228,3 +228,39 @@
- !type:ProtoIdResource
protoId: CP14CrossboltIron
result: CP14Screwdriver
- type: CP14Recipe
id: CP14FluteInstrument
tag: CP14RecipeWorkbench
craftTime: 2
requirements:
- !type:ProtoIdResource
protoId: CP14ModularGripWooden
count: 2
result: CP14FluteInstrument
- type: CP14Recipe
id: CP14LyraInstrument
tag: CP14RecipeWorkbench
craftTime: 2
requirements:
- !type:StackGroupResource
group: WoodenPlanks
count: 3
- !type:ProtoIdResource
protoId: CP14String
count: 2
result: CP14LyraInstrument
- type: CP14Recipe
id: CP14LuteInstrument
tag: CP14RecipeWorkbench
craftTime: 2
requirements:
- !type:StackGroupResource
group: WoodenPlanks
count: 4
- !type:ProtoIdResource
protoId: CP14String
count: 1
result: CP14LuteInstrument