Equipment

Another crucial part of most games – stuff to wear. ORK Framework gives you total control over your equipment system!


13. Items

Next thing on the list – let’s create some items … refreshing potions, some status effect stuff and books teaching abilities.


Items

Any game needs items – it would be quite boring without something to find, collect and use …


12. Abilities

Now that we have our status system and formulas, it’s time to use them in active (attacks, spells) and passive (status bonuses) abilities.


Abilities

Attacks, skills, magic … a crucial part of a role-playing game – in ORK Framework all of this is packed in abilities.


11. Formulas

After building our status system, it’s time to use it in formulas to calculate things like attack damage or hit chance.


Formulas

In an RPG (or any other type of game), there need to be some calculations done using the status of the player or other combatants – in ORK Framework you create your calculations using formulas.


Node Editor

ORK Framework uses a node editor to allow you to create certain parts of your game logic.


10. Status Effects

Status effects are used to influence a combatant’s status, like poison or blindness.


09. Attributes

Attack and defence attributes are used to influence the impact of abilities and items on status values.