@@ -320,7 +320,8 @@
|
||||
damageType: Blunt
|
||||
damage: 60
|
||||
behaviors:
|
||||
- !type:GibBehavior { }
|
||||
- !type:GibBehavior
|
||||
recursive: false
|
||||
- type: SpamEmitSound
|
||||
minInterval: 10
|
||||
maxInterval: 20
|
||||
|
||||
@@ -61,8 +61,8 @@
|
||||
- type: Butcherable
|
||||
butcheringType: Spike
|
||||
spawned:
|
||||
- id: FoodMeatHuman
|
||||
amount: 5
|
||||
- id: CP14FoodMeatHuman
|
||||
amount: 4
|
||||
- type: Body
|
||||
prototype: CP14Zombie
|
||||
requiredLegs: 2
|
||||
|
||||
@@ -209,11 +209,6 @@
|
||||
collection: CP14GrassGathering
|
||||
- type: TriggerOnCollide
|
||||
fixtureID: fix1
|
||||
- type: DamageContacts
|
||||
damage:
|
||||
types:
|
||||
Slash: 0.2
|
||||
Piercing: 0.2
|
||||
- type: Airtight
|
||||
airBlocked: false
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user