705
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 11 : | Ligne 11 : | ||
end | end | ||
local FAMILIES = { | local FAMILIES = { | ||
physique = {" | physique = {"PHYSIQUE", "#3f5e40"}, | ||
social = {" | social = {"SOCIAL", "#b08c42"}, | ||
combat = {" | combat = {"COMBAT", "#a7302e"}, | ||
science = {" | science = {"SCIENCE", "#24698e"}, | ||
tech = {" | tech = {"TECH", "#7f7194"}, | ||
} | } | ||
local family_config = FAMILIES[family:lower()] | local family_config = FAMILIES[family:lower()] |