Healing component and Medkit (#143)
Medkit to heal yourself and your buddy known issues: - [ ] it doesn't restore screen effects that happens when health status go into crit and dead
This commit is contained in:
committed by
Pieter-Jan Briers
parent
96868625cb
commit
3b40b4aafa
@@ -1,11 +1,13 @@
|
||||
- type: entity
|
||||
id: medkit_r
|
||||
name: Medkit
|
||||
parent: BaseItem
|
||||
id: Medkit
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: Sprite
|
||||
texture: Objects/medkit_r.png
|
||||
|
||||
- type: Icon
|
||||
texture: Objects/medkit_r.png
|
||||
|
||||
- type: Healing
|
||||
heal: 100
|
||||
- type: Item
|
||||
Size: 24
|
||||
Reference in New Issue
Block a user