I have a thing I really should release sometime.
[
{
"type": "profession",
"ident": "hoplite",
"name": "Hoplite",
"description": "Heavy infantry of the ancient Greek city-states, before the shift towards the Macedonean phalanx. Well-trained for combat in formation, but less effective when outmaneuvered or on broken ground.",
"points": 0,
"skills": [
{
"level": 2,
"name": "bashing"
},
{
"level": 2,
"name": "cutting"
},
{
"level": 3,
"name": "melee"
},
{
"level": 4,
"name": "stabbing"
},
{
"level": 2,
"name": "unarmed"
}
],
"items": {
"both": [
"loincloth",
"tunic",
"leathersandals",
"armor_cuirass",
"legguard_bronze",
"helmet_corinthian",
"backpack_leather",
"scabbard",
"sheath",
"shield_hoplon",
"spear_dory",
"sword_xiphos",
"knife_hunting",
"waterskin"
]
}
},
{
"type": "profession",
"ident": "legionary",
"name": "Legionary",
"description": "Roman heavy infantry, after the military reforms that standardized the legion's equipment. Trained to act in formation with javelin and sword, well-known for their field fortifications as well.",
"points": 0,
"skills": [
{
"level": 1,
"name": "carpentry"
},
{
"level": 1,
"name": "cooking"
},
{
"level": 2,
"name": "cutting"
},
{
"level": 2,
"name": "gun"
},
{
"level": 3,
"name": "melee"
},
{
"level": 1,
"name": "throw"
}
],
"items": {
"both": [
"loincloth",
"tunic",
"leathersandals",
"armor_lorica",
"legguard_metal",
"helmet_galea",
"backpack_leather",
"scabbard",
"sheath",
"shield_scutum",
"javelin_iron",
"javelin_iron",
"sword_forged",
"knife_hunting",
"shovel",
"pot",
"waterskin"
]
}
},
{
"type": "profession",
"ident": "viking",
"name": "Viking",
"description": "The infamous pirates of the early medieval period, raiders and explorers from various Scandinavian countries.",
"points": 0,
"skills": [
{
"level": 2,
"name": "survival"
},
{
"level": 3,
"name": "swimming"
},
{
"level": 2,
"name": "cutting"
},
{
"level": 1,
"name": "dodge"
},
{
"level": 3,
"name": "melee"
}
],
"items": {
"both": [
"loincloth",
"tunic",
"pants",
"socks",
"cloak_fur",
"gauntlets_larmor",
"boots_larmor",
"helmet_nasal",
"backpack_leather",
"scabbard",
"sheath",
"shield_round",
"battleaxe",
"knife_hunting",
"waterskin"
]
}
},
{
"type": "profession",
"ident": "manatarms",
"name": {
"male": "Man-at-Arms",
"female": "Woman-at-Arms"
},
"description": "The medival heavy cavalry of various countries in Europe, whether noble-born or of common blood. While knights traditionally were men-at-arms, not every man-at-arms was a knight.",
"points": 0,
"skills": [
{
"level": 1,
"name": "driving"
},
{
"level": 1,
"name": "firstaid"
},
{
"level": 1,
"name": "speech"
},
{
"level": 3,
"name": "cutting"
},
{
"level": 3,
"name": "melee"
}
],
"items": {
"both": [
"loincloth",
"gambeson",
"chainmail_suit",
"socks",
"boots_plate",
"helmet_plate",
"gloves_plate",
"backpack_leather",
"scabbard",
"sheath",
"shield_kite",
"arming_sword",
"knife_hunting",
"waterskin"
]
}
},
{
"type": "profession",
"ident": "horsearcher",
"name": "Horse Archer",
"description": "The famed light cavalry of the Mongol Empire. Best known for their skill as mounted archers.",
"points": 0,
"skills": [
{
"level": 2,
"name": "driving"
},
{
"level": 2,
"name": "survival"
},
{
"level": 4,
"name": "archery"
},
{
"level": 1,
"name": "dodge"
},
{
"level": 3,
"name": "gun"
},
{
"level": 1,
"name": "melee"
}
],
"items": {
"both": [
"loincloth",
"armor_larmor",
"socks",
"armor_lamellar",
"gauntlets_larmor",
"helmet_conical",
"backpack_leather",
"scabbard",
"sheath",
"quiver_large",
"scimitar",
"recurbow",
"arrow_wood",
"arrow_wood",
"knife_hunting",
"fur_rollmat",
"pot",
"waterskin"
]
}
},
{
"type": "profession",
"ident": "samurai",
"name": "Samurai",
"description": "Warrior nobility of fuedal Japan. Known originally as masters of the horse and bow, they become famous for their swordsmanship in later eras.",
"points": 0,
"skills": [
{
"level": 1,
"name": "driving"
},
{
"level": 1,
"name": "firstaid"
},
{
"level": 2,
"name": "speech"
},
{
"level": 2,
"name": "archery"
},
{
"level": 1,
"name": "cutting"
},
{
"level": 2,
"name": "dodge"
},
{
"level": 2,
"name": "gun"
},
{
"level": 2,
"name": "melee"
}
],
"items": {
"both": [
"loincloth",
"hakama_gi",
"obi_gi",
"armor_samurai",
"tabi_dress",
"bastsandals",
"helmet_kabuto",
"gloves_plate",
"backpack_leather",
"sheath",
"quiver",
"compositebow",
"arrow_wood",
"arrow_wood",
"tanto",
"waterskin"
],
"male": [
"scabbard",
"katana"
],
"female": [
"naginata"
]
}
}
]