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: FFP_EnemyLevels
- Original author: FlipelyFlip
- Original date: December 9, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/ffp_enemylevels.52563/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Hello, This script is an add-On to my FFP_BaseStats. It gives you the possibility to give enemies a specific level or a range of levels. Also you can set enemies to have no levels and use the set stats at the database instead of calculating the actual stats out of it.
Archived First Post
Hello,
This script is an add-On to my FFP_BaseStats. It gives you the possibility to give enemies
a specific level or a range of levels. Also you can set enemies to have no levels and use
the set stats at the database instead of calculating the actual stats out of it.
========================================================================
Required
========================================================================
FFP_BaseStats
========================================================================
Possible Notetags (not case-sensitive)
========================================================================
<enemy level: x>
This sets the enemies level to x.
If you want that your enemy is at level 5 then use:
<enemy level: 5>
<enemy level: x to y>
This sets the enemies level randomly between x and y.
If you want that your enemy has a level between 2 and 10 then use:
<enemy level: 2 to 10>
<no level>
If this is used, the enemy will be at Level 0 and all his set stats at the database will be used
as they are. (If you give it 50 HP, it will have 50 HP.)
<average level>
This uses the players party average level.
<max level: x>
Defines the max-level for an enemy. If the set level would've pass the max level, then it would
be set to the max level. It can be used with average level or randomised level together.
<min level: x>
Works in the opposite way as max level. Here you can define a minimum level for your enemies.
========================================================================
Download
========================================================================
Download-Link
========================================================================
Changelog
========================================================================
v1.01
- added a failsave when level would go under 0
- added a failsave for average level if FFP_BaseStats is not used.
v1.00
- release
That's all
~FlipelyFlip
This script is an add-On to my FFP_BaseStats. It gives you the possibility to give enemies
a specific level or a range of levels. Also you can set enemies to have no levels and use
the set stats at the database instead of calculating the actual stats out of it.
========================================================================
Required
========================================================================
FFP_BaseStats
========================================================================
Possible Notetags (not case-sensitive)
========================================================================
<enemy level: x>
This sets the enemies level to x.
If you want that your enemy is at level 5 then use:
<enemy level: 5>
<enemy level: x to y>
This sets the enemies level randomly between x and y.
If you want that your enemy has a level between 2 and 10 then use:
<enemy level: 2 to 10>
<no level>
If this is used, the enemy will be at Level 0 and all his set stats at the database will be used
as they are. (If you give it 50 HP, it will have 50 HP.)
<average level>
This uses the players party average level.
<max level: x>
Defines the max-level for an enemy. If the set level would've pass the max level, then it would
be set to the max level. It can be used with average level or randomised level together.
<min level: x>
Works in the opposite way as max level. Here you can define a minimum level for your enemies.
========================================================================
Download
========================================================================
Download-Link
========================================================================
Changelog
========================================================================
v1.01
- added a failsave when level would go under 0
- added a failsave for average level if FFP_BaseStats is not used.
v1.00
- release
That's all
~FlipelyFlip
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator 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...