[MV] STAR OCEAN: THE LAST HOPE ELEMENTAL ITEM CHECKS
v1.00
ABOUT THE PLUGIN
In Star Ocean: The Last Hope, players can find a variety of elemental rings that are required to interact with certain map objects, like doors, chests, and other objects. Each ring has a limited number of charges and must be recharged when they run out of them. For example, a chest wreathed in flames would require an Ice Ring to break the seal and open the chest. This would deplete one charge from the ring. Each ring had a maximum of 20 charges.
HOW TO USE
In a Conditional Branch, select Script and use one of the following:
- HasFireRing
- HasIceRing
- HasLightningRing
- HasWaterRing
- HasEarthRing
- HasWindRing
- HasLightRing
- HasDarkRing
These will return TRUE if the player has the item AND its charges are > 0.
To check against the number of charges an elemental item has, use a Script Call, changing the element for the one you want to check. For example:
- FireRingCharges - Returns current charges
- FireRingMaxCharges - Returns max charges
In order to recharge a ring to its maximum charges, use a Plugin Command:
- RechargeFireRing
- RechargeIceRing
- RechargeLightningRing
- RechargeWaterRing
- RechargeEarthRing
- RechargeWindRing
- RechargeLightRing
- RechargeDarkRing
The requirements to recharge an item is up to you. Perhaps it should cost the player some Gold, or perhaps there should be some other requirement. It's up to you.
IMPORTANT NOTE
- The plugin does NOT deplete charges on its own. You can easily do this manually via the Change Variables event command.
- You can display the number of charges for a specific elemental item by using the escape code \v[x] where x is the variable ID tied to the item in the plugin parameters.
DOWNLOAD
Get the plugin from the attachment on this thread or from my
Pastebin.
UPDATES
v1.00 - Initial Release - September 25th, 2025
SCREENSHOTS
[/url][url=https://forums.rpgmakerweb.com/attachments/elementalitems2-png.350122/][/url][url=https://forums.rpgmakerweb.com/attachments/elementalitems4-png.350124/]
本贴来自国际rpgmaker官方论坛作者:Coolie处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/star-ocean-the-last-hope-elemental-item-checks.180291/