parseck2
Version:
Parse a Crusader Kings II saved game file into a usable JavaScript object.
158 lines • 3.76 kB
JSON
[
{
"tag": "monastic_order_benedictine",
"name": "The Benedictine Order",
"religion": "catholic",
"type": "Monastic"
},
{
"tag": "monastic_order_dominican",
"name": "The Dominican Order",
"religion": "catholic",
"type": "Monastic"
},
{
"tag": "monastic_order_orthodox",
"name": "The Community of Saint Basil",
"religion": "orthodox",
"type": "Monastic"
},
{
"tag": "monastic_order_nestorian",
"name": "The Community of Saint Abraham",
"religion": "nestorian",
"type": "Monastic"
},
{
"tag": "monastic_order_monophysite",
"name": "The Community of Saint Anthony",
"religion": "miaphysite",
"type": "Monastic"
},
{
"tag": "monastic_order_hindu",
"name": "Adavita Matha",
"religion": "hindu",
"type": "Monastic"
},
{
"tag": "monastic_order_buddhist",
"name": "Savaka-Sangha",
"religion": "buddhist",
"type": "Monastic"
},
{
"tag": "monastic_order_jain",
"name": "Sravaka-Samgha",
"religion": "jain",
"type": "Monastic"
},
{
"tag": "secret_religious_society_catholic",
"name": "The Society of Jesus",
"religion": "catholic",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_orthodox",
"name": "The Old Christians",
"religion": "orthodox",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_sunni",
"name": "The Islamic Brotherhood",
"religion": "sunni",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_shiite",
"name": "The Party of Ali",
"religion": "shiite",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_jewish",
"name": "God's Faithful",
"religion": "jewish",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_zoroastrian",
"name": "The Loyal Magi",
"religion": "zoroastrian",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_hinduism",
"name": "Santana Dharma",
"religion": "hindu",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_buddhism",
"name": "The Eightfold Path",
"religion": "buddhist",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_jain",
"name": "The Harmless",
"religion": "jain",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_norse_pagan_reformed",
"name": "The Oathkeepers",
"religion": "norse_pagan_reformed",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_slavic_pagan_reformed",
"name": "Perun's True",
"religion": "slavic_pagan_reformed",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_tengri_pagan_reformed",
"name": "The Riders of the Blue Sky",
"religion": "tengri_pagan_reformed",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_baltic_pagan_reformed",
"name": "The Children of Dievas",
"religion": "baltic_pagan_reformed",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_finnish_pagan_reformed",
"name": "The Speakers of Ukko",
"religion": "finnish_pagan_reformed",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_west_african_pagan_reformed",
"name": "The Spirit Keepers",
"religion": "west_african_pagan_reformed",
"type": "Secret Cult"
},
{
"tag": "secret_religious_society_zun_pagan_reformed",
"name": "Zun's Living Fire",
"religion": "zun_pagan_reformed",
"type": "Secret Cult"
},
{
"tag": "hermetics",
"name": "The Hermetic Society"
},
{
"tag": "the_assassins",
"name": "The Assassins"
},
{
"tag": "the_satanists",
"name": "Lucifer's Own"
}
]