Simple Bandages Mod
This mod adds two simple variants of bandages for early game healing.
Project ID: 1200368
Is it multi platform?
Multi platform uploads will happen on a less frequent base, most likely under the weekdays.
What assets did you use?
All props were vanilla integrated inside the dev kit. The bandage icons are custom build inside Gimp with a simple fabric gradient.
Any console commands and engrams?
Bandage: cheat giveitem "/SB_SimpleBandage/Bandage/PrimalItemConsumable_Bandage. PrimalItemConsumable_Bandage" 1 0 0
Plaster Cast: cheat giveitem "/SB_SimpleBandage/Bandage/PrimalItemConsumable_PlasterCast. PrimalItemConsumable_PlasterCast" 1 0 0
Bandage: EngramEntry_Consumable_Bandage_C
Plaster Cast: EngramEntry_Consumable_PlasterCast_C
How are those items made available?
You will have access to both item engrams early on. The bandage is available lvl 4 costing 2 engram points, the Plaster Cast lvl 24 costing 4 engram points. The Bandage needs fiber(10) and Narcoberry seeds(3) to be crafted, the Plaster Cast needs Fiber(25), Narcoberry seeds(5) and Chitin Paste(5) to be crafted.
Which amount of health do they heal?
By default the Bandage heals 5 health over 10 seconds, the Plaster Cast 15 health over 10 seconds. Both have a cooldown of 30 seconds so you can't spam them. They do not stack, and both are crafted from your inventory.
Can we customize the values?
Yes, you can customize heal amount and the time it takes to heal. Put the following variables into your GameUserSettings.ini:
[SimpleBandages]
BandageHealAmount=5.000000
BandageTimeAmount=10.000000
PlasterCastHealAmount=15.000000
PlasterCastTimeAmount=10.000000