Adventure-Bot / Adventure-Bot/adventure-bot

Classes

Offen
#11 0 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @brian-gates Auf GitHub ansehen
enhancement gameplay
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.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.