Replacing Exalted Sheet

Replaced old exalted sheet with new version.
This commit is contained in:
Joseph G
2021-10-19 01:40:23 -07:00
parent cd7f2a7e8f
commit e8de657042
67 changed files with 4280 additions and 10005 deletions
-893
View File
@@ -1,893 +0,0 @@
.charsheet {
position: absolute;
left: 0;
padding: 0 0 0 10px !important;
height: calc(100% - 70px);
width: calc(100% - 12px);
}
.sheet-content {
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: column;
}
.sheet-body {
display: block;
padding: 5px 0 5px 0;
overflow-x: visible;
overflow-y: scroll;
position: relative;
flex: 1 1 auto;
}
.sheet-body::-webkit-scrollbar {
-webkit-appearance: none;
width: 8px;
height: 8px;
}
.sheet-body::-webkit-scrollbar-thumb {
border-radius: 4px;
border: 2px solid transparent;
background-color: rgba(0, 0, 0, .5);
}
.sheet-footer {
padding-top: 3px;
text-align: right;
background: url(http://i.imgur.com/R0FTYGB.jpg) white no-repeat;
flex: 0 0 auto;
}
.sheet-footer button[type=roll] {
background: transparent;
border: 2px solid gray;
}
.sheet-txt-lg { font-size: 150%; }
.sheet-80pct { width: 80% !important; }
.sheet-text-right { text-align: right; }
.sheet-text-center { text-align: center; }
button[type=roll]::before { content: "" !important; }
button[type=roll].btn {
font-size: 13px;
line-height: 13px;
}
.sheet-fixedwidth { display: inline-block; }
.sheet-center-table.sheet-80pct {
margin-left: 10%;
margin-right: 10%;
}
.sheet-table {
display: table;
width: 100%;
position: relative;
}
.sheet-table-header { display: table-header-group; }
div.sheet-table-body,
fieldset.sheet-table-body + .repcontainer { display: table-row-group; }
.sheet-table-row,
.sheet-table .repcontrol,
.sheet-table-body + .repcontainer .repitem { display: table-row; }
.sheet-table-cell { display: table-cell; }
.sheet-table-header .sheet-table-cell { font-weight: bold; }
.sheet-table-cell:not(:last-child) { padding-right: 3px; }
.sheet-table .repcontrol { width: 100%; }
.sheet-table .repcontainer + .repcontrol .repcontrol_edit {
position: absolute;
right: 0;
}
.sheet-table .editmode + .repcontrol .repcontrol_edit {
right: 41px;
left: initial;
}
.sheet-table [data-groupname=repeating_intimacies].editmode + .repcontrol .repcontrol_edit,
.sheet-table [data-groupname=repeating_charms].editmode + .repcontrol .repcontrol_edit,
.sheet-table [data-groupname=repeating_spells].editmode + .repcontrol .repcontrol_edit { right: 0; }
[data-groupname=repeating_weapon].editmode .repitem .itemcontrol,
[data-groupname=repeating_armor].editmode .repitem .itemcontrol,
[data-groupname=repeating_intimacies].editmode .repitem .itemcontrol,
[data-groupname=repeating_spells].editmode .repitem .itemcontrol { height: 28px; }
[data-groupname=repeating_weapon].editmode .repitem .itemcontrol { width: calc(100% - 41px); }
[data-groupname=repeating_armor].editmode .repitem .itemcontrol { width: calc(100% - 30px); }
[data-groupname=repeating_weapon].editmode .sheet-table-cell,
[data-groupname=repeating_armor].editmode .sheet-table-cell { position: relative; }
[data-groupname=repeating_weapon].editmode .sheet-table-cell { left: -41px; }
[data-groupname=repeating_armor].editmode .sheet-table-cell { left: -30px; }
.sheet-flexbox-h > label,
.sheet-flexbox0 {
width: 100%;
line-height: 28px;
margin-bottom: 0;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.sheet-flexbox-inline {
display: -webkit-inline-flex;
display: inline-flex;
width: 100%;
}
.sheet-flexbox-inline > label > span {
white-space: nowrap;
font-size: 89%;
}
.sheet-flexbox-h input[type=text],
.sheet-flexbox-h input[type=number],
.sheet-flexbox-h select {
-webkit-flex: 1 1 40%;
flex: 1 1 40%;
margin-left: 5px;
}
.sheet-2col {
display: inline-block;
vertical-align: top;
}
.sheet-3colrow .sheet-2col:last-child { margin-right: 0; }
.sheet-3colrow .sheet-2col {
width: calc(66% - 5px);
margin-right: 30px;
}
.sheet-2col .sheet-2colrow .sheet-col {
width: calc(50% - 11px);
margin-right: 18px;
position: relative;
}
[title] { cursor: help; }
.sheet-dotted { border-bottom: 1px dotted black; }
input[type=text],
input[type=number] {
display: inline-block;
width: 165px;
font-size: 12pt;
height: 25px;
border: 0px;
border-bottom: 1px solid black;
border-radius: 0px;
background-color: transparent;
}
input[type=number] { text-align: center; }
input[type=number][disabled],
input[type=number][readonly],
select[disabled] {
background-color: rgba(128, 128, 128, 0.25);
}
input[type=text]:not(:focus),
input[type=number]:not(:focus),
[readonly]:focus {
-moz-box-shadow: 0 0 0 #000;
-webkit-box-shadow: 0 0 0 #000;
box-shadow: 0 0 0 #000;
}
h1,
hr {
background-image: url(http://i.imgur.com/TwZ84rO.jpg);
background-position: left 50%;
background-repeat: repeat-x;
background-size: auto 10px;
text-align: center;
width: 100%;
}
hr { height: 10px; }
label {
font-size: 16px;
display: inline;
cursor: pointer;
padding-right: 0;
}
h1 span {
background: #fff;
padding: 0 5px;
font-variant: small-caps;
}
*, .sheet-printed { font-family: Cimiez, Arial, sans-serif; }
input, select, option, optgroup, textarea, .btn:not([type=roll]) { font-family: Arial, sans-serif; }
.btn.pictos { font-family: Pictos; }
* { font-variant: small-caps; }
input, select, option, optgroup, textarea, .sheet-normal-caps, .btn:not([type=roll]) { font-variant: normal; }
::-webkit-input-placeholder { font-style: italic; }
:-moz-placeholder { font-style: italic; }
::-moz-placeholder { font-style: italic; }
:-ms-input-placeholder { font-style: italic; }
.sheet-checklist > label {
display: block;
}
.sheet-trait > * {
vertical-align: middle;
}
.sheet-trait {
position: relative;
margin-bottom: 3px;
}
.sheet-trait > span:last-child,
.sheet-trait > input:last-child {
position: absolute;
right: 0;
bottom: 0;
}
.sheet-6rows {
height: calc(6em + 30px);
}
.sheet-motes,
.sheet-battle-group-row {
margin-top: 10px;
clear: right;
position: relative;
padding-left: 30px;
}
.sheet-trait input[type="number"],
.sheet-motes input[type=number],
.sheet-battle-group-row input[type=number] {
width: 1.75em;
font-size: 14px;
}
.sheet-motes:last-child input[type=number],
.sheet-battle-group-row:last-child input[type=number],
.sheet-battle-group-row select {
width: 71px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.sheet-motes span,
.sheet-battle-group-row span {
display: inline-block;
}
.sheet-motes span:last-child,
.sheet-battle-group-row span:last-child {
position: absolute;
right: 40px;
font-size: 20px;
}
.sheet-battle-group-row select:last-child {
position: absolute;
right: 40px;
}
textarea {
resize: none;
width: 96%;
background-color: transparent;
}
select {
width: 45px;
margin-bottom: 0;
background-color: transparent;
border: 0;
border-bottom: 1px solid black;
border-radius: 0;
}
table td,
table th {
font-size: 13px;
font-weight: bolder;
font-family: "arial";
text-align: left;
width: 0%;
border: 0px #000000;
padding: 2px;
vertical-align: middle;
color: #000000;
margin:0px 0px;
}
h2 {
text-decoration:overline underline;
}
/* Hide actual checkbox */
input[type=checkbox] {
position: absolute;
opacity: 0.0;
width: 15px;
cursor: pointer;
z-index: 10;
margin-top: 5px;
}
/* Styles for fake checkbox (checked or unchecked) */
input[type=checkbox] + span::before {
border: solid 1px #000000;
line-height: 11px;
text-align: center;
display: inline-block;
vertical-align: middle;
-moz-box-shadow: 0 0 0 #000;
-webkit-box-shadow: 0 0 0 #000;
box-shadow: 0 0 0 #000;
background: #000000;
background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
background: -o-radial-gradient(#f6f6f6, #dfdfdf);
background: radial-gradient(#f6f6f6, #dfdfdf);
position: relative;
content: "";
opacity: 1.0;
width: 10px;
height: 10px;
font-size: 12px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
/* Fake checkbox (checked) */
input[type=checkbox]:checked + span::before {
content: "✓";
color: #a00;
font-weight: bold;
-moz-box-shadow: 0 0 2px transparent;
-webkit-box-shadow: 0 0 2px transparent;
box-shadow: 0 0 2px transparent;
}
/* Crafting/MA popup */
input[type=checkbox].sheet-unnamed-toggle {
width: 100%;
height: 100%;
margin: 0;
z-index: 5;
}
input[type=checkbox].sheet-unnamed-toggle + span::before {
width: 100%;
height: calc(100% - 3px);
content: attr(title);
text-align: center;
line-height: 100%;
font-size: 18px;
overflow: hidden;
z-index: 4;
}
.sheet-layer7,
.sheet-layer7::before { z-index: 7; }
.sheet-layer6,
.sheet-layer6::before { z-index: 6; }
.sheet-layer5,
.sheet-layer5::before { z-index: 5; }
.sheet-layer4,
.sheet-layer4::before { z-index: 4; }
.sheet-layer3,
.sheet-layer3::before { z-index: 3; }
input[type=checkbox].sheet-unnamed-toggle:checked + span::before {
border-bottom: 0;
}
input[type=checkbox].sheet-unnamed-toggle:not(:checked) + span + div { display: none; }
input[type=checkbox].sheet-unnamed-toggle:checked + span + div {
display: block;
position: relative;
top: -1px;
left: -142px;
border: 1px solid black;
padding: 5px;
background-color: #f6f6f6;
width: 250px;
}
.sheet-unnamed-toggle + span + div > .sheet-trait > label,
[data-groupname=repeating_crafts] input,
[data-groupname=repeating_ma] input { width: 130px; }
.sheet-unnamed-toggle + span + div > .sheet-trait > label,
.sheet-unnamed-toggle + span + div > .sheet-trait > label > label,
[class=sheet-equations] input {
width: 100px;
padding-left: 5px;
}
[data-groupname=repeating_abilities] input[type=text] { width: 120px; }
[data-groupname=repeating_specialties] input,
.sheet-crafting-projects input { margin-top: 3px; }
[data-groupname=repeating_merits] .repitem {
display: inline-block;
width: calc(50% - 20px);
margin-right: 20px;
position: relative;
}
[data-groupname=repeating_merits] input[type=text] { width: calc(100% - 120px); }
[data-groupname=repeating_weapon] input[type=text] { width: 170px; }
[data-groupname=repeating_weapon] input[type=number] { width: 40px; }
[data-groupname=repeating_intimacies] input[type=text],
[data-groupname=repeating_charms] input,
[data-groupname=repeating_spells] input[type=text],
[data-groupname=repeating_spells] input[type=number] {
width: 80px;
margin-top: 3px;
}
[data-groupname=repeating_intimacies] select,
[data-groupname=repeating_intimacies] input[type=text] { width: 100%; }
[data-groupname=repeating_weapon] input,
[data-groupname=repeating_armor] input,
[data-groupname=repeating_intimacies] select,
[data-groupname=repeating_intimacies] input[type=text],
[data-groupname=repeating_charms] select,
[data-groupname=repeating_charms] input[type=text],
[data-groupname=repeating_charms] input[type=number],
[data-groupname=repeating_spells] select,
[data-groupname=repeating_spells] input[type=text],
[data-groupname=repeating_spells] input[type=number] { margin-bottom: 3px; }
.sheet-unnamed-toggle + span + div > .sheet-trait > label {
display: inline-block;
margin: 0;
}
.repcontrol_del,
.repcontrol_move {
z-index: 11;
position: absolute;
}
.repcontrol_del { right: 0; }
.editmode + .repcontrol .repcontrol_edit {
float: none !important;
position: relative;
left: calc(100% - 52px);
}
.repcontainer { margin-bottom: 5px; }
/* Rotating click to set dots */
div.sheet-dots,
div.sheet-dots input[class^=sheet-dots],
div.sheet-dots input[class^=sheet-dots] + span {
width: 100px;
height: 20px;
}
div.sheet-damage-box { margin-left: 2px; }
div.sheet-damage-box,
div.sheet-damage-box input[class^=sheet-dots],
div.sheet-damage-box input[class^=sheet-dots] + span {
width: 20px;
height: 20px;
}
div.sheet-dots-full,
div.sheet-dots-full input[class^=sheet-dots],
div.sheet-dots-full input[class^=sheet-dots] + span {
width: 251px;
height: 20px;
}
input[class^=sheet-dots],
input[class^=sheet-dots] + span,
input[class^=sheet-dots] + span::before {
position: absolute;
top: 0;
left: 0;
}
div.sheet-dots {
display: inline-block;
position: absolute;
padding: 0;
right: 15px;
}
div.sheet-dots-full,
div.sheet-damage-box {
position: relative;
}
input[class^=sheet-dots] + span {
display: inline-block;
z-index: 0;
}
input[class^=sheet-dots] {
opacity: 0;
z-index: 1;
}
input.sheet-dots0 { z-index: 2; }
.sheet-layer4 input.sheet-dots0 { z-index: 6; }
.sheet-layer6 input.sheet-dots0 { z-index: 8; }
input.sheet-dots0:checked ~ input.sheet-dots1,
input.sheet-dots1:checked ~ input.sheet-dots2,
input.sheet-dots2:checked ~ input.sheet-dots3,
input.sheet-dots3:checked ~ input.sheet-dots4,
input.sheet-dots4:checked ~ input.sheet-dots5,
input.sheet-dots5:checked ~ input.sheet-dots6,
input.sheet-dots6:checked ~ input.sheet-dots7,
input.sheet-dots7:checked ~ input.sheet-dots8,
input.sheet-dots8:checked ~ input.sheet-dots9,
input.sheet-dots9:checked ~ input.sheet-dots10 { z-index: 3; }
.sheet-layer4 input.sheet-dots0:checked ~ input.sheet-dots1,
.sheet-layer4 input.sheet-dots1:checked ~ input.sheet-dots2,
.sheet-layer4 input.sheet-dots2:checked ~ input.sheet-dots3,
.sheet-layer4 input.sheet-dots3:checked ~ input.sheet-dots4,
.sheet-layer4 input.sheet-dots4:checked ~ input.sheet-dots5,
.sheet-layer4 input.sheet-dots5:checked ~ input.sheet-dots6,
.sheet-layer4 input.sheet-dots6:checked ~ input.sheet-dots7,
.sheet-layer4 input.sheet-dots7:checked ~ input.sheet-dots8,
.sheet-layer4 input.sheet-dots8:checked ~ input.sheet-dots9,
.sheet-layer4 input.sheet-dots9:checked ~ input.sheet-dots10 { z-index: 6; }
.sheet-layer6 input.sheet-dots0:checked ~ input.sheet-dots1,
.sheet-layer6 input.sheet-dots1:checked ~ input.sheet-dots2,
.sheet-layer6 input.sheet-dots2:checked ~ input.sheet-dots3,
.sheet-layer6 input.sheet-dots3:checked ~ input.sheet-dots4,
.sheet-layer6 input.sheet-dots4:checked ~ input.sheet-dots5,
.sheet-layer6 input.sheet-dots5:checked ~ input.sheet-dots6,
.sheet-layer6 input.sheet-dots6:checked ~ input.sheet-dots7,
.sheet-layer6 input.sheet-dots7:checked ~ input.sheet-dots8,
.sheet-layer6 input.sheet-dots8:checked ~ input.sheet-dots9,
.sheet-layer6 input.sheet-dots9:checked ~ input.sheet-dots10 { z-index: 8; }
div.sheet-dots input.sheet-dots0:checked + span::before { content: url(http://i.imgur.com/brHawNF.png); }
div.sheet-dots input.sheet-dots1:checked + span::before { content: url(http://i.imgur.com/FxaE1ej.png); }
div.sheet-dots input.sheet-dots2:checked + span::before { content: url(http://i.imgur.com/mmaaeuA.png); }
div.sheet-dots input.sheet-dots3:checked + span::before { content: url(http://i.imgur.com/XzoEKTo.png); }
div.sheet-dots input.sheet-dots4:checked + span::before { content: url(http://i.imgur.com/7Km42YB.png); }
div.sheet-dots input.sheet-dots5:checked + span::before { content: url(http://i.imgur.com/fQOCs6f.png); }
div.sheet-dots input.sheet-dots6:checked + span::before { content: url(http://i.imgur.com/5viTRx5.png); }
div.sheet-dots input.sheet-dots7:checked + span::before { content: url(http://i.imgur.com/r51uCCA.png); }
div.sheet-dots input.sheet-dots8:checked + span::before { content: url(http://i.imgur.com/QlLZpUb.png); }
div.sheet-dots input.sheet-dots9:checked + span::before { content: url(http://i.imgur.com/mnoMk57.png); }
div.sheet-dots input.sheet-dots10:checked + span::before { content: url(http://i.imgur.com/jhxHSkd.png); }
div.sheet-dots-full input.sheet-dots0:checked + span::before { content: url(http://i.imgur.com/aoLkPUD.png); }
div.sheet-dots-full input.sheet-dots1:checked + span::before { content: url(http://i.imgur.com/yuMkIYx.png); }
div.sheet-dots-full input.sheet-dots2:checked + span::before { content: url(http://i.imgur.com/v8N22sh.png); }
div.sheet-dots-full input.sheet-dots3:checked + span::before { content: url(http://i.imgur.com/f4los8X.png); }
div.sheet-dots-full input.sheet-dots4:checked + span::before { content: url(http://i.imgur.com/JcMtOks.png); }
div.sheet-dots-full input.sheet-dots5:checked + span::before { content: url(http://i.imgur.com/b5t5pWv.png); }
div.sheet-dots-full input.sheet-dots6:checked + span::before { content: url(http://i.imgur.com/DrkRvoQ.png); }
div.sheet-dots-full input.sheet-dots7:checked + span::before { content: url(http://i.imgur.com/P8edx1p.png); }
div.sheet-dots-full input.sheet-dots8:checked + span::before { content: url(http://i.imgur.com/lJPrvey.png); }
div.sheet-dots-full input.sheet-dots9:checked + span::before { content: url(http://i.imgur.com/updBVIp.png); }
div.sheet-dots-full input.sheet-dots10:checked + span::before { content: url(http://i.imgur.com/1ymfexj.png); }
div.sheet-damage-box input.sheet-dots0:checked + span::before { content: url(http://i.imgur.com/HAiWBJU.png); }
div.sheet-damage-box input.sheet-dots1:checked + span::before { content: url(http://i.imgur.com/ZA7t2og.png); }
div.sheet-damage-box input.sheet-dots2:checked + span::before { content: url(http://i.imgur.com/Skkftsx.png); }
div.sheet-damage-box input.sheet-dots3:checked + span::before { content: url(http://i.imgur.com/WwEsO6c.png); }
input.sheet-dots0,
input[class^=sheet-dots]:checked + span + input { cursor: pointer; }
.sheet-temp-will { padding-left: 12px; }
.sheet-temp-will input,
.sheet-temp-will input + span {
margin-right: 9.75px;
}
.sheet-temp-will input:last-child,
.sheet-temp-will input:last-child + span {
margin: 0;
}
.sheet-health-track { text-align: center; }
.sheet-health-level {
display: inline-block;
width: 23.6px;
}
.sheet-health-level select {
width: 23px;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 4px;
text-overflow: '';
cursor: pointer;
font-weight: bolder;
font-family: Cimiez, Arial, sans-serif;
color: #d00;
height: 23px;
padding: 0;
font-size: 13px;
}
.sheet-health-level select::-ms-expand { display: none; }
@font-face {
font-family: Cimiez;
src: local('Cimiez Roman PDF.ttf'),
url(http://lithl.info/cimiez.ttf) format('truetype');
}
/* Sheet head tabs */
div.sheet-tab-content {
display: none;
border-top:1px solid #ffffff;
margin-top:2px;
}
input.sheet-tab-character-sheet:checked ~ div.sheet-tab-character-sheet,
input.sheet-tab-spell-sheet:checked ~ div.sheet-tab-spell-sheet,
input.sheet-tab-charm-sheet:checked ~ div.sheet-tab-charm-sheet,
input.sheet-tab-settings-sheet:checked ~ div.sheet-tab-settings-sheet,
{
display: block;
}
.sheet-quick-character[value="0"] ~ div.sheet-tab-character-sheet .sheet-qc-pools,
.sheet-quick-character[value="0"] ~ div.sheet-tab-character-sheet .sheet-qc-defenses,
.sheet-quick-character[value="0"] ~ div.sheet-tab-character-sheet .sheet-qc-health {
display: none;
}
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet > .sheet-attributes,
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet .sheet-abilities,
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet .sheet-limit,
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet .sheet-experience,
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet .sheet-gear,
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet .sheet-health-defenses,
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet .sheet-health-header,
.sheet-quick-character[value="1"] ~ div.sheet-tab-character-sheet .sheet-defenses {
display: none;
}
.sheet-battle-group[value="0"] ~ div.sheet-tab-character-sheet .sheet-battle-group-header,
.sheet-battle-group[value="0"] ~ div.sheet-tab-character-sheet .sheet-battle-group-body {
display: none;
}
.sheet-battle-group[value="1"] ~ div.sheet-tab-character-sheet > .sheet-health-track,
.sheet-battle-group[value="1"] ~ div.sheet-tab-character-sheet > .sheet-health-header,
.sheet-battle-group[value="1"] ~ div.sheet-tab-character-sheet h1.sheet-qc-health {
display: none;
}
input.sheet-tab {
width: 140px;
height: 30px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:none;
outline:none;
position: relative;
cursor: pointer;
z-index: 1;
}
input.sheet-tab::before {
content: attr(title);
border:1px solid #444;
border-top:0;
border-radius:0 0 10px 10px;
sheet-text-align: center;
display: block;
color:#444;
background:#fff;
width: 140px;
line-height: 30px;
font-size: 16px;
text-align:center
}
input.sheet-tab-charms::before,
input.sheet-tab-charms {
width: 80px;
}
input.sheet-tab-spells::before,
input.sheet-tab-spells {
width: 90px;
}
input.sheet-tab-settings::before,
input.sheet-tab-settings {
width: 30px;
font-family:Pictos;
}
input.sheet-tab:active,
input.sheet-tab:focus {
outline:none;
}
input.sheet-tab:hover::before {
background:#840000;
color: #FFDF00;
}
input.sheet-tab:checked::before,
input.sheet-tab:checked:hover::before {
background:#840000;
color: #FFDF00;
font-weight:bold;
}
/* Spell / Charm tabs */
div.sheet-charm-effect,
div.sheet-spell-effect {
display: none;
padding-top: 5px;
}
input.sheet-charmeffect:checked ~ div.sheet-charm-effect,
input.sheet-spelleffect:checked ~ div.sheet-spell-effect {
display: block;
}
input.sheet-charmeffect,
input.sheet-spelleffect {
width:99%;
background-color: #f6f6f6;
height: 20px;
margin: 0;
}
input.sheet-charmeffect + span::before,
input.sheet-spelleffect + span::before {
width: 99%;
height: calc(100% - 3px);
content: attr(title);
text-align: center;
line-height: 100%;
font-size: 18px;
}
input.sheet-charmeffect:checked + span:before,
input.sheet-spelleffect:checked + span:before {
content: attr(title) !important;
}
.sheet-charms-spells-trait{
font-size: 12px;
}
input.sheet-charms-spells-trait{
height:20px;
font-size: 12px;
}
button.sheet-roll{
height:30px;
width:50px;
font-size:18px !important;
font-weight:bold;
}
/* Roll Template */
.sheet-rolltemplate-exalted3e_cast table{
text-align:center;
background-color: #FFFFFF;
width:100%;
font-size:12px;
border-radius:10px;
border-collapse:separate;
border:1px solid black;
}
.sheet-rolltemplate-exalted3e_cast tr:last-child td{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.sheet-rolltemplate-exalted3e_cast td{
padding-top: 10px;
padding-left:10px;
padding-right:10px;
}
.sheet-rolltemplate-exalted3e_cast .sheet-charm-name{
color:#0095c6;
font-size:20px;
font-family: Cimiez;
src: local('Cimiez Roman PDF.ttf'),
url(http://lithl.info/cimiez.ttf) format('truetype');
font-weight:bold;
}
.sheet-rolltemplate-exalted3e_cast .sheet-spell-name{
color:#9f0b10;
font-size:20px;
font-family: Cimiez;
src: local('Cimiez Roman PDF.ttf'),
url(http://lithl.info/cimiez.ttf) format('truetype');
font-weight:bold;
}
.sheet-rolltemplate-exalted3e_cast .sheet-subheader {
font-family: Cimiez;
src: local('Cimiez Roman PDF.ttf'),
url(http://lithl.info/cimiez.ttf) format('truetype');
font-size:18px;
padding-top:5px;
}
.sheet-rolltemplate-exalted3e_cast .sheet-info{
width:33%;
padding-bottom:5px;
}
.sheet-rolltemplate-exalted3e_cast .sheet-info:not(:first-child){
border-left: solid 1px #D3D3D3;
}
.sheet-rolltemplate-exalted3e_cast .sheet-desc{
background-color:#F5F5F5;
font-style: italic;
text-align:left;
padding-bottom:10px;
}
.sheet-rolltemplate-exalted3e_cast .sheet-effect{
background-color:#D3D3D3;
text-align:left;
padding-bottom:10px;
}
.sheet-rolltemplate-exalted3e_cast span{
font-style:normal;
font-weight:bold;
font-size:15px;
}
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 467 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 831 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

+4 -4
View File
@@ -1,9 +1,9 @@
{
"html": "Ex3-Sheet.html",
"css": "Ex3-Sheet.css",
"authors": "Brian Shields, Kevin Justus, Paul Deschenes, Ludvig Lindblad, Theodore Alteneder",
"preview": "Ex3-Sheet.png",
"roll20userid": "235259, 129882, 2709, 1381761",
"instructions": "A character sheet for use with Exalted 3rd Edition. Designed to be universal, hence the favored checkboxes and supernal field under Attributes as well as Abilities.",
"authors": "Joseph Greene",
"preview": "Ex3-Sheet.jpg",
"roll20userid": "2572085",
"instructions": "A replacement to the character sheet currently available for Exalted 3e. Designed to facilitate faster play by providing roll buttons which will calculate dice pools and prompt the user for any necessary additional information. All character data from users of the old sheet should carry over properly into the new sheet.",
"legacy": true
}
+241 -246
View File
@@ -1,248 +1,243 @@
{
"name": "Name",
"player": "Player",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
"character-tab-u":"Character",
"charms-tab-u":"Charms",
"combat-tab-u":"Combat",
"misc-tab-u":"Misc.",
"name-u":"Name:",
"player-u":"Player",
"caste-u":"Caste/Aspect",
"concept-u":"Concept",
"anima-u":"Anima",
"supernal-trait-u":"Supernal Trait",
"solar-u":"Solar",
"lunar-u":"Lunar",
"dragon-blood-u":"Dragon-Blooded",
"names-attributes-u":"Attributes",
"names-attribute-u":"Attribute",
"rating-attribute-u":"Rating",
"roll-attribute-u":"Roll",
"strength-u":"Strength",
"dexterity-u":"Dexterity",
"stamina-u":"Stamina",
"charisma-u":"Charisma",
"manipulation-u":"Manipulation",
"appearance-u":"Appearance",
"perception-u":"Perception",
"intelligence-u":"Intelligence",
"wits-u":"Wits",
"ability-title-u":"Abilities",
"ability-header-u":"Ability",
"base-header-u":"Base",
"bonus-header-u":"Bonus",
"attribute-header-u":"Attr.",
"roll-header-u":"Roll",
"arhcery-u":"Archery",
"athletics-u":"Athletics",
"awareness-u":"Awareness",
"brawl-u":"Brawl",
"bureaucracy-u":"Bureaucracy",
"craft-u":"Craft",
"craft-list-u":"Craft",
"craft-name-1-place":"Craft Name 1",
"rating-u":"Rating",
"craft-name-2-place":"Craft Name 2",
"craft-name-3-place":"Craft Name 3",
"craft-name-4-place":"Craft Name 4",
"craft-name-5-place":"Craft Name 5",
"craft-name-6-place":"Craft Name 6",
"craft-name-7-place":"Craft Name 7",
"craft-name-8-place":"Craft Name 8",
"craft-name-9-place":"Craft Name 9",
"craft-name-10-place":"Craft Name 10",
"craft-1-u":"Craft 1",
"craft-2-u":"Craft 2",
"craft-3-u":"Craft 3",
"craft-4-u":"Craft 4",
"craft-5-u":"Craft 5",
"craft-6-u":"Craft 6",
"craft-7-u":"Craft 7",
"craft-8-u":"Craft 8",
"craft-9-u":"Craft 9",
"craft-10-u":"Craft 10",
"dodge-u":"Dodge",
"integrity-u":"Integrity",
"investigation-u":"Investigation",
"larceny-u":"Larceny",
"linguistics-u":"Linguistics",
"lore-u":"Lore",
"martial-arts-u":"Martial Arts",
"martial-art-name-1-place":"Martial Art Name 1",
"martial-art-name-2-place":"Martial Art Name 2",
"martial-art-name-3-place":"Martial Art Name 3",
"martial-art-name-4-place":"Martial Art Name 4",
"martial-art-name-5-place":"Martial Art Name 5",
"martial-art-name-6-place":"Martial Art Name 6",
"martial-art-name-7-place":"Martial Art Name 7",
"martial-art-name-8-place":"Martial Art Name 8",
"martial-art-name-9-place":"Martial Art Name 9",
"martial-art-name-10-place":"Martial Art Name 10",
"medicine-u":"Medicine",
"melee-u":"Melee",
"occult-u":"Occult",
"performance-u":"Performance",
"presence-u":"Presence",
"resistance-u":"Resistance",
"ride-u":"Ride",
"sail-u":"Sail",
"socialize-u":"Socialize",
"stealth-u":"Stealth",
"survival-u":"Survival",
"thrown-u":"Thrown",
"war-u":"War",
"essence-u":"Essence",
"essence-rating-u":"Rating:",
"personal-u":"Personal:",
"peripheral-u":"Peripheral:",
"committed-u":"Committed:",
"experience-and-projects-u":"Experience and Projects",
"current-experience-u":"Current xp:",
"total-experience-u":"Total xp:",
"current-exalted-experience-u":"Current Exalted xp:",
"total-exalted-experience-u":"Total Exalted xp:",
"silver-experience-u":"Silver xp:",
"gold-experience-u":"Gold xp:",
"white-experience-u":"White xp:",
"project-name-u":"Project Name:",
"minor-u":"Minor",
"major-u":"Major",
"legendary-u":"Legendary",
"intimacies-u":"Intimacies",
"intimacy-u":"Intimacy",
"defining-u":"Defining",
"character-information-items-u":"Character Information/Items:",
"willpower-u":"Willpower",
"current-willpower-u":"Current:",
"maximum-willpower-u":"Maximum:",
"limit-u":"Limit",
"limit-description-place":"Limit Description",
"limit-break-u":"Break:",
"merits-u":"Merits",
"merit-u":"Merit:",
"show-hide-description-u":"Show/Hide Description",
"specialties-u":"Specialties",
"specialty-u":"Specialty:",
"combat-u":"Combat",
"join-battle-u":"Join Battle:",
"health-u":"Health",
"incapacitated-u":"Incapacitated",
"defenses-u":"Defenses",
"parry-u":"Parry:",
"evasion-u":"Evasion:",
"soak-u":"Soak:",
"resolve-u":"Resolve:",
"guile-u":"Guile:",
"parry-no-specialization-u":"Parry [(Weapon Skill + Dexterity + Specialization) / 2]",
"parry-with-specialization-u":"Parry with bonuses/penalties",
"evasion-no-specialization-u":"Evasion [Dodge + Dexterity + Specialization) / 2]",
"evasion-with-specialization-u":"Evasion with bonuses/penalties",
"soak-no-armor-u":"Unarmored Soak",
"soak-with-armor-u":"Armored Soak",
"resolve-no-specialization-u":"Resolve [(Integrity + Wits + Specialization) / 2]",
"resolve-with-specialization-u":"Resolve with bonuses/penalties",
"guile-no-specialization-u":"Guile [(Socialize + Manipulation + Specialization) / 2]",
"guile-with-specialization-u":"Guile with bonuses/penalties",
"melee-weapons-u":"Melee Weapons",
"weapon-u":"Weapon:",
"accuracy-u":"Accuracy:",
"damage-u":"Damage:",
"defense-u":"Defense:",
"overwhelming-u":"Overwhelm:",
"attune-u":"Attune:",
"attribute-u":"Attribute:",
"ability-u":"Ability:",
"withering-attack-u":"W Attack:",
"withering-damage-u":"W Damage:",
"decisive-attack-u":"D Attack:",
"decisive-damage-u":"D Damage:",
"martial-arts-1-u":"Martial Arts 1",
"martial-arts-2-u":"Martial Arts 2",
"martial-arts-3-u":"Martial Arts 3",
"martial-arts-4-u":"Martial Arts 4",
"martial-arts-5-u":"Martial Arts 5",
"martial-arts-6-u":"Martial Arts 6",
"martial-arts-7-u":"Martial Arts 7",
"martial-arts-8-u":"Martial Arts 8",
"martial-arts-9-u":"Martial Arts 9",
"martial-arts-10-u":"Martial Arts 10",
"tags-u":"Tags:",
"ranged-weapons-u":"Ranged Weapons",
"range-u":"Range:",
"archery-u":"Archery",
"close-range-u":"Close",
"short-range-u":"Short",
"medium-range-u":"Medium",
"long-range-u":"Long",
"extreme-range-u":"Extreme",
"armor-u":"Armor:",
"mobility-u":"Mobility:",
"hardness-u":"Hardness:",
"charms-u":"Charms",
"charm-tree-name-place":"Ability/Attribute/Sorcery/Martial Art/Artifact",
"charm-name-place":"Charm Name",
"duration-u":"Duration:",
"charm-duration-place":"Instant",
"cost-u":"Cost:",
"charm-cost-place":"1m/1i/1a",
"keywords-u":"Keywords:",
"charm-tags-place":"Dual/Mastery/etc",
"type-u":"Type:",
"reflexive-u":"Reflexive",
"supplemental-u":"Supplemental",
"simple-u":"Simple",
"permanent-u":"Permanent",
"cast-u":"Cast:",
"custom-abilities-u":"Custom Abilities",
"qcquickpools-u":"Quick Pools",
"qcactions-u":"Actions",
"qcjoin-battle-u":"Join Battle",
"qcombat-movement-u":"Combat Movement",
"qcattackdamage-u":"Attacks/Damage",
"qcgrapple-u":"Grapple",
"qcdefense-u":"Defenses",
"qcappearance-u":"Appearance",
"qcguile-u":"Guile",
"qcresolve-u":"Resolve",
"qcparry-u":"Parry",
"qcevasion-u":"Evasion",
"qcsoak-u":"Soak",
"qchardness-u":"Hardness",
"items-u":"Items",
"miscellaneous-items-place":"Item/Description",
"battle-group-u":"Battle Group",
"drill-u":"Drill",
"poor-u":"Poor",
"average-u":"Average",
"elite-u":"Elite",
"might-u":"Might",
"perfect-morale-u":"Perfect Morale",
"magnitude":"Magnitude",
"size":"Size",
"health-levels":"Health Levels",
"old-martialarts-u":"Old Martial Arts",
"snake-style-u":"Snake Style",
"tiger-style-u":"Tiger Style",
"single-point-style-u":"Single Point Style",
"white-reaper-style-u":"White Reaper Style",
"ebon-shadow-style-u":"Ebon Shadow Style",
"crane-style-u":"Crane Style",
"silver-voice-style-u":"Silver-Voiced Nightingale Style",
"righteous-devil-style-u":"Righteous Devil Style",
"black-claw-style-u":"Black Claw Style",
"dreaming-pearl-style-u":"Dreaming Pearl Courtesan Style",
"steel-devil-style-u":"Steel Devil Style",
"old-crafts-u":"Old Crafts",
"armoring-u":"Armoring",
"artifact-u":"Artifact",
"cooking-u":"Cooking",
"first-age-u":"First Age Artifice",
"gemcutting-u":"Gemcutting",
"geomancy-u":"Geomancy",
"jewelry-u":"Jewelry",
"tailoring-u":"Tailoring",
"weapon-forging-u":"Weapon Forging"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Name",
"player": "Speler",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Etikette",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Name",
"player": "Player",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Jméno",
"player": "Hráč",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Den",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Na blízko",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Síla",
"dexterity": "Obratnost",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Vzhled",
"perception": "Perception",
"intelligence": "Inteligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "zranění",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Štítky",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Zbroj",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Neschopný",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Typ",
"duration": "Doba trvání",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Deník",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Žádné",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Velikost",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Akce",
"attacks": "Útoky",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Navn",
"player": "Spiller",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Dag",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Ingen",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Name",
"player": "Spieler",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Tag",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Benutzerdef.",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletik",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Nachforschungen",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Heilkunde",
"melee": "Nahkampf",
"occult": "Occult",
"performance": "Auftreten",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Heimlichkeit",
"survival": "Überlebenskunst",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Stärke",
"dexterity": "Geschicklichkeit",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Aussehen",
"perception": "Wahrnehmung",
"intelligence": "Intelligenz",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Schaden",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Rüstung",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Kampfungähig",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Typ",
"duration": "Dauer",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effekt",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Kern",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Fertigkeit",
"spell-keywords-place": "Keine",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Größe",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Aktionen",
"attacks": "Angriffe",
"defenses": "Verteidigung",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Όνομα",
"player": "Παίκτης",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Ημέρα",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Ετικέτες",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Καμία",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Name",
"player": "Player",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Nombre",
"player": "Jugador",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Día",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concepto",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Habilidades",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Esquiva",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendario",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Etiquetas",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Tipo",
"duration": "Duration",
"cost": "Coste",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Nada",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Dominar",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitud",
"perfect-morale": "Perfect Morale",
"poor": "Pobre",
"average": "Medio",
"elite": "Élite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Presa",
"join-battle": "Join Battle",
"actions": "Acciones",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Nom",
"player": "Joueur",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Exalté solaire",
"dawn": "Aube",
"zenith": "Zénith",
"twilight": "Pénombre",
"night": "Nuit",
"eclipse": "Eclipse",
"abyssal-exalted": "Exalté abyssale",
"dusk": "Crépuscule",
"midnight": "Minuit",
"daybreak": "Lever du jour",
"day": "Jour",
"moonshadow": "Ombrelune",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Terre",
"fire": "Feu",
"water": "Eau",
"wood": "Bois",
"lunar-exalted": "Exalté lunaire",
"full-moon": "Pleine lune",
"changing-moon": "Changement de lune",
"no-moon": "Pas de lune",
"casteless": "Hors-caste",
"sidereal-exalted": "Exalté sidérale",
"journeys": "Voyages",
"serenity": "Sérénité",
"battles": "Batailles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Sang",
"breath": "Souffle",
"flesh": "Chair",
"marrow": "Marrow",
"soil": "Sol",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Tueur",
"malefactor": "Maléficien",
"defiler": "Profanateur",
"scourge": "Scourge",
"fiend": "Démon",
"custom": "Personnalisé",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalque",
"soulsteel": "Âme d'acier",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Capacités",
"archery": "Tir à larc",
"athletics": "Athlétisme",
"awareness": "Vigilance",
"brawl": "Bagarre",
"bureaucracy": "Bureaucratie",
"craft": "Métier",
"dodge": "Esquive",
"integrity": "Intégrité",
"investigation": "Investigation",
"larceny": "Larcin",
"linguistics": "Linguistique",
"lore": "Connaissance",
"martial-arts": "Arts martiaux",
"medicine": "Médecine",
"melee": "Mêlée",
"occult": "Occulte",
"performance": "Représentation",
"presence": "Présence ",
"resistance": "Résistance",
"ride": "Équitation",
"sail": "Navigation",
"socialize": "Socialiser",
"stealth": "Furtivité",
"survival": "Survie",
"thrown": "Lancé",
"war": "Guerre",
"attributes": "Attributs",
"strength": "Force",
"dexterity": "Dextérité",
"stamina": "Endurance",
"charisma": "Charisme",
"manipulation": "Manipulation",
"appearance": "Apparence",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Astuce",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artefact",
"cooking": "Cuisine",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Taille de gemmes",
"geomancy": "Géomancie",
"jewelry": "Joaillerie",
"tailoring": "Couture",
"weapon-forging": "Weapon-Forging",
"craft-place": "Destin",
"show-styles": "Afficher les styles",
"snake-style": "Style du serpent",
"tiger-style": "Style du tigre",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Style de la grue",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrologie",
"specialties": "Spécialités",
"specialty-place": "Tactiques de pirate",
"merits": "Merits",
"merits-place": "Artefact",
"willpower": "Volonté",
"essence": "Essence",
"personal": "Personnel",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "XP courants:",
"total-experience-points": "XP Total:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Épée longue",
"major": "Majeur",
"superior": "Supérieur",
"legendary": "Légendaire",
"weapons-and-gear": "Armes & Équipement",
"weapon": "Arme",
"accuracy": "Accuracy",
"damage": "Dégâts",
"defense": "Défense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Balises ",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armure",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chemise de mailles",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parade",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Niveaux de santé",
"incapacitated": "Incapacité",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensité",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Mineur",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Durée",
"cost": "Coût",
"book": "Livre",
"page-number": "N° Page",
"effect": "Effet",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Base",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Cercle",
"control-spell-abbreviation": "C.",
"control-spell": "Sort de contrôle",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestre",
"celestial": "Céleste",
"solar": "Solaire",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Compétence",
"spell-keywords-place": "Aucun",
"skill-place": "Larcin",
"spell-effect-place": "",
"version": "Version",
"more-information": "Plus dinformations",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Mots clés",
"control": "Contrôle",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Taille",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Pauvre",
"average": "Moyenne",
"elite": "Élite",
"might": "Might",
"character-type": "Type de personnage",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Agripper",
"join-battle": "Rejoindre la bataille",
"actions": "Actions",
"attacks": "Attaques",
"defenses": "Défenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "שם",
"player": "שחקן",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "תגיות",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "פעולות",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Name",
"player": "Player",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Nome",
"player": "Giocatore",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Giorno",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Personalizzato",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Caratteristiche",
"archery": "Archery",
"athletics": "Atletica",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Burocrazia",
"craft": "Craft",
"dodge": "Schivare",
"integrity": "Integrity",
"investigation": "Investigare",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicina",
"melee": "Mischia",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Furtività",
"survival": "Sopravvivenza",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Forza",
"dexterity": "Destrezza",
"stamina": "Stamina",
"charisma": "Carisma",
"manipulation": "Manipulation",
"appearance": "Aspetto",
"perception": "Percezione",
"intelligence": "Intelligenza",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Danno",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Etichette",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armatura",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitato",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Tipo",
"duration": "Durata",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effetto",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Base",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Abilità",
"spell-keywords-place": "Nessuno",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Taglia",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Scarsa",
"average": "Media",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Lotta",
"join-battle": "Join Battle",
"actions": "Azioni",
"attacks": "Attacchi",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "アイテム名",
"player": "プレイヤー",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "カスタム",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "運動",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "調査",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "医術",
"melee": "近接",
"occult": "Occult",
"performance": "芸能",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "隠密",
"survival": "生存",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "筋力",
"dexterity": "敏捷力",
"stamina": "Stamina",
"charisma": "魅力",
"manipulation": "Manipulation",
"appearance": "見た目",
"perception": "知覚",
"intelligence": "知力",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "ダメージ",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "タグ",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "鎧",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "無力状態",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "種類",
"duration": "継続時間",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "効果",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "メイン",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "技能",
"spell-keywords-place": "無し",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "サイズ",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "操作",
"attacks": "攻撃",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "이름",
"player": "플레이어",
"caste/aspect": "카스트",
"solar-exalted": "태양진인",
"dawn": "여명",
"zenith": "Zenith",
"twilight": "황혼",
"night": "심야",
"eclipse": "일식",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "날",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "컨셉",
"concept-place": "Inspirational Teacher",
"anima": "혼불",
"anima-place": "Orchid of golden fire",
"supernal-trait": "초월기능",
"abilities": "기능",
"archery": "궁술",
"athletics": "운동",
"awareness": "주의력",
"brawl": "난투",
"bureaucracy": "행정",
"craft": "공예",
"dodge": "회피",
"integrity": "Integrity",
"investigation": "수사",
"larceny": "범죄",
"linguistics": "언어학",
"lore": "Lore",
"martial-arts": "무술",
"medicine": "의학",
"melee": "Melee",
"occult": "신비학",
"performance": "예능",
"presence": "존재감",
"resistance": "저항력",
"ride": "기수",
"sail": "항해",
"socialize": "사회기교",
"stealth": "은신",
"survival": "생존",
"thrown": "투척",
"war": "전술",
"attributes": "능력치",
"strength": "힘",
"dexterity": "민첩성",
"stamina": "체력",
"charisma": "매력",
"manipulation": "언변",
"appearance": "외모",
"perception": "지각",
"intelligence": "지능",
"wits": "재치",
"show-crafts": "범죄",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "장점",
"merits-place": "Artifact",
"willpower": "의지력",
"essence": "영력",
"personal": "핵심 영기",
"peripheral": "말초 영기",
"committed": "지속 소모",
"limit-break": "광기의 침식",
"limit-trigger": "침식의 조건",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "무기와 장비",
"weapon": "무기의 이름",
"accuracy": "정확",
"damage": "피해",
"defense": "저지",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "태그",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "방호구",
"soak": "저항",
"hardness": "피해무시",
"mobility-penalty": "기동",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "방어 & 생명력",
"natural-soak": "자연적 피해저항",
"armored-soak": "Armored Soak",
"total-soak": "최종 피해저항",
"parry": "저지도",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "회피도",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "결심도",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "간계도",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "종류",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "없음",
"skill-place": "범죄",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "정예",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "액션",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Naam",
"player": "Speler",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Geen",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Nazwa",
"player": "Gracz",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Dzień",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tagi",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Typ",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Brak",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Akcje",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Nome",
"player": "Jogador",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Crepúsculo",
"night": "Noite",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Meia-noite",
"daybreak": "Daybreak",
"day": "Dia",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Habilidades",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Esquiva",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Tipo",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Nenhum",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "Mais Informações",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Controle",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Ruim",
"average": "Médio",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Agarrar",
"join-battle": "Join Battle",
"actions": "Ações",
"attacks": "Attacks",
"defenses": "Defesas",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Название",
"player": "Игрок",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "День",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Особый",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Атлетика",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Анализ",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Медицина",
"melee": "Ближнебойное",
"occult": "Occult",
"performance": "Выступление",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Скрытность",
"survival": "Выживание",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Сила",
"dexterity": "Ловкость",
"stamina": "Stamina",
"charisma": "Харизма",
"manipulation": "Manipulation",
"appearance": "Внешность",
"perception": "Внимательность",
"intelligence": "Интеллект",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Урон",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Тэги",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Доспех",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Недееспособно",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Тип",
"duration": "Длительность",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Эффекты",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Главная",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Скилл",
"spell-keywords-place": "Без",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Размер",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Действия",
"attacks": "Атаки",
"defenses": "Защиты",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Name",
"player": "Player",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Namn",
"player": "Spelare",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Dag",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Taggar",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "Inga",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Funktioner ",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "İsim",
"player": "Oyuncu",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Etiketler",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "Name",
"player": "Player",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "Custom",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "Abilities",
"archery": "Archery",
"athletics": "Athletics",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "Dodge",
"integrity": "Integrity",
"investigation": "Investigation",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "Medicine",
"melee": "Melee",
"occult": "Occult",
"performance": "Performance",
"presence": "Presence",
"resistance": "Resistance",
"ride": "Ride",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "Stealth",
"survival": "Survival",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "Strength",
"dexterity": "Dexterity",
"stamina": "Stamina",
"charisma": "Charisma",
"manipulation": "Manipulation",
"appearance": "Appearance",
"perception": "Perception",
"intelligence": "Intelligence",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "Weapon",
"accuracy": "Accuracy",
"damage": "Damage",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "Tags",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "Armor",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "Incapacitated",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "Type",
"duration": "Duration",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "Effect",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "Core",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "Skill",
"spell-keywords-place": "None",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "Size",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "Poor",
"average": "Average",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "Grapple",
"join-battle": "Join Battle",
"actions": "Actions",
"attacks": "Attacks",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "名稱",
"player": "玩家",
"caste/aspect": "Caste/Aspect",
"solar-exalted": "Solar Exalted",
"dawn": "Dawn",
"zenith": "Zenith",
"twilight": "Twilight",
"night": "Night",
"eclipse": "Eclipse",
"abyssal-exalted": "Abyssal Exalted",
"dusk": "Dusk",
"midnight": "Midnight",
"daybreak": "Daybreak",
"day": "Day",
"moonshadow": "Moonshadow",
"terrestrial-exalted": "Terrestrial Exalted",
"air": "Air",
"earth": "Earth",
"fire": "Fire",
"water": "Water",
"wood": "Wood",
"lunar-exalted": "Lunar Exalted",
"full-moon": "Full Moon",
"changing-moon": "Changing Moon",
"no-moon": "No Moon",
"casteless": "Casteless",
"sidereal-exalted": "Sidereal Exalted",
"journeys": "Journeys",
"serenity": "Serenity",
"battles": "Battles",
"secrets": "Secrets",
"endings": "Endings",
"liminal-exalted": "Liminal Exalted",
"blood": "Blood",
"breath": "Breath",
"flesh": "Flesh",
"marrow": "Marrow",
"soil": "Soil",
"exigent-exalted": "Exigent Exalted",
"exigent": "Exigent",
"infernal-exalted": "Infernal Exalted",
"slayer": "Slayer",
"malefactor": "Malefactor",
"defiler": "Defiler",
"scourge": "Scourge",
"fiend": "Fiend",
"custom": "自訂",
"alchemical-exalted": "Alchemical Exalted",
"orichalcum": "Orichalcum",
"soulsteel": "Soulsteel",
"moonsilver": "Moonsilver",
"starmetal": "Starmetal",
"jade": "Jade",
"concept": "Concept",
"concept-place": "Inspirational Teacher",
"anima": "Anima",
"anima-place": "Orchid of golden fire",
"supernal-trait": "Supernal Trait",
"abilities": "屬性",
"archery": "Archery",
"athletics": "運動",
"awareness": "Awareness",
"brawl": "Brawl",
"bureaucracy": "Bureaucracy",
"craft": "Craft",
"dodge": "閃避",
"integrity": "Integrity",
"investigation": "調查",
"larceny": "Larceny",
"linguistics": "Linguistics",
"lore": "Lore",
"martial-arts": "Martial Arts",
"medicine": "醫療",
"melee": "近戰",
"occult": "Occult",
"performance": "表演",
"presence": "Presence",
"resistance": "Resistance",
"ride": "騎術",
"sail": "Sail",
"socialize": "Socialize",
"stealth": "潛行",
"survival": "生存",
"thrown": "Thrown",
"war": "War",
"attributes": "Attributes",
"strength": "力量",
"dexterity": "敏捷",
"stamina": "Stamina",
"charisma": "魅力",
"manipulation": "Manipulation",
"appearance": "外觀",
"perception": "感知",
"intelligence": "智力",
"wits": "Wits",
"show-crafts": "Show crafts",
"armoring": "Armoring",
"artifact": "Artifact",
"cooking": "Cooking",
"first-age-artifice": "First Age Artifice",
"gemcutting": "Gemcutting",
"geomancy": "Geomancy",
"jewelry": "Jewelry",
"tailoring": "Tailoring",
"weapon-forging": "Weapon-Forging",
"craft-place": "Fate",
"show-styles": "Show styles",
"snake-style": "Snake Style",
"tiger-style": "Tiger Style",
"single-point-shining-into-the-void-style": "Single Point Shining Into the Void Style",
"white-reaper-style": "White Reaper Style",
"ebon-shaodw-style": "Ebon Shadow Style",
"crane-style": "Crane Style",
"silver-voiced-nightingale-style": "Silver-Voiced Nightingale Style",
"righteous-devil-style": "Righteous Devil Style",
"black-claw-style": "Black Claw Style",
"dreaming-pearl-courtesan-style": "Dreaming Pearl Courtesan Style",
"steel-devil-style": "Steel Devil Style",
"martial-arts-place": "Celestial Monkey Style",
"ability-place": "Astrology",
"specialties": "Specialties",
"specialty-place": "Pirate Tactics",
"merits": "Merits",
"merits-place": "Artifact",
"willpower": "Willpower",
"essence": "Essence",
"personal": "Personal",
"peripheral": "Peripheral",
"committed": "Committed",
"limit-break": "Limit Break",
"limit-trigger": "Limit Trigger",
"limit-trigger-place": "Karal is insulted, belittled, or deliberately frustrated by another character.",
"experience-and-crafting": "Experience & Crafting",
"current-experience-points": "Current XP:",
"total-experience-points": "Total XP:",
"current-solar-experience-points": "Current SXP:",
"total-solar-experience-points": "Total SXP:",
"silver-experience-points": "Silver XP",
"gold-experience-points": "Gold XP",
"white-experience-points": "White XP",
"project-place": "Longsword",
"major": "Major",
"superior": "Superior",
"legendary": "Legendary",
"weapons-and-gear": "Weapons & Gear",
"weapon": "武器",
"accuracy": "Accuracy",
"damage": "傷害",
"defense": "Defense",
"overwhelming-abbreviation": "Over.",
"overwhelming": "Overwhelming",
"attunement": "Attune",
"tags": "標籤",
"weapon-place": "Khatar",
"weapon-tags-place": "Lethal, Brawl, Piercing",
"miscellaneous-items": "Miscellaneous Items",
"miscellaneous-items-place": "Fancy scarf",
"armor": "盔甲",
"soak": "Soak",
"hardness": "Hardness",
"mobility-penalty": "Mobility",
"armor-place": "Chain Shirt",
"armor-tags-place": "Concealable",
"health-and-defense": "Health & Defense",
"natural-soak": "Natural Soak",
"armored-soak": "Armored Soak",
"total-soak": "Total Soak",
"parry": "Parry",
"parry-without-specialty": "Parry without specialty",
"parry-with-specialty": "Parry with specialty",
"evasion": "Evasion",
"evasion-without-specialty": "Evasion without specialty",
"evasion-with-specialty": "Evasion with specialty",
"resolve": "Resolve",
"resolve-without-specialty": "Resolve without specialty",
"resolve-with-specialty": "Resolve with specialty",
"guile": "Guile",
"guile-without-specialty": "Guile without specialty",
"guile-with-specialty": "Guile with specialty",
"health-levels": "Health Levels",
"incapacitated": "無法行動",
"intimacies": "Intimacies",
"intimacy": "Intimacy",
"intensity": "Intensity",
"intimacy-place": "Winter Plum (Grief)",
"minor": "Minor",
"defining": "Defining",
"charms-and-evocations": "Charms & Evocations",
"type": "類型",
"duration": "持續時間",
"cost": "Cost",
"book": "Book",
"page-number": "Page #",
"effect": "效果",
"charm-keywords-place": "Uniform, Psyche",
"charm-place": "Excellent Solar Larceny",
"simple": "Simple",
"supplemental": "Supplemental",
"reflexive": "Reflexive",
"premanent": "Permanent",
"charm-duration-place": "Instant",
"charm-cost-place": "1m/die",
"book-place": "核心",
"charm-page-number-place": "255",
"charm-effect-place": "",
"sorceries": "Sorceries",
"circle": "Circle",
"control-spell-abbreviation": "C.",
"control-spell": "Control Spell",
"spell-place": "Cirrus Skiff",
"terrestrial": "Terrestrial",
"celestial": "Celestial",
"solar": "Solar",
"spell-duration-place": "Until ended",
"spell-cost-place": "15m, 1wp",
"spell-page-place": "471",
"skill": "技能",
"spell-keywords-place": "無",
"skill-place": "Larceny",
"spell-effect-place": "",
"version": "Version",
"more-information": "More Information",
"mote-pool-equations": "Mote Pool Equations",
"max-personal-motes": "Max Personal Motes",
"max-peripheral-motes": "Max Peripheral Motes",
"keywords": "Keywords",
"control": "Control",
"spell-desc-place": "",
"charm-desc-place": "",
"size": "體型",
"drill": "Drill",
"magnitude": "Magnitude",
"perfect-morale": "Perfect Morale",
"poor": "不良",
"average": "普通",
"elite": "Elite",
"might": "Might",
"character-type": "Character Type",
"battle-group": "Battle Group",
"combat-movement": "Combat Movement",
"grapple": "擒拿",
"join-battle": "Join Battle",
"actions": "動作",
"attacks": "攻擊",
"defenses": "Defenses",
"quick-character": "Quick Character"
}
-248
View File
@@ -1,248 +0,0 @@
{
"name": "crwdns26579:0crwdne26579:0",
"player": "crwdns26580:0crwdne26580:0",
"caste/aspect": "crwdns26581:0crwdne26581:0",
"solar-exalted": "crwdns26582:0crwdne26582:0",
"dawn": "crwdns26583:0crwdne26583:0",
"zenith": "crwdns26584:0crwdne26584:0",
"twilight": "crwdns26585:0crwdne26585:0",
"night": "crwdns26586:0crwdne26586:0",
"eclipse": "crwdns26587:0crwdne26587:0",
"abyssal-exalted": "crwdns26588:0crwdne26588:0",
"dusk": "crwdns26589:0crwdne26589:0",
"midnight": "crwdns26590:0crwdne26590:0",
"daybreak": "crwdns26591:0crwdne26591:0",
"day": "crwdns26592:0crwdne26592:0",
"moonshadow": "crwdns26593:0crwdne26593:0",
"terrestrial-exalted": "crwdns26594:0crwdne26594:0",
"air": "crwdns26595:0crwdne26595:0",
"earth": "crwdns26596:0crwdne26596:0",
"fire": "crwdns26597:0crwdne26597:0",
"water": "crwdns26598:0crwdne26598:0",
"wood": "crwdns26599:0crwdne26599:0",
"lunar-exalted": "crwdns26600:0crwdne26600:0",
"full-moon": "crwdns26601:0crwdne26601:0",
"changing-moon": "crwdns26602:0crwdne26602:0",
"no-moon": "crwdns26603:0crwdne26603:0",
"casteless": "crwdns26604:0crwdne26604:0",
"sidereal-exalted": "crwdns26605:0crwdne26605:0",
"journeys": "crwdns26606:0crwdne26606:0",
"serenity": "crwdns26607:0crwdne26607:0",
"battles": "crwdns26608:0crwdne26608:0",
"secrets": "crwdns26609:0crwdne26609:0",
"endings": "crwdns26610:0crwdne26610:0",
"liminal-exalted": "crwdns26611:0crwdne26611:0",
"blood": "crwdns26612:0crwdne26612:0",
"breath": "crwdns26613:0crwdne26613:0",
"flesh": "crwdns26614:0crwdne26614:0",
"marrow": "crwdns26615:0crwdne26615:0",
"soil": "crwdns26616:0crwdne26616:0",
"exigent-exalted": "crwdns26617:0crwdne26617:0",
"exigent": "crwdns26618:0crwdne26618:0",
"infernal-exalted": "crwdns26619:0crwdne26619:0",
"slayer": "crwdns26620:0crwdne26620:0",
"malefactor": "crwdns26621:0crwdne26621:0",
"defiler": "crwdns26622:0crwdne26622:0",
"scourge": "crwdns26623:0crwdne26623:0",
"fiend": "crwdns26624:0crwdne26624:0",
"custom": "crwdns26625:0crwdne26625:0",
"alchemical-exalted": "crwdns26626:0crwdne26626:0",
"orichalcum": "crwdns26627:0crwdne26627:0",
"soulsteel": "crwdns26628:0crwdne26628:0",
"moonsilver": "crwdns26629:0crwdne26629:0",
"starmetal": "crwdns26630:0crwdne26630:0",
"jade": "crwdns26631:0crwdne26631:0",
"concept": "crwdns26632:0crwdne26632:0",
"concept-place": "crwdns26633:0crwdne26633:0",
"anima": "crwdns26634:0crwdne26634:0",
"anima-place": "crwdns26635:0crwdne26635:0",
"supernal-trait": "crwdns26636:0crwdne26636:0",
"abilities": "crwdns26637:0crwdne26637:0",
"archery": "crwdns26638:0crwdne26638:0",
"athletics": "crwdns26639:0crwdne26639:0",
"awareness": "crwdns26640:0crwdne26640:0",
"brawl": "crwdns26641:0crwdne26641:0",
"bureaucracy": "crwdns26642:0crwdne26642:0",
"craft": "crwdns26643:0crwdne26643:0",
"dodge": "crwdns26644:0crwdne26644:0",
"integrity": "crwdns26645:0crwdne26645:0",
"investigation": "crwdns26646:0crwdne26646:0",
"larceny": "crwdns26647:0crwdne26647:0",
"linguistics": "crwdns26648:0crwdne26648:0",
"lore": "crwdns26649:0crwdne26649:0",
"martial-arts": "crwdns26650:0crwdne26650:0",
"medicine": "crwdns26651:0crwdne26651:0",
"melee": "crwdns26652:0crwdne26652:0",
"occult": "crwdns26653:0crwdne26653:0",
"performance": "crwdns26654:0crwdne26654:0",
"presence": "crwdns26655:0crwdne26655:0",
"resistance": "crwdns26656:0crwdne26656:0",
"ride": "crwdns26657:0crwdne26657:0",
"sail": "crwdns26658:0crwdne26658:0",
"socialize": "crwdns26659:0crwdne26659:0",
"stealth": "crwdns26660:0crwdne26660:0",
"survival": "crwdns26661:0crwdne26661:0",
"thrown": "crwdns26662:0crwdne26662:0",
"war": "crwdns26663:0crwdne26663:0",
"attributes": "crwdns26664:0crwdne26664:0",
"strength": "crwdns26665:0crwdne26665:0",
"dexterity": "crwdns26666:0crwdne26666:0",
"stamina": "crwdns26667:0crwdne26667:0",
"charisma": "crwdns26668:0crwdne26668:0",
"manipulation": "crwdns26669:0crwdne26669:0",
"appearance": "crwdns26670:0crwdne26670:0",
"perception": "crwdns26671:0crwdne26671:0",
"intelligence": "crwdns26672:0crwdne26672:0",
"wits": "crwdns26673:0crwdne26673:0",
"show-crafts": "crwdns26674:0crwdne26674:0",
"armoring": "crwdns26675:0crwdne26675:0",
"artifact": "crwdns26676:0crwdne26676:0",
"cooking": "crwdns26677:0crwdne26677:0",
"first-age-artifice": "crwdns26678:0crwdne26678:0",
"gemcutting": "crwdns26679:0crwdne26679:0",
"geomancy": "crwdns26680:0crwdne26680:0",
"jewelry": "crwdns26681:0crwdne26681:0",
"tailoring": "crwdns26682:0crwdne26682:0",
"weapon-forging": "crwdns59994:0crwdne59994:0",
"craft-place": "crwdns26683:0crwdne26683:0",
"show-styles": "crwdns26684:0crwdne26684:0",
"snake-style": "crwdns26685:0crwdne26685:0",
"tiger-style": "crwdns26686:0crwdne26686:0",
"single-point-shining-into-the-void-style": "crwdns26687:0crwdne26687:0",
"white-reaper-style": "crwdns26688:0crwdne26688:0",
"ebon-shaodw-style": "crwdns26689:0crwdne26689:0",
"crane-style": "crwdns26690:0crwdne26690:0",
"silver-voiced-nightingale-style": "crwdns26691:0crwdne26691:0",
"righteous-devil-style": "crwdns26692:0crwdne26692:0",
"black-claw-style": "crwdns26693:0crwdne26693:0",
"dreaming-pearl-courtesan-style": "crwdns26694:0crwdne26694:0",
"steel-devil-style": "crwdns26695:0crwdne26695:0",
"martial-arts-place": "crwdns26696:0crwdne26696:0",
"ability-place": "crwdns26697:0crwdne26697:0",
"specialties": "crwdns26698:0crwdne26698:0",
"specialty-place": "crwdns26699:0crwdne26699:0",
"merits": "crwdns26700:0crwdne26700:0",
"merits-place": "crwdns26701:0crwdne26701:0",
"willpower": "crwdns26702:0crwdne26702:0",
"essence": "crwdns26703:0crwdne26703:0",
"personal": "crwdns26704:0crwdne26704:0",
"peripheral": "crwdns26705:0crwdne26705:0",
"committed": "crwdns26706:0crwdne26706:0",
"limit-break": "crwdns26707:0crwdne26707:0",
"limit-trigger": "crwdns26708:0crwdne26708:0",
"limit-trigger-place": "crwdns26709:0crwdne26709:0",
"experience-and-crafting": "crwdns26710:0crwdne26710:0",
"current-experience-points": "crwdns26711:0crwdne26711:0",
"total-experience-points": "crwdns26712:0crwdne26712:0",
"current-solar-experience-points": "crwdns26713:0crwdne26713:0",
"total-solar-experience-points": "crwdns26714:0crwdne26714:0",
"silver-experience-points": "crwdns26715:0crwdne26715:0",
"gold-experience-points": "crwdns26716:0crwdne26716:0",
"white-experience-points": "crwdns26717:0crwdne26717:0",
"project-place": "crwdns26718:0crwdne26718:0",
"major": "crwdns26719:0crwdne26719:0",
"superior": "crwdns26720:0crwdne26720:0",
"legendary": "crwdns26721:0crwdne26721:0",
"weapons-and-gear": "crwdns26722:0crwdne26722:0",
"weapon": "crwdns26723:0crwdne26723:0",
"accuracy": "crwdns26724:0crwdne26724:0",
"damage": "crwdns26725:0crwdne26725:0",
"defense": "crwdns26726:0crwdne26726:0",
"overwhelming-abbreviation": "crwdns26727:0crwdne26727:0",
"overwhelming": "crwdns26728:0crwdne26728:0",
"attunement": "crwdns26729:0crwdne26729:0",
"tags": "crwdns26730:0crwdne26730:0",
"weapon-place": "crwdns26731:0crwdne26731:0",
"weapon-tags-place": "crwdns26732:0crwdne26732:0",
"miscellaneous-items": "crwdns26733:0crwdne26733:0",
"miscellaneous-items-place": "crwdns26734:0crwdne26734:0",
"armor": "crwdns26735:0crwdne26735:0",
"soak": "crwdns26736:0crwdne26736:0",
"hardness": "crwdns26737:0crwdne26737:0",
"mobility-penalty": "crwdns26738:0crwdne26738:0",
"armor-place": "crwdns26739:0crwdne26739:0",
"armor-tags-place": "crwdns26740:0crwdne26740:0",
"health-and-defense": "crwdns26741:0crwdne26741:0",
"natural-soak": "crwdns26742:0crwdne26742:0",
"armored-soak": "crwdns26743:0crwdne26743:0",
"total-soak": "crwdns26744:0crwdne26744:0",
"parry": "crwdns26745:0crwdne26745:0",
"parry-without-specialty": "crwdns59977:0crwdne59977:0",
"parry-with-specialty": "crwdns59978:0crwdne59978:0",
"evasion": "crwdns26746:0crwdne26746:0",
"evasion-without-specialty": "crwdns59979:0crwdne59979:0",
"evasion-with-specialty": "crwdns59980:0crwdne59980:0",
"resolve": "crwdns26747:0crwdne26747:0",
"resolve-without-specialty": "crwdns26748:0crwdne26748:0",
"resolve-with-specialty": "crwdns26749:0crwdne26749:0",
"guile": "crwdns26750:0crwdne26750:0",
"guile-without-specialty": "crwdns26751:0crwdne26751:0",
"guile-with-specialty": "crwdns26752:0crwdne26752:0",
"health-levels": "crwdns26753:0crwdne26753:0",
"incapacitated": "crwdns26754:0crwdne26754:0",
"intimacies": "crwdns26755:0crwdne26755:0",
"intimacy": "crwdns26756:0crwdne26756:0",
"intensity": "crwdns26757:0crwdne26757:0",
"intimacy-place": "crwdns26758:0crwdne26758:0",
"minor": "crwdns26759:0crwdne26759:0",
"defining": "crwdns26760:0crwdne26760:0",
"charms-and-evocations": "crwdns26761:0crwdne26761:0",
"type": "crwdns26762:0crwdne26762:0",
"duration": "crwdns26763:0crwdne26763:0",
"cost": "crwdns26764:0crwdne26764:0",
"book": "crwdns26765:0crwdne26765:0",
"page-number": "crwdns26766:0crwdne26766:0",
"effect": "crwdns26767:0crwdne26767:0",
"charm-keywords-place": "crwdns59931:0crwdne59931:0",
"charm-place": "crwdns26768:0crwdne26768:0",
"simple": "crwdns26769:0crwdne26769:0",
"supplemental": "crwdns26770:0crwdne26770:0",
"reflexive": "crwdns26771:0crwdne26771:0",
"premanent": "crwdns26772:0crwdne26772:0",
"charm-duration-place": "crwdns26773:0crwdne26773:0",
"charm-cost-place": "crwdns26774:0crwdne26774:0",
"book-place": "crwdns26775:0crwdne26775:0",
"charm-page-number-place": "crwdns26776:0crwdne26776:0",
"charm-effect-place": "crwdns26777:0crwdne26777:0",
"sorceries": "crwdns26778:0crwdne26778:0",
"circle": "crwdns26779:0crwdne26779:0",
"control-spell-abbreviation": "crwdns26780:0crwdne26780:0",
"control-spell": "crwdns26781:0crwdne26781:0",
"spell-place": "crwdns26782:0crwdne26782:0",
"terrestrial": "crwdns26783:0crwdne26783:0",
"celestial": "crwdns26784:0crwdne26784:0",
"solar": "crwdns26785:0crwdne26785:0",
"spell-duration-place": "crwdns26786:0crwdne26786:0",
"spell-cost-place": "crwdns26787:0crwdne26787:0",
"spell-page-place": "crwdns26788:0crwdne26788:0",
"skill": "crwdns59932:0crwdne59932:0",
"spell-keywords-place": "crwdns59933:0crwdne59933:0",
"skill-place": "crwdns59934:0crwdne59934:0",
"spell-effect-place": "crwdns59935:0crwdne59935:0",
"version": "crwdns26790:0crwdne26790:0",
"more-information": "crwdns26791:0crwdne26791:0",
"mote-pool-equations": "crwdns59936:0crwdne59936:0",
"max-personal-motes": "crwdns59937:0crwdne59937:0",
"max-peripheral-motes": "crwdns59938:0crwdne59938:0",
"keywords": "crwdns59939:0crwdne59939:0",
"control": "crwdns59940:0crwdne59940:0",
"spell-desc-place": "crwdns59995:0crwdne59995:0",
"charm-desc-place": "crwdns59996:0crwdne59996:0",
"size": "crwdns69274:0crwdne69274:0",
"drill": "crwdns69275:0crwdne69275:0",
"magnitude": "crwdns69276:0crwdne69276:0",
"perfect-morale": "crwdns69277:0crwdne69277:0",
"poor": "crwdns69278:0crwdne69278:0",
"average": "crwdns69279:0crwdne69279:0",
"elite": "crwdns69280:0crwdne69280:0",
"might": "crwdns69281:0crwdne69281:0",
"character-type": "crwdns69282:0crwdne69282:0",
"battle-group": "crwdns69283:0crwdne69283:0",
"combat-movement": "crwdns70153:0crwdne70153:0",
"grapple": "crwdns70154:0crwdne70154:0",
"join-battle": "crwdns70155:0crwdne70155:0",
"actions": "crwdns70156:0crwdne70156:0",
"attacks": "crwdns70157:0crwdne70157:0",
"defenses": "crwdns70158:0crwdne70158:0",
"quick-character": "crwdns70159:0crwdne70159:0"
}