Version 1.17
Another RPG Engine » Devlog
- NEW FEATURE: Miss chance and critical hits, even though I hate them. Default rates are defined in StoryInit, and custom rates can be defined in an action's definition. See the
accuracyCheck
andcritCheck
widgets added to "Damage and Formulas" for more details. By default, these are turned off (set to always-accurate and 0% respectively). - Added support for attacks with mulitple elements. To do this, assign an array of element names (as strings) to the action's
element
property. Set theAVERAGE_ELEMENTS
variable in StoryInit to determine if you want the calculation to average each element, or to just find the best one. - To demonstrate this new feature, Artist has gained four new attacks with multi-element properties.
- Improved the getter for Actions'
element
property. It will now log an error if the element is not in the element list, and it will returnnull
if an illegal datatype was assigned to the property. - Renamed the
invisible
property of Actions tosilent
. - Element messages no longer have hardcoded trailing spaces. The trailing space is now automatically added to all element messages in
damageCalc
. - Renamed the
min_dmg
variable with ALLCAPS for consistency with other constant variables. - Renamed
call
tocallEncounter
for clarity. - You can now specify the splash damage cut value and provide an extension for
grenade
. grenade
renamed tosplashDamage
.- Added specification notes to Action properties.
Files
rpgengine source.zip 5.7 MB
Aug 09, 2020
Get Another RPG Engine
Another RPG Engine
Engine for creating RPGs in Twine 2 and SugarCube.
Status | In development |
Author | Another RPG Enthusiast |
Genre | Role Playing, Interactive Fiction |
Tags | Game Design, Game engine, Minimalist, Singleplayer, Text based, Turn-based, Turn-Based Combat, Twine |
Languages | English |
Accessibility | Color-blind friendly |
More posts
- Version 6.00Jan 04, 2024
- Version 5.01Aug 27, 2022
- Version 5.00.1 hotfixAug 08, 2022
- Version 5.00: Inventory OverhaulAug 07, 2022
- Version 4.03Jul 16, 2022
- Experiment 03: It's About TimeJun 12, 2022
- Version 4.02.1May 26, 2022
- Version 4.02May 22, 2022
- Version 4.01Jan 31, 2022
- Version 4.00Dec 31, 2021
Leave a comment
Log in with itch.io to leave a comment.