Original Source
- Original title: Badge Points (1.0)
- Original author: Wrongful
- Original date: February 29, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/badge-points-1-0.166289/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Badge Points (1.0) by Wrongful Introduction This plugin adds a new "Badge" system, where instead of a set number of equipment slots, the player has "points" that can change throughout gameplay; they can equip a small number of powerful badges, or a larger number of lesser ones. This plugin is named after the Badges from Paper Mario, but is also similar to the Charms from Hollow Knight, or the Medals from Bug Fables, for example.
Archived First Post
by Wrongful
Introduction
This plugin adds a new "Badge" system, where instead of a set number of equipment slots, the player has "points" that can change throughout gameplay; they can equip a small number of powerful badges, or a larger number of lesser ones. This plugin is named after the Badges from Paper Mario, but is also similar to the Charms from Hollow Knight, or the Medals from Bug Fables, for example.
(This is the first plugin I've publicly released, so any feedback is welcome! )
Features
(Requires YEP_EquipCore.)
The number of "Badges" you can equip is not based on a set number of slots, but how many Badge Points your Actor has, and how many Badge Points each Badge is worth. Setup is very simple, and the player can change their Badges at any time in a new Badges menu just like regular Equipment.
Badges all fall under a single Equipment Type, as defined in the plugin parameters. All other equipment types and systems should be the same, meaning you can have both Badges and normal Equipment without conflicts. However, beware of any plugins where a Player's default Equip Slots can change throughout gameplay (such as Yanfly's Class Change Core).
Screenshots
How to Use
Define in the plugin parameters which Equipment Type you want to use for Badges; this eType will then no longer be equippable in any actor's default Equip menu. Then, make a Badge by setting any Armor to that same eType, and make sure their Armor Type is set to 1 as well ('General Armor'). Use the <BP:x> notetag to define how many Badge Points that Badge is worth.
From there, make the Badge have whatever unique traits you want!
Plugin Commands / Script Calls
GainBP 5 1
LoseBP 5 1
PartyGainBP 5
PartyLoseBP 5
ShowBadgeMenu
HideBadgeMenu
EnableBadgeMenu
DisableBadgeMenu
(NOTE: The following plugin commands call for specific indexes in your actor's equipped Badges. Because Badges can have their indexes fluctuate by design, these commands are not always reliable.)
ForceEquipBadge 8 3 1 true
LockEquipBadge 1 2
UnlockEquipBadge 1 2
Download
https://github.com/Wrongful/badgepoints for the latest version. The same file is also attached below.
Terms and Credits
This plugin may be used freely in any projects, commercial or private, so long as credit is given to Wrongful.
Changelog
- 1.0: Plugin finished and released!
Features Mentioned
- (Requires YEP_EquipCore.)
- The number of "Badges" you can equip is not based on a set number of slots, but how many Badge Points your Actor has, and how many Badge Points each Badge is worth. Setup is very simple, and the player can change their Badges at any time in a new Badges menu just like regular Equipment.
- Badges all fall under a single Equipment Type, as defined in the plugin parameters. All other equipment types and systems should be the same, meaning you can have both Badges and normal Equipment without conflicts. However, beware of any plugins where a Player's default Equip Slots can change throughout gameplay (such as Yanfly's Class Change Core).
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms and Credits This plugin may be used freely in any projects, commercial or private, so long as credit is given to Wrongful. Changelog 1.0: Plugin finished and released!
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.
Topic Summary
Loading summary...