parseck2
Version:
Parse a Crusader Kings II saved game file into a usable JavaScript object.
238 lines • 6.31 kB
JSON
[
{
"tag": "opinion_tyrant",
"description": "%I considers %U a tyrant."
},
{
"tag": "opinion_mentor",
"description": "%U was %I's mentor."
},
{
"tag": "opinion_friend",
"description": "%U and %I are friends."
},
{
"tag": "opinion_rival",
"description": "%U and %I are rivals."
},
{
"tag": "opinion_dishonorable",
"description": "%U has behaved dishonorably towards %I."
},
{
"tag": "opinion_envy",
"description": "%I is envious of %U."
},
{
"tag": "opinion_grateful",
"description": "%I is grateful to %U."
},
{
"tag": "opinion_former_lover",
"description": "%U is %I's former lover."
},
{
"tag": "opinion_enjoyed_feast",
"description": "%I enjoyed %U's feast."
},
{
"tag": "opinion_declined_party",
"description": "%U declined to come to %I's party."
},
{
"tag": "opinion_lover",
"description": "%U is %I's lover."
},
{
"tag": "opinion_dislike",
"description": "%I dislikes %U."
},
{
"tag": "opinion_approves",
"description": "%I approves of %U's actions."
},
{
"tag": "opinion_fired_from_council",
"description": "%U fired %I from the council."
},
{
"tag": "opinion_recently_fired",
"description": "%U fired %I from the council recently."
},
{
"tag": "opinion_happy_with_guardian",
"description": "%I is happy with %U's guardianship."
},
{
"tag": "opinion_family_love",
"description": "%U and %I are part of a loving family."
},
{
"tag": "opinion_was_praised",
"description": "%U praised %I."
},
{
"tag": "opinion_lost_ward",
"description": "%U lost %I's ward."
},
{
"tag": "opinion_released_prisoner",
"description": "%U released %I from prison."
},
{
"tag": "opinion_rejected_friend",
"description": "%U rejected %I's friendship."
},
{
"tag": "acknowledged_child",
"description": "%U acknowledged %I as his child."
},
{
"tag": "opinion_irritated",
"description": "%I is irritated wtih %U."
},
{
"tag": "opinion_granted_barony",
"description": "%U granted %I a barony."
},
{
"tag": "opinion_granted_duchy",
"description": "%U grainted %I a duchy."
},
{
"tag": "opinion_granted_county",
"description": "%U grainted %I a county."
},
{
"tag": "opinion_granted_kingdom_vice_royalty",
"description": "%U granted a %I kingdom vice royalty."
},
{
"tag": "declared_war",
"description": "%U declared war against %i."
},
{
"tag": "good_succ_law_change",
"description": "%I approved of %U's succession law change."
},
{
"tag": "bad_succ_law_change",
"description": "%I disapproved of %U's succession law change."
},
{
"tag": "opinion_revoked_my_title",
"description": "%U revoked %I's title."
},
{
"tag": "disrespects_dynasty",
"description": "%I does not respect %U's dynasty."
},
{
"tag": "opinion_tortured_close_kin",
"description": "%U tortured one of %I's close kin."
},
{
"tag": "opinion_tortured_family",
"description": "%U tortured a member of %I's family."
},
{
"tag": "opinion_unchristian",
"description": "%I considers %U unchristian."
},
{
"tag": "opinion_inherited_negative",
"description": "%I did not like %U's predecessor."
},
{
"tag": "opinion_inherited",
"description": "%I liked %U's predecessor."
},
{
"tag": "opinion_fulfilled_marriage_wish",
"description": "%U fulfilled %I's wish to get married."
},
{
"tag": "suspected_coward_rumour",
"description": "%I heard that %U is a coward."
},
{
"tag": "suspected_sodomite_rumour",
"description": "%I heard that %U is a sodomite."
},
{
"tag": "suspected_occultist_rumour",
"description": "%I heard that %U dabbles in the occult."
},
{
"tag": "opinion_entrusted_ward",
"description": "%I entrusted %U with a ward."
},
{
"tag": "opinion_killed_close_kin",
"description": "%U killed %I's close kin."
},
{
"tag": "opinion_budding_friendship",
"description": "%U and %I have a budding friendship."
},
{
"tag": "opinion_corrupt",
"description": "%I considers %U corrupt."
},
{
"tag": "opinion_mutilated_close_kin",
"description": "%U mutilated one of %I's close kin."
},
{
"tag": "opinion_mutilated_family",
"description": "%U mutilated a member of %I's family."
},
{
"tag": "opinion_killed_family",
"description": "%U killed a member of %I's family."
},
{
"tag": "opinion_killed_close_kin",
"description": "%U killed one of %I's close kin."
},
{
"tag": "opinion_defended_me",
"description": "%U defended %I."
},
{
"tag": "opinion_impressed",
"description": "%U impressed %I."
},
{
"tag": "opinion_blinded_family",
"description": "%U blinded a member of %I's family."
},
{
"tag": "opinion_blinded_close_kin",
"description": "%U blinded one of %I's close kin."
},
{
"tag": "opinion_murder_attempt",
"description": "%U tried to kill %I."
},
{
"tag": "opinion_seduced_refused",
"description": "%I tried to seduce %U, but %U refused."
},
{
"tag": "called_into_war",
"description": "%U called %I to join his war."
},
{
"tag": "opinion_unfaithful_husband",
"description": "%U is an unfaithful husband."
},
{
"tag": "opinion_unfaithful_wife",
"description": "%U is an unfaithful wife."
},
{
"tag": "broke_truce",
"description": "%U broke a truce."
}
]