Cyberganked dev: the Troll class
Posted: Sun Jan 30, 2022 11:30 am
This message is to record my time where I start working on the 10 or 11 classes in the game, to get all the perks in. At least every other level, a character gains a new ability based on their level.
I am going to start with TROLLS first. If I get two perks in per day, then I can finish in a week. How long will it take?
Here are the first few perks for Trolls:
Level 2: Allows the party to leave most random fights at any time.
- Probably going to set it at 75%. There is already a leave command for combat, I should note when we are able to leave thanks to the Troll.
Level 3: Can taunt enemies in combat which causes an entire group to focus their attacks on the Troll.
- Probably going to allow this once in combat per round.
Level 4: Can choose to upgrade one of their character attributes.
- I need to filter the code to a certain routine when all characters gain levels.
I am going to start with TROLLS first. If I get two perks in per day, then I can finish in a week. How long will it take?
Here are the first few perks for Trolls:
Level 2: Allows the party to leave most random fights at any time.
- Probably going to set it at 75%. There is already a leave command for combat, I should note when we are able to leave thanks to the Troll.
Level 3: Can taunt enemies in combat which causes an entire group to focus their attacks on the Troll.
- Probably going to allow this once in combat per round.
Level 4: Can choose to upgrade one of their character attributes.
- I need to filter the code to a certain routine when all characters gain levels.