Adventure-Bot / Adventure-Bot/adventure-bot
Classes
- Vorherrschende Sprache
- TypeScript
- Sterne
- 7
- Forks
- 6
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Upon gaining enough experience, a player may choose to specialize in a class that provides unique benefits.
## Rogue
- +3 max hit points
- Advantage when disarming and evading traps.
- No attacks when fleeing combat.
- Can `/hide`. While hidden, attacks against you must first pass a spot check. Your next attack has advantage and removes hidden.
- Can wear medium armor.
## Fighter
- +5 max hit points
- Can wear heavy armor.
- +2 attack
- +2 damage
## Cleric
- +3 max hit points
- Gain `/renew`
- Can wear heavy armor.
- Spellcasting
## Mage
- +2 max hit points
- Can wear only light armor.
- Spellcasting
## Spellcasting
`/cast` spells using mana.
- Gain a mana pool stat of 5.
- Gain a mana regen per hour stat of 1.
### Spells
#### Fireball
2 mana, attack everyone, dealing 1-6 damage if you hit.
#### Shield
2 mana, the next attack against you has -4 accuracy.
## User Stories
- [ ] as a player with enough experience, I will be prompted to choose a class
- [ ] given I've chosen a class, I will receive the appropriate role and benefits
## Technical Stories
- [ ] `/admin grant_class:rogue`
- [ ] `@adventure-bot/class`
- [ ] `selectCanLevel(state, characterId)`
- [ ] `classChosen('fighter')` action
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.