Added npc generator v1
This commit is contained in:
@@ -78,7 +78,6 @@
|
||||
"region": "Region",
|
||||
"upbringing": "Upbringing",
|
||||
"school": "Escuela",
|
||||
"schoolrank": "Rango",
|
||||
"roles": "Funciones",
|
||||
"distinctions": "Distinciones",
|
||||
"distinctionstip": "Puedes volver a lanzar hasta dos dados si una distición te ayuda en la tirada.",
|
||||
@@ -519,6 +518,119 @@
|
||||
"generchar_disclaimer": "Advertencia, esto borrará los datos actuales del personaje!",
|
||||
"generchar_errors": "Borrar los errores antes de continuar!"
|
||||
}
|
||||
},
|
||||
"random": "Random",
|
||||
"gender": {
|
||||
"title": "Gender",
|
||||
"male": "Male",
|
||||
"female": "Female"
|
||||
},
|
||||
"char_generator": {
|
||||
"title": "Character Generator",
|
||||
"head_bt_title": "Char. Generator",
|
||||
"generate": "Generate",
|
||||
"average_value": "Average value",
|
||||
"attributes": "Attributes (rings, skills, confrontation ranks)",
|
||||
"social": "Social standing (honor, glory, status)",
|
||||
"demeanor": "Demeanor & rings affinities",
|
||||
"peculiarities": "Advantages and Disadvantages",
|
||||
"items": "Armure, Armes, et Objets",
|
||||
"narrative": "Narrative (fluff)",
|
||||
"age": "Age",
|
||||
"marital_status": {
|
||||
"title": "Marital Status",
|
||||
"married": "Married",
|
||||
"betrothed": "Betrothed",
|
||||
"unmarried": "Unmarried",
|
||||
"widowed": "Widowed"
|
||||
}
|
||||
},
|
||||
"clans": {
|
||||
"title": "Clans",
|
||||
"imperial": "Imperial",
|
||||
"crab": "Crab",
|
||||
"crane": "Crane",
|
||||
"dragon": "Dragon",
|
||||
"lion": "Lion",
|
||||
"phoenix": "Phoenix",
|
||||
"scorpion": "Scorpion",
|
||||
"unicorn": "Unicorn",
|
||||
"mantis": "Mantis",
|
||||
"ronin": "Ronin",
|
||||
"badger": "Badger",
|
||||
"bat": "Bat",
|
||||
"boar": "Boar",
|
||||
"dragonfly": "Dragonfly",
|
||||
"firefly": "Firefly",
|
||||
"hare": "Hare",
|
||||
"monkey": "Monkey",
|
||||
"oriole": "Oriole",
|
||||
"ox": "Ox",
|
||||
"sparrow": "Sparrow",
|
||||
"tortoise": "Tortoise",
|
||||
"ivory_kingdoms": "Ivory Kingdoms",
|
||||
"qamarist": "Qamarist",
|
||||
"ujik": "Ujik"
|
||||
},
|
||||
"demeanor": {
|
||||
"adaptable": "Adaptable",
|
||||
"aggressive": "Aggressive",
|
||||
"ambitious": "Ambitious",
|
||||
"amiable": "Amiable",
|
||||
"analytical": "Analytical",
|
||||
"angry": "Angry",
|
||||
"arrogant": "Arrogant",
|
||||
"assertive": "Assertive",
|
||||
"beguiling": "Beguiling",
|
||||
"bitter": "Bitter",
|
||||
"bold": "Bold",
|
||||
"calculating": "Calculating",
|
||||
"calm": "Calm",
|
||||
"capricious": "Capricious",
|
||||
"cautious": "Cautious",
|
||||
"clever": "Clever",
|
||||
"confused": "Confused",
|
||||
"courageous": "Courageous",
|
||||
"cowardly": "Cowardly",
|
||||
"curious": "Curious",
|
||||
"dependable": "Dependable",
|
||||
"detached": "Detached",
|
||||
"disheartened": "Disheartened",
|
||||
"enraged": "Enraged",
|
||||
"feral": "Feral",
|
||||
"fickle": "Fickle",
|
||||
"fierce": "Fierce",
|
||||
"flighty": "Flighty",
|
||||
"flippant": "Flippant",
|
||||
"friendly": "Friendly",
|
||||
"gruff": "Gruff",
|
||||
"hungry": "Hungry",
|
||||
"intense": "Intense",
|
||||
"intimidating": "Intimidating",
|
||||
"irritable": "Irritable",
|
||||
"loyal": "Loyal",
|
||||
"mischievous": "Mischievous",
|
||||
"morose": "Morose",
|
||||
"nurturing": "Nurturing",
|
||||
"obstinate": "Obstinate",
|
||||
"opportunistic": "Opportunistic",
|
||||
"passionate": "Passionate",
|
||||
"playful": "Playful",
|
||||
"power_hungry": "Power hungry",
|
||||
"proud": "Proud",
|
||||
"restrained": "Restrained",
|
||||
"scheming": "Scheming",
|
||||
"serene": "Serene",
|
||||
"serious": "Serious",
|
||||
"shrewd": "Shrewd",
|
||||
"stubborn": "Stubborn",
|
||||
"suspicious": "Suspicious",
|
||||
"teasing": "Teasing",
|
||||
"territorial": "Territorial",
|
||||
"uncertain": "Uncertain",
|
||||
"unenthused": "Unenthused",
|
||||
"vain": "Vain",
|
||||
"wary": "Wary"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user