Version 1.11
Another RPG Engine » Devlog
- Redid the getter functions for Boolean attributes of actions. They are now more robust, and will correctly return
false
ornull
if you set the override property to that value. - Added a new getter for actions:
displayname
. This is used for when you want the name that displays in the action list to be different than the name given in the code. (Thanks to A Friendly Irin for providing this.) - The mute button now uses icons rather than the word "MUTE". These icons were taken from Material Design.
- Battle styling is now tied to a string variable,
B.style
, rather than Booleans. If you enter a string forB.style
, the page will gain that class. - Battle styling code has now been moved to the main "Preparation" passage.
justeffect
anddmgandeffect
have been condensed into one function,applyEffect
. The code has been reworked to more easily accommodate applying multiple effects at once: just pass an array of names to the "type" parameter instead of a single string. Additionally, a new paramter has been added that can be flagged to make the applied effects pierce tolerance.- New action function:
multihitCustom
. This function makes it easier to implement more complex multi-hit abilities. Look at the action functions code to see it in full. - New helper function:
deadCount
. This returns the number of puppets currently flagged dead. It is located in 0_config.js.
Files
rpgengine source.zip 5.5 MB
Feb 02, 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.