Call Of Cthulhu 6th Edition

Hi,

Here's the version of the Call Of Cthulhu 6th Edition character sheet
with translation available (in prevision to replace the French and
German versions).
This commit is contained in:
MrPadRpg
2016-11-07 15:03:34 +01:00
parent c5ed7eabd1
commit 5d381432a1
24 changed files with 5370 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Call of Cthulhu 6th edition
Character Sheet for Call of Cthulhu V6 based on the French version from Sans Détour.
#Versions
##v1.0 (2016-11-07)
- Adaptation from the french version (Call_of_Cthulhu_6th_Ed_French)
- Add roll templates
- Add translations
- Rename all the attributes in english
@@ -0,0 +1,164 @@
.sheet-main{
font-size: 11px;
font-family: verdana;
}
input[type="text"], input[type="number"] {
font-size: 11px;
font-family: verdana;
}
/* ROLL TEMPLATES */
.sheet-rolltemplate-coc_abilities,
.sheet-rolltemplate-coc_sanity,
.sheet-rolltemplate-coc_skills,
.sheet-rolltemplate-coc_weapons {
box-sizing: border-box;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-table,
.sheet-rolltemplate-coc_sanity .sheet-roll-table,
.sheet-rolltemplate-coc_skills .sheet-roll-table,
.sheet-rolltemplate-coc_weapons .sheet-roll-table {
width: 100%;
display: table;
font-family: cursive;
border: 2px solid black;
border-spacing: 0;
border-collapse: separate;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;
box-shadow: 2px 2px 5px #000;
line-height: 25px;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-table .sheet-rounded,
.sheet-rolltemplate-coc_sanity .sheet-roll-table .sheet-rounded ,
.sheet-rolltemplate-coc_skills .sheet-roll-table .sheet-rounded ,
.sheet-rolltemplate-coc_weapons .sheet-roll-table .sheet-rounded {
border-radius: 5px;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-header,
.sheet-rolltemplate-coc_sanity .sheet-roll-header,
.sheet-rolltemplate-coc_skills .sheet-roll-header,
.sheet-rolltemplate-coc_weapons .sheet-roll-header {
display: table-row-group;
width: 100%;
overflow: hidden;
caption-side: top;
width: 100%;
background-color: black;
font-weight: bold;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-header a ,
.sheet-rolltemplate-coc_sanity .sheet-roll-header a,
.sheet-rolltemplate-coc_skills .sheet-roll-header a,
.sheet-rolltemplate-coc_weapons .sheet-roll-header a {
text-decoration: underline;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-row,
.sheet-rolltemplate-coc_sanity .sheet-roll-row,
.sheet-rolltemplate-coc_skills .sheet-roll-row,
.sheet-rolltemplate-coc_weapons .sheet-roll-row {
width: 100%;
overflow: hidden;
background-color: whitesmoke;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-row:nth-child(even),
.sheet-rolltemplate-coc_sanity .sheet-roll-row:nth-child(even),
.sheet-rolltemplate-coc_skills .sheet-roll-row:nth-child(even),
.sheet-rolltemplate-coc_weapons .sheet-roll-row:nth-child(even){
background-color: #FADABF;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-cell,
.sheet-rolltemplate-coc_sanity .sheet-roll-cell,
.sheet-rolltemplate-coc_skills .sheet-roll-cell,
.sheet-rolltemplate-coc_weapons .sheet-roll-cell {
padding: 1px 1px 1px 5px;
text-align: left;
width: 100%;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell,
.sheet-rolltemplate-coc_sanity .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell ,
.sheet-rolltemplate-coc_skills .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell ,
.sheet-rolltemplate-coc_weapons .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell {
font-size: .9em;
width: 24%;
float: right;
text-align: right;
display: inline;
padding: 1px 1px 1px 5px;
vertical-align: bottom;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child,
.sheet-rolltemplate-coc_sanity .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child ,
.sheet-rolltemplate-coc_skills .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child ,
.sheet-rolltemplate-coc_weapons .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child {
width: 69%;
float: left;
text-align: left;
padding: 3px 2px 1px 4px;
}
.sheet-rolltemplate-coc_abilities .inlinerollresult,
.sheet-rolltemplate-coc_sanity .inlinerollresult,
.sheet-rolltemplate-coc_skills .inlinerollresult ,
.sheet-rolltemplate-coc_weapons .inlinerollresult {
background-color: lightgrey;
border: 2px solid black;
}
.sheet-rolltemplate-coc_abilities .inlinerollresult.fullcrit,
.sheet-rolltemplate-coc_sanity .inlinerollresult.fullcrit ,
.sheet-rolltemplate-coc_skills .inlinerollresult.fullcrit,
.sheet-rolltemplate-coc_weapons .inlinerollresult.fullcrit {
color: #FFF;
background-color: #3FB315;
}
.sheet-rolltemplate-coc_abilities .inlinerollresult.fullfail,
.sheet-rolltemplate-coc_sanity .inlinerollresult.fullfail,
.sheet-rolltemplate-coc_skills .inlinerollresult.fullfail,
.sheet-rolltemplate-coc_weapons .inlinerollresult.fullfail {
color: #FFF;
background-color: #B31515;
}
.sheet-rolltemplate-coc_abilities .inlinerollresult.importantroll,
.sheet-rolltemplate-coc_sanity .inlinerollresult.importantroll ,
.sheet-rolltemplate-coc_skills .inlinerollresult.importantroll ,
.sheet-rolltemplate-coc_weapons .inlinerollresult.importantroll {
color: #FFF;
background-color: #4A57ED;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-text-white,
.sheet-rolltemplate-coc_sanity .sheet-roll-text-white,
.sheet-rolltemplate-coc_skills .sheet-roll-text-white ,
.sheet-rolltemplate-coc_weapons .sheet-roll-text-white {
color:white;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-text-12px,
.sheet-rolltemplate-coc_sanity .sheet-roll-text-12px,
.sheet-rolltemplate-coc_skills .sheet-roll-text-12px,
.sheet-rolltemplate-coc_weapons .sheet-roll-text-12px {
font-size: 12px;
}
.sheet-rolltemplate-coc_abilities .sheet-roll-text-right,
.sheet-rolltemplate-coc_sanity .sheet-roll-text-right,
.sheet-rolltemplate-coc_skills .sheet-roll-text-right,
.sheet-rolltemplate-coc_weapons .sheet-roll-text-right {
text-align:right;
}
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

+8
View File
@@ -0,0 +1,8 @@
{
"html": "Call_of_Cthulhu_V6.html",
"css": "Call_of_Cthulhu_V6.css",
"authors": "PadRpg",
"roll20userid": "173154",
"preview": "call_of_cthulhu_v6.jpg",
"instructions": "Character Sheet for Call of Cthulhu 6th Ed, based on the french character sheet from Sans Détour.\n\nNo CSS right now but I will work on it.\n\n!!!! WARNING !!!! most attributes have been modified so your old sheets (German and French) won't be compatible with this version."
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POU",
"SIZ": "TAI",
"STR": "FOR",
"action": "Action",
"aftereffect": "Séquelle",
"aftereffects": "Séquelles",
"age": "Age",
"agility": "Agilité",
"aplomb": "Aplomb",
"art": "Pratique artistique",
"art-place": "Pratique artistique",
"artistic-culture": "Culture artistique",
"artistic-culture-place": "Culture artistique",
"athleticism": "Athlétisme",
"attitude": "Attitude",
"bargain": "Négociation",
"bladed-weapons": "Armes blanches",
"bladed-weapons-name-place": "Arme blanches",
"bureaucracy": "Bureaucratie",
"call-of-cthulhu": "L'Appel de CTHULHU",
"cartridge": "Chargeur",
"characteristic": "Caracteristique",
"characteristics-and-rolls": "Caractéristiques & Attributs",
"circles-of-influence": "Cercles d'Influence",
"circumstances": "Circonstances",
"close": "Proche",
"concealment": "Dissimulation",
"configuration": "Configuration",
"consulted-books": "Ouvrages consultés",
"contact": "Contact",
"contact-and-resources": "Contacts & Ressources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Métier",
"craft-place": "Métier",
"credit": "Crédit",
"criminalistics": "Criminalistique",
"critical-result": "Critique !",
"cthulhu-mythos": "Mythe de Cthulhu",
"damage": "Dégats",
"damage-dice": "Dés de dégâts",
"damages": "Dégâts",
"description": "Description",
"direction": "Orientation",
"do-it-yourself": "Bricolage",
"drive": "Conduite",
"drive-name-place": "Conduite",
"earth-science-place": "Sciences de la terre",
"earth-sciences": "Sciences de la terre",
"effect": "Effet",
"enemy": "Ennemi",
"equipment": "Équipement",
"exotic-weapons": "Armes exotiques",
"exotic-weapons-name-place": "Armes exotiques",
"expertise": "Savoir-faire",
"fail-result": "Echec",
"far": "Éloignés",
"favorite-equipment": "Équipement fétiche",
"feet": "Pieds",
"firearms": "Armes à feu",
"firearms-name-place": "Arme à feu",
"first-aid": "Premiers soins",
"first-name": "Prénom",
"formal-sciences": "Sciences formelles",
"formal-sciences-place": "Sciences formelles",
"game": "Jeu",
"game-name-place": "Jeu",
"gunnery": "Artillerie",
"gunnery-name-place": "Artillerie",
"hand-to-hand": "Corps à corps",
"hand-to-hand-name-place": "Corps à corps",
"hands": "Poings",
"head": "Tête",
"health": "Santé",
"hide": "Se cacher",
"hit-points": "Points de Vie",
"human-sciences": "Sciences humaines",
"human-sciences-place": "Sciences humaines",
"hypnosis": "Hypnose",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "SAN Initiale",
"insight": "Perspicacité",
"interview": "Interroger",
"intuition": "Intuition",
"investigator-info": "État civil",
"knowledge": "Connaissance",
"known-creatures": "Créatures connues",
"known-investigators": "Investigateurs connus",
"language-place": "Langue",
"languages": "Langues",
"last-name": "Nom",
"level": "Niveau",
"library-use": "Bibliothèque",
"life-sciences": "Sciences de la vie",
"life-sciences-place": "Sciences de la vie",
"listen": "Écouter",
"magic-points": "Points de Magie",
"manners": "Savoir-vivre",
"medicine": "Médecine",
"misc-skill-place": "Divers",
"mother-tongue": "Langue maternelle",
"mother-tongue-place": "Langue maternelle",
"motivation": "Motivation",
"name": "Nom",
"nationality": "Nationalité",
"navigate": "Navigation",
"notes": "Notes",
"occult-sciences": "Sciences occultes",
"occupation": "Occupation",
"opposed": "Opposés",
"other-equipment": "Autre équipement",
"others": "Autres",
"personal-story": "Histoire personnelle",
"personal-story-details": "Détails de l'histoire personnelle",
"personality": "Personnalité",
"persuade": "Persuasion",
"photography": "Photographie",
"physical-aftereffects": "Séquelles Physiques",
"pilot": "Piloter",
"pilot-name-place": "Piloter",
"presence": "Prestance",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychanalyse",
"psychology": "Psychologie",
"psycological-aftereffects": "Séquelles Psychologiques",
"public": "Public",
"quality-of-life": "Niveau de vie",
"range": "Portée",
"rate": "Cadence",
"result": "Résultat",
"ride": "Équitation",
"rolls-results": "Résultat des jets",
"sanity": "Santé Mentale",
"sanity-max": "SAN Max",
"sanity-points": "Points de Santé Mentale",
"scenario": "Scénario",
"sensory": "Sensorielles",
"sex": "Sexe",
"skill": "Compétence",
"skills": "Compétences",
"social-mod": "Modificateur social",
"special": "Spéciale",
"spiel": "Baratin",
"spot-hidden-object": "Trouver Object Caché",
"stamina": "Endurance",
"stealth": "Discrétion",
"strength": "Puissance",
"success-result": "Réussite",
"survival": "Survie",
"track": "Pister",
"unholy-knowledge": "Savoirs impies",
"value": "Valeur",
"vigilance": "Vigilance",
"weapon": "Arme",
"weapons": "Armes",
"whisper-to-guardian": "Pour le Gardien",
"willpower": "Volonté",
"wound-threshold": "Seuil de blessure",
"wounds": "Blessures"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}
+169
View File
@@ -0,0 +1,169 @@
{
"APP": "APP",
"CON": "CON",
"DEX": "DEX",
"EDU": "EDU",
"INT": "INT",
"POW": "POW",
"SIZ": "SIZ",
"STR": "STR",
"action": "Action",
"aftereffect": "AfterEffect",
"aftereffects": "AfterEffects",
"age": "Age",
"agility": "Agility",
"aplomb": "Aplomb",
"art": "Arts",
"art-place": "Art",
"artistic-culture": "Artistic Culture",
"artistic-culture-place": "Artistic Culture",
"athleticism": "Athleticism",
"attitude": "Attitude",
"bargain": "Bargain",
"bladed-weapons": "Bladed Weapons",
"bladed-weapons-name-place": "Bladed Weapons",
"bureaucracy": "Bureaucracy",
"call-of-cthulhu": "Call Of Cthulu",
"cartridge": "Cartridge",
"characteristic": "Characteristic",
"characteristics-and-rolls": "Characteristics & Rolls",
"circles-of-influence": "Circles of Influence",
"circumstances": "Circumstances",
"close": "Close",
"concealment": "Concealment",
"configuration": "Configuration",
"consulted-books": "Consulted Books",
"contact": "Contact",
"contact-and-resources": "Contacts & Resources",
"contacts": "Contacts",
"corpulence": "Corpulence",
"craft": "Craft",
"craft-place": "Craft",
"credit": "Credit",
"criminalistics": "Criminalistics",
"critical-result": "Critical !",
"cthulhu-mythos": "Cthulhu Mythos",
"damage": "Damage",
"damage-dice": "Damage Dice",
"damages": "Damages",
"description": "Description",
"direction": "Direction",
"do-it-yourself": "Do It Yourself",
"drive": "Drive",
"drive-name-place": "Drive",
"earth-science-place": "Earth Sciences",
"earth-sciences": "Earth Sciences",
"effect": "Effect",
"enemy": "Enemy",
"equipment": "Equipment",
"exotic-weapons": "Exotic Weapons",
"exotic-weapons-name-place": "Exotic Weapons",
"expertise": "Expertise",
"fail-result": "Fail",
"far": "Far",
"favorite-equipment": "Favorite Equipment",
"feet": "Feet",
"firearms": "Firearms",
"firearms-name-place": "Firearms",
"first-aid": "First Aid",
"first-name": "FirstName",
"formal-sciences": "Formal Sciences",
"formal-sciences-place": "Formal Sciences",
"game": "Game",
"game-name-place": "Game",
"gunnery": "Gunnery",
"gunnery-name-place": "Gunnery",
"hand-to-hand": "Hand To Hand",
"hand-to-hand-name-place": "Hand To Hand",
"hands": "Hands",
"head": "Head",
"health": "Health",
"hide": "Hide",
"hit-points": "Hit Points",
"human-sciences": "Human Sciences",
"human-sciences-place": "Human Sciences",
"hypnosis": "Hypnosis",
"impact": "Impact",
"imposture": "Imposture",
"influence": "Influence",
"initial-sanity": "Inital SAN",
"insight": "Insight",
"interview": "Interview",
"intuition": "Intuition",
"investigator-info": "Investigator Info",
"knowledge": "Knowledge",
"known-creatures": "Known Creatures",
"known-investigators": "Known Investigators",
"language-place": "Language",
"languages": "Languages",
"last-name": "LastName",
"level": "Level",
"library-use": "Library Use",
"life-sciences": "Life Science",
"life-sciences-place": "Life Science",
"listen": "Listen",
"magic-points": "Magic Points",
"manners": "Manners",
"medicine": "Medicine",
"misc-skill-place": "Misc",
"mother-tongue": "Mother Tongue",
"mother-tongue-place": "Mother Tongue",
"motivation": "Motivation",
"name": "Name",
"nationality": "Nationality",
"navigate": "Navigate",
"notes": "Notes",
"occult-sciences": "Occult Sciences",
"occupation": "Occupation",
"opposed": "Opposed",
"other-equipment": "Other equipment",
"others": "Others",
"personal-story": "Personal Stroy",
"personal-story-details": "Personal Stroy Details",
"personality": "Personality",
"persuade": "Persuade",
"photography": "Photography",
"physical-aftereffects": "Physical AfterEffects",
"pilot": "Pilot",
"pilot-name-place": "Pilot",
"presence": "Presence",
"profession": "Profession",
"protections": "Protections",
"psychoanalysis": "Psychoanalysis",
"psychology": "Psychology",
"psycological-aftereffects": "Psycological AfterEffects",
"public": "Public",
"quality-of-life": "Quality of Life",
"range": "Range",
"rate": "Rate",
"result": "Result",
"ride": "Ride",
"rolls-results": "Rolls results",
"sanity": "Sanity",
"sanity-max": "SAN Max",
"sanity-points": "Sanity Points",
"scenario": "Scenario",
"sensory": "Sensory",
"sex": "Sex",
"skill": "Skill",
"skills": "Skills",
"social-mod": "Social Modificater",
"special": "Special",
"spiel": "Spiel",
"spot-hidden-object": "Spot Hidden Object",
"stamina": "Stamina",
"stealth": "Stealth",
"strength": "Strength",
"success-result": "Success",
"survival": "Survival",
"track": "Track",
"unholy-knowledge": "Unholy Knowledge",
"value": "Value",
"vigilance": "Vigilance",
"weapon": "Weapon",
"weapons": "Weapons",
"whisper-to-guardian": "Only for Guardian",
"willpower": "Willpower",
"wound-threshold": "WoundThreshold",
"wounds": "Wounds"
}