Devlogs
More Plugin Commands
Posted February 28, 2020 by Felski
#RPG Maker MV #skilltree #techtree
Hey everybody,
I added a few plugin commands that let you check the cost of active nodes. Check the change log for more information.
v1.3.3
- added the plugin command ACTIVENODESGOLDCOST [actorId] [tree uid] [variable id]
- it saves the gold cost of all active nodes for an actor and a specific tree.
- added the plugin command ACTIVENODESJPCOST [actorId] [tree uid] [variable id].
- it saves the JP cost of all active nodes for an actor and a specific tree.
- added the plugin command ACTIVENODESITEMCOST [actorId] [tree uid] [item id] [variable id].
- it saves the item cost of a specific item of all active nodes for an actor and a specific tree.
- added the plugin command ACTIVENODESWEAPONCOST [actorId] [tree uid] [weapon id] [variable id].
- it saves the weapon cost of a specific item of all active nodes for an actor and a specific tree.
- added the plugin command ACTIVENODESARMORCOST [actorId] [tree uid] [armor id] [variable id].
- it saves the armor cost of a specific item of all active nodes for an actor and a specific tree.