Healing Ammo


Simple, make ammo that can heal stuff.

Utilities
a day ago
1.0 - 2.0
20

i 2.0 update

28 days ago
(updated 28 days ago)

Thanks for this mod!

I noticed it needs a few adjustments for 2.0, as definitions got more verbose.

info.json:
- "factorio_version": "1.0",
+ "factorio_version": "2.0",

prototype lua:
- {"raw-fish", 5},
+ {type = "item", name = "raw-fish", amount = 5},
- {"firearm-magazine", 200}
+ {type = "item", name = "firearm-magazine", amount = 200}
- {"healing-ammo", 200}
+ {type = "item", name = "healing-ammo", amount = 200}

a day ago

I wasn't sure anyone was using this one anymore, but I can update it. Give me like an hour.

a day ago

And done, tell me if there are any problems with it.

New response