Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Restore HP/MP/TP
- Original author: Mr. Trivel
- Original date: March 15, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/restore-hp-mp-tp.58781/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Author: Mr. Trivel Name: Restore HP/MP/TP Created: 2016-03-15 Version: 1.0
Archived First Post
Author: Mr. Trivel
Name: Restore HP/MP/TP
Created: 2016-03-15
Version: 1.0
What does it do?
Allows actors, classes, weapons, armors or states to restore HP/MP/TP after winning a battle or leveling up.
Screenshots:
Battles were way difficult to get a nice screenshot.
How to use?
Add following tags of your liking to actor/class/weapon/armor or state note fields:
HP:
<RestoreAfterBattleHP: [AMOUNT]>
<RestoreAfterBattleHPPercent: [PERCENT AMOUNT]>
<RestoreAfterLevelUpHP: [AMOUNT]>
<RestoreAfterLevelUpHPPercent: [PERCENT AMOUNT]>
MP:
<RestoreAfterBattleMP: [AMOUNT]>
<RestoreAfterBattleMPPercent: [PERCENT AMOUNT]>
<RestoreAfterLevelUpMP: [AMOUNT]>
<RestoreAfterLevelUpMPPercent: [PERCENT AMOUNT]>
TP:
<RestoreAfterBattleTP: [AMOUNT]>
<RestoreAfterBattleTPPercent: [PERCENT AMOUNT]>
<RestoreAfterLevelUpTP: [AMOUNT]>
<RestoreAfterLevelUpTPPercent: [PERCENT AMOUNT]>
RestoreAfterBattle - restores HP/MP/TP after a won battle.
RestoreAfterLevelUp - restores HP/MP/TP after a level up.
[AMOUNT] - flat amount E.g. 10, 100, 1000, 50, 37
[PERCENT AMOUNT] - uses floating point E.g. 0.53 being 53%, 1.0 being 100%
Examples:
<RestoreAfterBattleTP: 50>
<RestoreAfterBattleHP: 15>
<RestoreAfterBattleHPPercent: 0.05>
<RestoreAfterBattleMPPercent: 0.10>
Plugin: Protected download
How to download the Plugin: Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
Name: Restore HP/MP/TP
Created: 2016-03-15
Version: 1.0
What does it do?
Allows actors, classes, weapons, armors or states to restore HP/MP/TP after winning a battle or leveling up.
Screenshots:
Battles were way difficult to get a nice screenshot.
How to use?
Add following tags of your liking to actor/class/weapon/armor or state note fields:
HP:
<RestoreAfterBattleHP: [AMOUNT]>
<RestoreAfterBattleHPPercent: [PERCENT AMOUNT]>
<RestoreAfterLevelUpHP: [AMOUNT]>
<RestoreAfterLevelUpHPPercent: [PERCENT AMOUNT]>
MP:
<RestoreAfterBattleMP: [AMOUNT]>
<RestoreAfterBattleMPPercent: [PERCENT AMOUNT]>
<RestoreAfterLevelUpMP: [AMOUNT]>
<RestoreAfterLevelUpMPPercent: [PERCENT AMOUNT]>
TP:
<RestoreAfterBattleTP: [AMOUNT]>
<RestoreAfterBattleTPPercent: [PERCENT AMOUNT]>
<RestoreAfterLevelUpTP: [AMOUNT]>
<RestoreAfterLevelUpTPPercent: [PERCENT AMOUNT]>
RestoreAfterBattle - restores HP/MP/TP after a won battle.
RestoreAfterLevelUp - restores HP/MP/TP after a level up.
[AMOUNT] - flat amount E.g. 10, 100, 1000, 50, 37
[PERCENT AMOUNT] - uses floating point E.g. 0.53 being 53%, 1.0 being 100%
Examples:
<RestoreAfterBattleTP: 50>
<RestoreAfterBattleHP: 15>
<RestoreAfterBattleHPPercent: 0.05>
<RestoreAfterBattleMPPercent: 0.10>
Plugin: Protected download
How to download the Plugin: Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use: Don't remove the header or claim that you wrote this plugin. Credit Mr. Trivel if using this plugin in your project. Free for commercial and non-commercial projects.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...