Medkits are now a container plus filled version (#457)

This commit is contained in:
dylanstrategie
2019-11-23 21:39:12 +01:00
committed by Pieter-Jan Briers
parent 0cf34d2d26
commit 4198b6dc4e
3 changed files with 51 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
- type: entity
name: Medkit
name: Emergency Medical Kit
description: An emergency medical kit for those serious boo-boos.
parent: BaseItem
id: Medkit
components:
@@ -7,11 +8,16 @@
texture: Objects/Medical/medkit_r.png
- type: Icon
texture: Objects/Medical/medkit_r.png
- type: Healing
heal: 100
damage: Brute
- type: Storage
Capacity: 60
- type: Item
Size: 24
Size: 9999
- type: entity
id: MedkitFilled
parent: Medkit
components:
- type: MedkitFill # 3 Ointment, 3 Roll of Gauze. TODO 1 Health Analyzer once it exists
- type: entity
name: Medical Stack
@@ -22,7 +28,6 @@
- type: Item
- type: Healing
- type: entity
name: Ointment
description: Used to treat those nasty burns.
@@ -41,9 +46,8 @@
count: 5
stacktype: enum.StackType.Ointment
- type: entity
name: Brutepack
name: Roll of Gauze
description: Some sterile gauze to wrap around bloody stumps.
parent: MedicalStack
id: Brutepack