Initial import
This commit is contained in:
@ -14,6 +14,14 @@ export const LOCALISATION = {
|
||||
"tete":{ label: "Tête", value: 1, id :"tete", nbArmure: 2 },
|
||||
}
|
||||
|
||||
export const ARME_SPECIFICITE = {
|
||||
"encombrante": { label: "Encombrante", id :"encombrante" },
|
||||
"maintiendistance": { label: "Maintien à distance", id :"maintiendistance" },
|
||||
"treslongue": { label: "Très longue", id :"treslongue" },
|
||||
"coupassomant": { label: "Coup assomant", id :"coupassomant" },
|
||||
"peutlancer": { label: "Peut être lancée", id :"peutlancer" },
|
||||
}
|
||||
|
||||
export const TEDEUM_CONFIG = {
|
||||
descriptionValeur: {
|
||||
1: { qualite: "Mauvais", dice: "d4", negativeDice: "d20", savoir: "Sot", sensibilite: "Obtus", entregent: "Rustaud", puissance: "Menu", complexion: "Anémique", adresse: "Empesé" },
|
||||
|
Reference in New Issue
Block a user