@lippelt/srd-dnd5e-2024 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
Módulo D&D 5e (2024 / "One D&D") para [`@lippelt/srd-core`](../core).
|
|
4
4
|
|
|
5
|
-
Baseado no [System Reference Document 5.2](https://dnd.wizards.com/resources/systems-reference-document)
|
|
5
|
+
> D&D® é trademark da Wizards of the Coast LLC. Baseado no [System Reference Document 5.2](https://dnd.wizards.com/resources/systems-reference-document) sob **Creative Commons Attribution 4.0 International**.
|
|
6
6
|
|
|
7
7
|
## Diferenças vs `@lippelt/srd-dnd5e-2014`
|
|
8
8
|
|
|
9
|
-
- **
|
|
10
|
-
- O parâmetro `exhaustion`
|
|
9
|
+
- **Exaustão**: agora uma escala única 1..10 com **−2 cumulativo** em testes com d20 por nível; nível 10 = morte (em vez dos 6 níveis discretos do 5.1).
|
|
10
|
+
- O parâmetro `exhaustion` em `roll('d20')` / `roll('attack')` / `roll('save')` aplica a penalidade automaticamente.
|
|
11
11
|
- O tracker tem o campo `exhaustion` (0..10) pra registrar.
|
|
12
|
-
- **
|
|
13
|
-
- **Resto da matemática**: idêntica à 2014 —
|
|
12
|
+
- **Condições**: 14 + Exaustão como entrada única (em vez de `exhaustion-1` até `exhaustion-6`).
|
|
13
|
+
- **Resto da matemática**: idêntica à 2014 — vantagem/desvantagem, crítico em 20 natural, CD de resistência = 8 + prof + mod etc.
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## O que inclui
|
|
16
16
|
|
|
17
|
-
- **9
|
|
18
|
-
- **15
|
|
19
|
-
- **4
|
|
20
|
-
- **
|
|
21
|
-
- **
|
|
17
|
+
- **9 presets de dados** — d20 (+ vantagem/desvantagem), d4–d12, d100
|
|
18
|
+
- **15 condições** — Cego, Enfeitiçado, Surdo, Exaustão (nível), Amedrontado, Agarrado, Incapacitado, Invisível, Paralisado, Petrificado, Envenenado, Caído, Contido, Atordoado, Inconsciente
|
|
19
|
+
- **4 campos de status** — CA, Exaustão, Mortes ✓, Mortes ✗
|
|
20
|
+
- **Regras:** `check`, `attack`, `save`, `damage`, `applyDamage` (resistência/vulnerabilidade/imunidade)
|
|
21
|
+
- **Utilitários:** `abilityMod`, `spellSaveDC`, `spellAttackBonus`, `exhaustionPenalty`
|
|
22
22
|
|
|
23
23
|
## Uso
|
|
24
24
|
|
|
@@ -31,4 +31,4 @@ register(dnd5e2024)
|
|
|
31
31
|
|
|
32
32
|
## Licença
|
|
33
33
|
|
|
34
|
-
[MIT](LICENSE). Mecânica
|
|
34
|
+
[MIT](LICENSE) (código). Mecânica derivada do SRD 5.2 (CC-BY 4.0, Wizards of the Coast).
|