mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Skills optionnel, Hit à la ligne
This commit is contained in:
parent
844b719e9a
commit
c0df535a3f
3 changed files with 1571 additions and 525 deletions
|
|
@ -21,7 +21,7 @@ namespace AideDeJeuLib.Monsters
|
|||
$"|FOR|DEX|CON|INT|SAG|CHA|\n" +
|
||||
$"|---|---|---|---|---|---|\n" +
|
||||
$"|{Strength}|{Dexterity}|{Constitution}|{Intelligence}|{Wisdom}|{Charisma}|\n\n" +
|
||||
$"**Compétences** {Skills}\n" +
|
||||
(Skills != null ? $"**Compétences** {Skills}\n" : "") +
|
||||
(SavingThrows != null ? $"**Jets de sauvegarde** {SavingThrows}\n" : "") +
|
||||
(DamageVulnerabilities != null ? $"**Vulnérabilité aux dégâts** {DamageVulnerabilities}\n" : "") +
|
||||
(DamageImmunities != null ? $"**Immunité contre les dégâts** {DamageImmunities}\n" : "") +
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ namespace AideDeJeuLib.Monsters
|
|||
$"|STR|DEX|CON|INT|WIS|CHA|\n" +
|
||||
$"|---|---|---|---|---|---|\n" +
|
||||
$"|{Strength}|{Dexterity}|{Constitution}|{Intelligence}|{Wisdom}|{Charisma}|\n\n" +
|
||||
$"**Skills** {Skills}\n" +
|
||||
(Skills != null ? $"**Skills** {Skills}\n" : "") +
|
||||
(SavingThrows != null ? $"**Saving Throws** {SavingThrows}\n" : "") +
|
||||
(DamageVulnerabilities != null ? $"**Damage Vulnerabilities** {DamageVulnerabilities}\n" : "") +
|
||||
(DamageImmunities != null ? $"**Damage Immunities** {DamageImmunities}\n" : "") +
|
||||
|
|
|
|||
2092
Data/monsters_vo.md
2092
Data/monsters_vo.md
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue