Add rituals and tomes
This commit is contained in:
79
lang/en.json
79
lang/en.json
@@ -14,7 +14,9 @@
|
||||
"mentaldisorder": "Mental Disorder",
|
||||
"bond": "Bond" ,
|
||||
"arcane": "Arcane",
|
||||
"archetype": "Archetype"
|
||||
"archetype": "Archetype",
|
||||
"ritual": "Ritual",
|
||||
"tome": "Tome"
|
||||
}
|
||||
},
|
||||
"CTHULHUETERNAL": {
|
||||
@@ -327,7 +329,78 @@
|
||||
"harsh": "Harsh",
|
||||
"veryHarsh": "Very Harsh"
|
||||
},
|
||||
"Tome": {
|
||||
"FIELDS": {
|
||||
"language": {
|
||||
"label": "Language"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings"
|
||||
},
|
||||
"studyTime": {
|
||||
"label": "Study Time"
|
||||
},
|
||||
"sanLoss": {
|
||||
"label": "SAN Loss"
|
||||
},
|
||||
"unnaturalSkill": {
|
||||
"label": "Unnatural Skill"
|
||||
},
|
||||
"rituals": {
|
||||
"label": "Rituals"
|
||||
},
|
||||
"minimumEra": {
|
||||
"label": "Minimum Era"
|
||||
},
|
||||
"otherBenefits": {
|
||||
"label": "Other Benefits"
|
||||
},
|
||||
"creationDate": {
|
||||
"label": "Creation Date"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"tomeDetails": "Tome Details"
|
||||
},
|
||||
"Button": {
|
||||
"addRitual": "Add Ritual"
|
||||
}
|
||||
},
|
||||
"Ritual": {
|
||||
"Simple": "Simple",
|
||||
"Complex": "Complex",
|
||||
"Elaborate": "Elaborate",
|
||||
"FIELDS": {
|
||||
"ritualType": {
|
||||
"label": "Type"
|
||||
},
|
||||
"studyTime": {
|
||||
"label": "Study time"
|
||||
},
|
||||
"studySAN": {
|
||||
"label": "Study SAN"
|
||||
},
|
||||
"activationTime": {
|
||||
"label": "Activation time"
|
||||
},
|
||||
"activationSAN": {
|
||||
"label": "Activation SAN"
|
||||
},
|
||||
"activationWP": {
|
||||
"label": "Activation WP"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"Rituals": "Rituals",
|
||||
"Tomes": "Tomes",
|
||||
"otherBenefits": "Other Benefits",
|
||||
"Unarmed": "Unarmed",
|
||||
"Cured": "Cured",
|
||||
"Uncured": "Uncured",
|
||||
@@ -433,7 +506,9 @@
|
||||
"newGear": "New Gear",
|
||||
"newArcane": "New Arcane",
|
||||
"newArchetype": "New Archetype",
|
||||
"newSkill": "New Skill"
|
||||
"newSkill": "New Skill",
|
||||
"newTome": "New Tome",
|
||||
"newRitual": "New Ritual"
|
||||
},
|
||||
"ChatMessage": {
|
||||
"exhausted": "Your protagonist is exhausted. He loses [[/r 1d6]] Willpower Points."
|
||||
|
||||
Reference in New Issue
Block a user