mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 20:54:19 +00:00
variantes raciales de pangée dans le calculateur de caractéristiques
This commit is contained in:
parent
6f3c966d93
commit
af3eda1a43
1 changed files with 267 additions and 1 deletions
|
|
@ -45,6 +45,30 @@ export const races = [
|
||||||
{ ability: 'dex', value: 2 },
|
{ ability: 'dex', value: 2 },
|
||||||
{ ability: 'sag', value: 1 }
|
{ ability: 'sag', value: 1 }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'elfe-du-souffle',
|
||||||
|
label: "Elfe du souffle",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'elfe-des-vagues',
|
||||||
|
label: "Elfe des vagues",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'con', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'elfe-des-roches',
|
||||||
|
label: "Elfe des roches",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'int', value: 1 }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -78,6 +102,22 @@ export const races = [
|
||||||
{ ability: 'int', value: 2 },
|
{ ability: 'int', value: 2 },
|
||||||
{ ability: 'sag', value: 1 }
|
{ ability: 'sag', value: 1 }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'vaesenkaebae',
|
||||||
|
label: "Vaesenkaebae",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'int', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'vaesenhudak',
|
||||||
|
label: "Vaesenhudak",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'int', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -103,6 +143,22 @@ export const races = [
|
||||||
{ ability: 'dex', value: 2 },
|
{ ability: 'dex', value: 2 },
|
||||||
{ ability: 'con', value: 1 }
|
{ ability: 'con', value: 1 }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'halfelin-de-maison',
|
||||||
|
label: "Halfelin de maison",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'int', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'halfelin-p-relinne',
|
||||||
|
label: "Halfelin p'relinne",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -172,6 +228,14 @@ export const races = [
|
||||||
{ ability: 'con', value: 2 },
|
{ ability: 'con', value: 2 },
|
||||||
{ ability: 'for', value: 1 }
|
{ ability: 'for', value: 1 }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'taivastotta',
|
||||||
|
label: "Taïvastotta",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'con', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -181,6 +245,40 @@ export const races = [
|
||||||
abilityBonuses: [
|
abilityBonuses: [
|
||||||
{ ability: 'cha', value: 2 },
|
{ ability: 'cha', value: 2 },
|
||||||
{ ability: 'sag', value: 1 }
|
{ ability: 'sag', value: 1 }
|
||||||
|
],
|
||||||
|
variants: [
|
||||||
|
{
|
||||||
|
key: 'aasimar-standard',
|
||||||
|
label: "Aasimar standard",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'aasimar-exori',
|
||||||
|
label: "Exori",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'aasimar-agramnon',
|
||||||
|
label: "Agramnon",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'for', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'aasimar-dekra',
|
||||||
|
label: "Dekrâ",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'con', value: 1 }
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -193,7 +291,7 @@ export const races = [
|
||||||
variants: [
|
variants: [
|
||||||
{
|
{
|
||||||
key: 'demi-ogre-standard',
|
key: 'demi-ogre-standard',
|
||||||
label: "Demi-ogre",
|
label: "Demi-ogre standard",
|
||||||
abilityBonuses: [
|
abilityBonuses: [
|
||||||
{ ability: 'for', value: 2 },
|
{ ability: 'for', value: 2 },
|
||||||
{ ability: 'con', value: 2 }
|
{ ability: 'con', value: 2 }
|
||||||
|
|
@ -207,6 +305,54 @@ export const races = [
|
||||||
{ ability: 'sag', value: 1 },
|
{ ability: 'sag', value: 1 },
|
||||||
{ ability: 'cha', value: 2 },
|
{ ability: 'cha', value: 2 },
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'demi-ogre-sulchin',
|
||||||
|
label: "Sulchin",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'con', value: 2 },
|
||||||
|
{ ability: 'for', value: 1 },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'demi-ogre-delchin',
|
||||||
|
label: "Delchin",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'con', value: 2 },
|
||||||
|
{ ability: 'for', value: 1 },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'demi-ogre-kahchin-sag',
|
||||||
|
label: "Kahchin (variante sagesse)",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'con', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'demi-ogre-kahchin-cha',
|
||||||
|
label: "Kahchin (variante charisme)",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'con', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'demi-ogre-kahchin-sag-switch',
|
||||||
|
label: "Kahchin (variante échange sagesse)",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'con', value: 1 },
|
||||||
|
{ ability: 'sag', value: 2 },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'demi-ogre-kahchin-cha-switch',
|
||||||
|
label: "Kahchin (variante échange charisme)",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'con', value: 1 },
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -216,6 +362,40 @@ export const races = [
|
||||||
abilityBonuses: [
|
abilityBonuses: [
|
||||||
{ ability: 'dex', value: 2 },
|
{ ability: 'dex', value: 2 },
|
||||||
{ ability: 'sag', value: 1 }
|
{ ability: 'sag', value: 1 }
|
||||||
|
],
|
||||||
|
variants: [
|
||||||
|
{
|
||||||
|
key: 'felys-standard',
|
||||||
|
label: "Félys standard",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'felys-muqadal-wali',
|
||||||
|
label: "Muqadal'wali",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'int', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'felys-mushtaral-wali',
|
||||||
|
label: "Mushtaral'wali",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'felys-feilh-hyss',
|
||||||
|
label: "Feilh'hyss",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'dex', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -224,6 +404,32 @@ export const races = [
|
||||||
abilityBonuses: [
|
abilityBonuses: [
|
||||||
{ ability: 'sag', value: 2 },
|
{ ability: 'sag', value: 2 },
|
||||||
{ ability: 'cha', value: 1 }
|
{ ability: 'cha', value: 1 }
|
||||||
|
],
|
||||||
|
variants: [
|
||||||
|
{
|
||||||
|
key: 'homme-serpent-standard',
|
||||||
|
label: 'Homme-serpent standard',
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'sag', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'homme-serpent-kubea-ssyere',
|
||||||
|
label: 'Kubea ssyere',
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'sag', value: 2 },
|
||||||
|
{ ability: 'con', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'homme-serpent-kubea-ghinduk',
|
||||||
|
label: 'Kubea ghinduk',
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'sag', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -232,6 +438,32 @@ export const races = [
|
||||||
abilityBonuses: [
|
abilityBonuses: [
|
||||||
{ ability: 'for', value: 2 },
|
{ ability: 'for', value: 2 },
|
||||||
{ ability: 'cha', value: 1 }
|
{ ability: 'cha', value: 1 }
|
||||||
|
],
|
||||||
|
variants: [
|
||||||
|
{
|
||||||
|
key: 'sangdragon-standard',
|
||||||
|
label: 'Sangdragon standard',
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'for', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'sangdragon-phelun-kheun',
|
||||||
|
label: "Phelun-kheun",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'for', value: 2 },
|
||||||
|
{ ability: 'cha', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'sangdragon-kehay-kheun',
|
||||||
|
label: "Kehay-kheun",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'for', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -240,6 +472,40 @@ export const races = [
|
||||||
abilityBonuses: [
|
abilityBonuses: [
|
||||||
{ ability: 'cha', value: 2 },
|
{ ability: 'cha', value: 2 },
|
||||||
{ ability: 'int', value: 1 }
|
{ ability: 'int', value: 1 }
|
||||||
|
],
|
||||||
|
variants: [
|
||||||
|
{
|
||||||
|
key: 'tieffelin-standard',
|
||||||
|
label: 'Tieffelin standard',
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'int', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'tieffelin-gel-absu',
|
||||||
|
label: "Gel'absu",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'int', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'tieffelin-na-saqwu',
|
||||||
|
label: "Na'saqwu",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'con', value: 1 }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'tieffelin-uttuk-emu',
|
||||||
|
label: "Uttuk'emu",
|
||||||
|
abilityBonuses: [
|
||||||
|
{ ability: 'cha', value: 2 },
|
||||||
|
{ ability: 'sag', value: 1 }
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue