RPG Maker XP
Hospital Fee
Introduction
In most RPG’s, inns are often used to allow parties to recover their health, restore their status, etc. It’s often a cure-all for a set price. This hospital, however, charges based on the amount of damage take, to the amount of mana consumed, and the ailments inflicted also have a bearing on the cost. Players can also heal individual members as opposed to all members of their party in the event that they cannot heal the whole party. This provides a challenge to the player and also provides a more cost-proportional way of recovering from damage obtained through battle.
Features
● allows healing of HP, SP and states separately
● different cost for each state
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Frequently Asked Questions
Instructions
To launch the hospital scene, have a script call in an event with:
$scene = Scene_Hospital.new
# ——————————————————————
During test play, you can click different buttons during actor selection in hospital scene for different affects.
Press F5 – Fully Heal actor
Press F6 – Kill Actor
Press F7 – Damage actor
Press F8 – Reduce actors SP to 0
Press F9 – Add status aliment to actor
Hold Shift and Press any of the buttons above to select all actors.
Compatibility
Version History
6.19.2012 (v1.00)
– Original Script
9.26.2012 (v2.00)
– Overworked System
– Fixed the issue with the cost.
Credits & Thanks
Bigace360, for the script.