DIvers rework de CSS/LESS et améliorations de messages/layout
This commit is contained in:
@@ -59,6 +59,67 @@ export const SIZE_LABELS = {
|
||||
4: "Grande",
|
||||
}
|
||||
|
||||
export const WEAPON_CATEGORY_LABELS = {
|
||||
melee: "Mêlée",
|
||||
tir: "Tir",
|
||||
jet: "Jet",
|
||||
}
|
||||
|
||||
export const WEAPON_ORIGIN_LABELS = {
|
||||
geant: "Géant",
|
||||
petitPeuple: "Petit Peuple",
|
||||
}
|
||||
|
||||
export const WEAPON_SIZE_MODE_LABELS = {
|
||||
fixe: "Fixe",
|
||||
plage: "Plage",
|
||||
variable: "Variable",
|
||||
}
|
||||
|
||||
export const ARMOR_STATE_LABELS = {
|
||||
protege: "Protégé",
|
||||
harnache: "Harnaché",
|
||||
barde: "Bardé",
|
||||
}
|
||||
|
||||
export const EQUIPMENT_CATEGORY_LABELS = {
|
||||
butin: "Butin",
|
||||
ecriture: "Écriture",
|
||||
monture: "Monture",
|
||||
soin: "Soin",
|
||||
survie: "Survie",
|
||||
voyage: "Voyage",
|
||||
}
|
||||
|
||||
export const SPELL_TRADITION_LABELS = {
|
||||
chimerisme: "Chimérisme",
|
||||
farfadet: "Farfadet",
|
||||
magie: "Magie",
|
||||
onirologie: "Onirologie",
|
||||
}
|
||||
|
||||
export const POLARITY_LABELS = {
|
||||
cauchemar: "Cauchemar",
|
||||
songes: "Songes",
|
||||
}
|
||||
|
||||
export const STACKING_LABELS = {
|
||||
"-": "—",
|
||||
non: "Non",
|
||||
oui: "Oui",
|
||||
}
|
||||
|
||||
export const COMPANY_POWER_SCOPE_LABELS = {
|
||||
compagnie: "Compagnie",
|
||||
}
|
||||
|
||||
export const COMPANY_POWER_MODE_LABELS = {
|
||||
passif: "Passif",
|
||||
"préparation": "Préparation",
|
||||
"réaction": "Réaction",
|
||||
ressource: "Ressource",
|
||||
}
|
||||
|
||||
export const ACTOR_IMAGES = {
|
||||
personnage: "icons/svg/mystery-man.svg",
|
||||
compagnie: "icons/svg/book.svg",
|
||||
@@ -84,6 +145,16 @@ export const LESOUBLIES_CONFIG = {
|
||||
profileLabels: PROFILE_LABELS,
|
||||
skills: SKILLS,
|
||||
sizes: SIZE_LABELS,
|
||||
weaponCategoryLabels: WEAPON_CATEGORY_LABELS,
|
||||
weaponOriginLabels: WEAPON_ORIGIN_LABELS,
|
||||
weaponSizeModeLabels: WEAPON_SIZE_MODE_LABELS,
|
||||
armorStateLabels: ARMOR_STATE_LABELS,
|
||||
equipmentCategoryLabels: EQUIPMENT_CATEGORY_LABELS,
|
||||
spellTraditionLabels: SPELL_TRADITION_LABELS,
|
||||
polarityLabels: POLARITY_LABELS,
|
||||
stackingLabels: STACKING_LABELS,
|
||||
companyPowerScopeLabels: COMPANY_POWER_SCOPE_LABELS,
|
||||
companyPowerModeLabels: COMPANY_POWER_MODE_LABELS,
|
||||
actorImages: ACTOR_IMAGES,
|
||||
itemImages: ITEM_IMAGES,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user