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: ICF-Soft Skill Core
- Original author: ICF-Soft
- Original date: April 25, 2019
- Source thread: https://forums.rpgmakerweb.com/threads/icf-soft-skill-core.108379/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
ICF-Soft Skill Core - Version 1.00 by ICF-Soft Introduction This plugin allows to give skill costs, conditions and skill variations.
Archived First Post
ICF-Soft Skill Core - Version 1.00
by ICF-Soft
by ICF-Soft
Introduction
This plugin allows to give skill costs, conditions and skill variations.
Features
- Custom skill conditions.
- Custom skill costs.
- Skill variations.
How to Use
It needs ICF-Soft Main Utility to work.
Like other plugins it works with notetags.
There are current skill notetags:
Code:
<hp cost value value%>
<mp cost value value%>
<tp cost value value%>
Code:
<cparam cost value value%>
To give skill conditions you can use these notetags:
<custom conditions>
</custom conditions>
You can use these commands inside tags.
Code:
hp [=|!=|>|>=|<|<=] value [percent]
mp [=|!=|>|>=|<|<=] value [percent]
tp [=|!=|>|>=|<|<=] value [percent]
cparam [=|!=|>|>=|<|<=] value [percent]
Code:
switch n [on|off]
Code:
variable n [=|!=|>|>=|<|<=] value
Code:
js code
To give skill variations you can use these notetags:
<skill variation name>
</skill variation>
Name is used to determine what variation is used. You can give same variation names to different skills.
You can use these commands inside tags:
Code:
hp cost x y%
mp cost x y%
tp cost x y%
cparam cost x y%
Code:
hp [damage|recover|drain]
mp [damage|recover|drain]
cparam [damage|recover|drain]
Code:
icon x
Code:
elements elm elm elm
elements override elm elm elm
Code:
name name
Code:
evalformula javascriptcode
Code:
effects x x x x
There are also notetags for actors, classes and enemies:
Code:
<skill variation names name name name name>
All info you'll need can be found inside help section.
Download
You can downolad from mediafire: Version 1.00.
You can find blog entry and check for updates here.
Terms of use
- Free for commercial and non-commercial games.
- If commercial, a free copy of your game whould be fine.
- Credit to ICF-Soft.
- Do not repost without permision.
Credit and Thanks
- ICF-Soft
Features Mentioned
- Custom skill conditions.
- Custom skill costs.
- Skill variations.
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 Free for commercial and non-commercial games. If commercial, a free copy of your game whould be fine. Credit to ICF-Soft.
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...