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: [MZ] Custom TP System
- Original author: Woschtbrot
- Original date: September 25, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/mz-custom-tp-system.172158/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
WBCustomTpMZ 1.0.0 Woschtbrot Introduction Change the TP for specific Actors or Classes.
Archived First Post
WBCustomTpMZ 1.0.0
Woschtbrot
Woschtbrot
Introduction
Change the TP for specific Actors or Classes.
These won't gain TP normally
Features
- Actor/Class dropdown menu
- Setting Up initTP, MaxTP and MaxTPPerLevel
- Preventing TP gain
- New Function for adding/loosing TP
How to Use
write"[a/b].changeTp(VALUE)" into a damage calculation, like this:
Code:
dmg = a.atk * 2 - b.def - b.mdf; a.changeTp(dmg); dmg
You may put a max tp per level value into the plugin for additional max tp gain of there Actors.
Plugin Commands / Script Calls
I want to put a Script Call for gain/loss special TP, but lack the knowledge right now.
Download
RPG Maker MZ - Custom Tp System Plugin by Woschtbrot
A special TP System for specific Actors or Classes in RPGMaker MZ
woschtbrot.itch.io
Terms and Credits
You may use this plugin in your projects both commercial and non-commercial for free. Credit would be appreciated.
Features Mentioned
- Actor/Class dropdown menu
- Setting Up initTP, MaxTP and MaxTPPerLevel
- Preventing TP gain
- New Function for adding/loosing TP
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 and Credits You may use this plugin in your projects both commercial and non-commercial for free. Credit would be appreciated.
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...