Version 1.18
Another RPG Engine » Devlog
- NEW FEATURE: Equipment locking. If you set the
lockEquipment
attribute on a Puppet, the player will be unable to change their equipment. Note that you can still alter their equipment through manualequip
andunequip
executions. - Specific equipment can also be locked. If its
sticky
attribute is truthy, you can put it on, but you can't take it off! Perfect for cursed items and the like. - The equip-from-inventory screen is now neater, with characters who can't equip the selected item not appearing at all.
- Color of Defeat is now restricted to Artist, purely for ease of testing the restriction mechanic.
- It should no longer be possible to bypass an equipment restriction by equipping the item from the inventory screen.
- Character names should no longer disappear when listed in the inventory screen.
checkRestriction
has been reversed, and is now called on an Actor with an Item as an argument. The Item-centric version still exists, but will be depreciated.- You can now hide specific core stats, preventing them from being displayed in the menu or status pane. To do so, add the stat name to the
setup.hiddenStats
variable instat class.js
. - Renamed the
inv
variable toinventory
for clarity. The shorthandinv()
still works. - Moved the definition for
V
to support functions. - Reorganized the code for the party menu to be a bit easier to use. Stat display code is now standardized to one template passage, and
equipmentlist
is now a passage rather than a widget.
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.