diff --git a/Arianrhod2/Arianrhod2.css b/Arianrhod2/Arianrhod2.css
new file mode 100644
index 0000000000..6e64f8cf01
--- /dev/null
+++ b/Arianrhod2/Arianrhod2.css
@@ -0,0 +1,445 @@
+button[type=roll]:before {
+ content: "" !important;
+}
+
+textarea {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+input[disabled=true] {
+ background-color:lightgray !important;
+ font-weight: bold;
+ color: black;
+}
+
+button[type=roll]{
+ font-size: 1em !important;
+ font-weight: bold;
+ line-height: normal;
+ margin: 0px !important;
+}
+
+.sheet-5colrow {
+ display: block;
+ clear: both;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+/*.sheet-5colrow .sheet-col {
+ width: calc(20% - 20px);
+ margin-right: 30px;
+}*/
+
+
+
+
+label > input[type=checkbox] {
+ display: none;
+ width: 0;
+}
+
+label > input[type=checkbox]:checked ~ span {
+ border : 2px solid black;
+ border-radius: 5px;
+ background-color: black;
+ color: white;
+}
+
+div[class*="sheet-section"],
+div[class*="sheet-options"] {
+ display: none;
+}
+
+div.repcontrol {
+ margin-bottom: 15px;
+}
+
+input[name="attr_display"] {
+ display: none;
+}
+
+.sheet-oneline {
+ display: inline-block;
+}
+.sheet-column {
+ display : inline-block;
+}
+.sheet-column > button,
+.sheet-column > input {
+ width: 120px;
+}
+
+label.sheet-tab-button {
+ display: inline;
+ padding-right: 0px;
+ margin-right: 5px;
+}
+
+label.sheet-tab-button span span {
+ margin-left: 10px;
+ margin-right: 10px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
+input.sheet-tab-button {
+ /*width: 70px;*/
+ /*height: 20px;*/
+ cursor: pointer;
+ position: relative;
+ opacity: 0;
+ z-index: 9999;
+}
+
+span.sheet-tab-button {
+ text-align: center;
+ display: inline-block;
+ font-size: 15px;
+ background-color: rgba(125,114,69,0.2);
+ color: gray;
+ font-weight: bold;
+ border-style: solid;
+ border-radius: 10px !important;
+ border-width: 0px;
+ min-width: 70px;
+ /*height: 20px;*/
+ cursor: pointer;
+ position: relative;
+ margin-bottom: 2px;
+}
+
+label.sheet-tab-button input.sheet-tab-button:checked ~ span.sheet-tab-button {
+ background-color: gray;
+ color: white;
+}
+div.sheet-section-skill,
+div.sheet-section-item,
+
+input.sheet-options-flag:checked ~ div.sheet-options {
+ display: block !important;
+}
+
+div div div.sheet-section-skill,
+div div div.sheet-section-item,
+
+input.sheet-options-flag:checked ~ div div div.sheet-options {
+ display: block !important;
+}
+
+input[type="text"], input[type="number"] {
+ background:transparent;
+ font-weight: bold;
+ border-style: solid;
+ border-color: darkgray;
+ border-width: 1px 1px 3px 1px;
+}
+
+input.sheet-small-input {
+ min-width: 50px;
+}
+
+
+
+/* abillity template */
+.sheet-rolltemplate-skill div.sheet-skill-template,
+.sheet-rolltemplate-item div.sheet-item-template{
+ width:100%;
+ background-color:white;
+ border:2px solid #000;
+ border-spacing: 0;
+ border-collapse: separate;
+ border-radius: 5px;
+ -moz-box-shadow: 2px 2px 5px #000;
+ -webkit-box-shadow: 2px 2px 5px #000;
+ box-shadow:2px 2px 5px #000;
+ overflow: hidden;
+}
+
+.sheet-rolltemplate-skill .sheet-header,
+.sheet-rolltemplate-item .sheet-header {
+
+ background-color:#000;
+ padding:4px;
+ padding-bottom: 1px;
+
+ border: 1px solid #000;
+ color:white;
+ font-family:"Helvetica Neue",Helvetica,sans-serif;
+ font-size:1em;
+ font-weight:bold;
+ text-align: center;
+}
+
+.sheet-rolltemplate-skill .sheet-header-small,
+.sheet-rolltemplate-item .sheet-header-small {
+ background-color:#000;
+ padding: 1px;
+ padding-bottom: 4px;
+ /* border: 1px solid #fff; */
+ color:white;
+ font-family:"Helvetica Neue",Helvetica,sans-serif;
+ font-size:0.8em;
+ font-weight:bold;
+ text-align: center;
+}
+
+.sheet-rolltemplate-skill .sheet-diceresult{
+ background-color: white;
+ padding: 4px;
+ text-align: center;
+}
+
+.sheet-rolltemplate-skill .sheet-header a,
+.sheet-rolltemplate-item .sheet-header a{
+ color:white;
+ text-decoration: underline;
+}
+
+
+.sheet-rolltemplate-skill .sheet-effect,
+.sheet-rolltemplate-item .sheet-effect {
+ padding: 10px;
+ background-color:#EAEAEA;
+}
+
+.sheet-rolltemplate-skill .inlinerollresult {
+ color: white;
+ background-color: black;
+ border-color:black;
+}
+
+.sheet-rolltemplate-skill .inlinerollresult.fullcrit {
+ color: white;
+ background-color: #3FB315
+}
+
+.sheet-rolltemplate-skill .inlinerollresult.fullfail {
+ color: white;
+ background-color: #B31515
+}
+
+.sheet-rolltemplate-skill .inlinerollresult.importantroll {
+ color: white;
+ background-color: #4A57ED;
+}
+
+
+/*Configure the tab buttons*/
+/*"attributes","skills","equipments", "combat", "special", "items*/
+.sheet-attributes,
+.sheet-skills,
+.sheet-equipments,
+.sheet-combat,
+.sheet-special,
+.sheet-items {
+ display: none;
+}
+
+/* show the selected tab */
+.sheet-tabstoggle[value="attributes"] ~ div.sheet-attributes,
+.sheet-tabstoggle[value="skills"] ~ div.sheet-skills,
+.sheet-tabstoggle[value="equipments"] ~ div.sheet-equipments,
+.sheet-tabstoggle[value="combat"] ~ div.sheet-combat,
+.sheet-tabstoggle[value="special"] ~ div.sheet-special,
+.sheet-tabstoggle[value="items"] ~ div.sheet-items {
+ display: block;
+}
+
+.sheet-tabs{
+ margin: 20px;
+}
+
+
+.sheet-info-container{
+ display: grid;
+ grid-template-columns: 100px 210px 100px 210px;
+ grid-template-rows: auto;
+ gap: 4px 15px;
+ justify-items: stretch;
+ align-items: center;
+}
+
+.sheet-info-item{
+
+}
+
+.sheet-attribute-container{
+ display: grid;
+ grid-template-columns: 40px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
+ grid-template-rows: auto;
+ gap: 4px 4px;
+ justify-items: center;
+ align-items: center;
+ justify-content: stretch;
+}
+
+.sheet-attribute-item{
+ text-align: center;
+ vertical-align: middle;
+}
+
+.sheet-item-small{
+ font-size:9px
+}
+
+.sheet-skill-option-container{
+ display: grid;
+ grid-template-columns: 70px 210px 70px 210px ;
+ grid-template-rows: auto;
+ gap: 4px 4px;
+ justify-items: center;
+ align-items: center;
+ justify-content: stretch;
+}
+
+.sheet-skill-item{
+
+}
+
+.sheet-skill-effect{
+ grid-column-start: 2;
+ grid-column-end: 5;
+ justify-self: stretch;
+}
+
+.sheet-skill-effect textarea {
+ /*width: 180px !important;*/
+ overflow: hidden;
+ width: 100%;
+ max-width: 100%;
+}
+
+.sheet-skill-display-container{
+ display: grid;
+ grid-template-columns: 50px 210px 80px 80px 80px 40px 80px 30px ;
+
+ gap: 2px 2px;
+ justify-items: stretch;
+ align-items: stretch;
+ justify-content: stretch;
+ align-content: stretch
+ background-color: black;
+ vertical-align: middle;
+ text-align: center;
+ padding: 2px;
+ border: 1px solid black;
+
+}
+
+.sheet-skill-display-item{
+ /* background-color: #80cbc4;
+ border: 1px solid #fff; */
+ background-color: #ffffff;
+ border: 1px solid #888888;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ border: 1px solid black;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+
+.sheet-skill-display-effect{
+ grid-column: 1 / 8;
+}
+
+.sheet-equipment-container{
+ display: grid;
+ /* grid-template-columns: 60px 210px 50px 50px 50px 50px 50px 50px 50px 50px 60px 210px; */
+ grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
+ grid-template-rows: auto;
+ gap: 3px 3px;
+ justify-items: center;
+ align-items: center;
+ justify-content: stretch;
+}
+
+.sheet-equipment-total-label{
+ grid-column-start: 1;
+ grid-column-end: 3;
+ justify-self: center;
+}
+
+.sheet-equipment-item{
+
+}
+
+.sheet-small-title{
+ font-size: 10px;
+}
+
+.sheet-small-textinput{
+ width: 60px;
+}
+
+.sheet-combat-container{
+ display: grid;
+ /* grid-template-columns: 60px 210px 50px 50px 50px 50px 50px 50px 50px 50px 60px 210px; */
+ grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
+ grid-template-rows: auto;
+ gap: 3px 3px;
+ justify-items: center;
+ align-items: center;
+ justify-content: stretch;
+}
+
+.sheet-combat-item-empty{
+ justify-self: stretch;
+ align-self: stretch;
+ background-color: darkgray;
+ text-align: center;
+}
+
+.sheet-special-container{
+ display: grid;
+ /* grid-template-columns: 60px 210px 50px 50px 50px 50px 50px 50px 50px 50px 60px 210px; */
+ grid-template-columns: auto auto auto auto auto auto auto;
+ grid-template-rows: auto;
+ gap: 3px 3px;
+ justify-items: center;
+ align-items: center;
+ justify-content: stretch;
+}
+
+.sheet-special-item{
+
+}
+
+.sheet-item-stat-container{
+ display: grid;
+ /* grid-template-columns: 60px 210px 50px 50px 50px 50px 50px 50px 50px 50px 60px 210px; */
+ grid-template-columns: auto auto auto auto auto auto;
+ grid-template-rows: auto;
+ gap: 3px 3px;
+ justify-items: center;
+ align-items: center;
+ justify-content: stretch;
+ border: 1px solid black;
+ padding: 5px;
+ margin: 5px;
+ margin-bottom: 10px;
+}
+
+.sheet-item-stat-item{
+
+}
+
+.sheet-item-container{
+ display: grid;
+ /* grid-template-columns: 60px 210px 50px 50px 50px 50px 50px 50px 50px 50px 60px 210px; */
+ grid-template-columns: auto auto auto auto auto;
+ grid-template-rows: auto;
+ gap: 3px 3px;
+ justify-items: center;
+ align-items: center;
+ justify-content: stretch;
+ margin: 5px;
+}
+
+.sheet-item-item{
+
+}
diff --git a/Arianrhod2/Arianrhod2.html b/Arianrhod2/Arianrhod2.html
new file mode 100644
index 0000000000..d698c55c76
--- /dev/null
+++ b/Arianrhod2/Arianrhod2.html
@@ -0,0 +1,876 @@
+
+
+
+
+
+
+ Name
+
+
+
+
+
+ Player
+
+
+
+
+
+ Age
+
+
+
+
+
+ Gender
+
+
+
+
+
+
+
+
+
+
+
+ SupportClass
+
+
+
+
+
+ Race
+
+
+
+
+
+ Level
+
+
+
+
+
+ EnhancementPoint
+
+
+
+
+
+ FatePoint
+
+
+
+
+
+ HPMax
+
+
+
+
+
+ HPCurrent
+
+
+
+
+
+ MPMax
+
+
+
+
+
+ MPCurrent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Skill
+
+
+
+
+
+
+
+
+
+
+
+
+
Combat
+
+
+
+
combatAttribute
+
combatAttackMod
+
combatDamageMod
+
combatEvasionMod
+
combatPhysicalDefense
+
combatMagicalDefense
+
combatBehaviorMod
+
combatMovementMod
+
combatSkillMod
+
combatEtcMod
+
combatTotal
+
combatBonusDice
+
combatRoll
+
+
+
+
CombatAttack
+
+
+
+
+
+
+
+
+
+
+
+
d
+
+
+
+
+
CombatDamage
+
+
+
+
+
+
+
+
+
+
+
+
d
+
+
+
+
+
Combatevasion
+
+
+
+
+
+
+
+
+
+
+
+
d
+
+
+
+
+
Combatphydef
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Combatmagdef
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Combatbehavior
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Combatmovement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SpecialRoll
+
+
+
+
SpecialRollAttribute
+
SpecialRollSkill
+
SpecialRollEtc
+
SpecialRollTotal
+
SpecialRollDice
+
SpecialRollRoll
+
+
SpecialTrapSearch
+
+
+
+
+
d
+
+
+
SpecialTrapDissolve
+
+
+
+
+
d
+
+
+
SpecialDangerSense
+
+
+
+
+
d
+
+
+
SpecialEnemyDistinguish
+
+
+
+
+
d
+
+
+
SpecialItemIdentify
+
+
+
+
+
d
+
+
+
SpecialSpellCasting
+
+
+
+
+
d
+
+
+
SpecialSong
+
+
+
+
+
d
+
+
+
SpecialAlchemy
+
+
+
+
+
d
+
+
+
+
+
+
+
+
+
+
+
+
+ {{#description}}
+
+ {{description}}
+
+ {{/description}}
+
+
+
+
+
+
+
+ {{#dice}}
+
+ {{dice}}={{#diceresult}}{{diceresult}}{{/diceresult}}
+
+ {{/dice}}
+ {{#effect}}
+
+ {{effect}}
+
+ {{/effect}}
+
+
+
+
+
+
+
+
diff --git a/Arianrhod2/Arianrhod2.png b/Arianrhod2/Arianrhod2.png
new file mode 100644
index 0000000000..5e59cb6fd0
Binary files /dev/null and b/Arianrhod2/Arianrhod2.png differ
diff --git a/Arianrhod2/logo.jpg b/Arianrhod2/logo.jpg
new file mode 100644
index 0000000000..81423a3c01
Binary files /dev/null and b/Arianrhod2/logo.jpg differ
diff --git a/Arianrhod2/sheet.json b/Arianrhod2/sheet.json
new file mode 100644
index 0000000000..428791fb18
--- /dev/null
+++ b/Arianrhod2/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "Arianrhod2.html",
+ "css": "Arianrhod2.css",
+ "authors": "Mixberrylab, Kirin",
+ "roll20userid": "6831797",
+ "preview": "Arianrhod2.png",
+ "instructions": "Enjoy Arianrhod 2e. Special Thanks to Metallic Guardian roll20 sheet makers."
+}
diff --git a/Arianrhod2/translation.json b/Arianrhod2/translation.json
new file mode 100644
index 0000000000..bf1768392f
--- /dev/null
+++ b/Arianrhod2/translation.json
@@ -0,0 +1,127 @@
+{
+ "player-u": "Player",
+ "character-name-u": "Character Name",
+ "character-gender-u": "Gender",
+ "character-age-u": "Age",
+ "enhancement-point-u": "Enhancement Point",
+ "mainclass-u": "Main Class",
+ "character-supportclass-u": "Support Class",
+ "character-level-u": "Level",
+ "character-race-u": "Race",
+ "character-fate-point-u": "Fate",
+ "HP-max-u": "HP",
+ "HP-current-u": "Current HP",
+ "MP-max-u": "MP",
+ "MP-current-u": "Current MP",
+ "AttributeBase-u": "Base Attribute",
+ "AttributeBonus-u": "Attribute Bonus",
+ "MainClassMod-u": "Main Class",
+ "SupportClassMod-u": "Support Class",
+ "ExtraMod-u": "Extra Mod",
+ "Attribute-u": "Attribute",
+ "SkillBonus-u": "Skill Bonus",
+ "AttributeSum-u": "Total Mod",
+ "DiceBase-u": "Base Dice",
+ "DiceBonus-u": "Dice Bonus",
+ "DiceTotal-u": "Total Dice",
+ "AttributeRoll-u": "Attribute Roll",
+ "Roll-u": "Roll",
+ "strength-u": "Strength",
+ "Dexterity-u": "Dexterity",
+ "Agility-u": "Agility",
+ "Intelligence-u": "Intelligence",
+ "Perception-u": "Perception",
+ "Mental-u": "Mental",
+ "Luck-u": "Luck",
+ "skill-u": "Skill",
+ "skill-level-u": "Skill Level",
+ "skill-timing-u": "Timing",
+ "skill-rolltype-u": "Roll Type",
+ "skill-target-u": "Target",
+ "skill-range-u": "Range",
+ "skill-cost-u": "Cost",
+ "skill-sl-u": "SL limit",
+ "skill-effect-u": "Effect",
+ "skill-extra-roll-u": "Extra Roll",
+ "equipment-u": "Equipment",
+ "equipment-part-u": "Part",
+ "equipment-name-u": "Name",
+ "equipment-weight-u": "Weight",
+ "equipment-attack-mod-u": "Attack Mod",
+ "equipment-damage-mod-u": "Damage Mod",
+ "equipment-evasion-mod-u": "Evasion Mod",
+ "equipment-physical-defense-u": "Physical Def",
+ "equipment-magical-defense-u": "Magical Def",
+ "equipment-behavior-mod-u": "Behavior Mod",
+ "equipment-movement-mod-u": "Movement Mod",
+ "equipment-range-u": "Range",
+ "equipment-etc-u": "Note",
+ "equipment1-part": "Right Hand",
+ "equipment2-part": "Left Hand",
+ "equipment3-part": "Head",
+ "equipment4-part": "Body",
+ "equipment5-part": "Sub Armor",
+ "equipment6-part": "Accessory",
+ "equipments-total": "Total",
+ "combat-u": "Combat",
+ "combat-attribute-u": "Attribute",
+ "combat-attack-mod-u": "Attack Mod",
+ "combat-damage-mod-u": "Damage Mod",
+ "combat-evasion-mod-u": "Evasion Mod",
+ "combat-physical-defense-u": "Physical Def",
+ "combat-magical-defense-u": "Magical Def",
+ "combat-behavior-mod-u": "Behavior Mod",
+ "combat-movement-mod-u": "Movement Mod",
+ "combat-skill-mod-u": "Skill Mod",
+ "combat-etc-mod-u": "Extra Mod",
+ "combat-total-u": "Total",
+ "combat-bonus-dice-u": "Dice",
+ "combat-roll-u": "Roll",
+ "combat-attack-u": "Attack [Dexterity]",
+ "Roll-Attack-u": "Attack Roll",
+ "combat-damage-u": "Damage",
+ "Roll-damage-u": "Damage Roll",
+ "combat-evasion-u": "Evasion [Agility]",
+ "Roll-evasion-u": "Evasion Roll",
+ "combat-phydef-u": "Physical Def",
+ "combat-magdef-u": "Magical Def [Mental]",
+ "combat-behavior-u": "Behavior [Agility]+[Perception]",
+ "combat-movement-u": "Movement [Strength]+5",
+ "special-roll-u": "Special Roll",
+ "special-roll-attribute-u": "Attribute",
+ "special-roll-skill-u": "Skill",
+ "special-roll-etc-u": "Extra",
+ "special-roll-total-u": "Total",
+ "special-roll-dice-u": "Dice",
+ "special-roll-roll-u": "Roll",
+ "special-trap-search-u": "Search Trap [Perception]",
+ "Roll-trapsearch-u": "Search Trap",
+ "special-trap-dissolve-u": "Dissolve Trap [Dexterity]",
+ "Roll-trapdissolve-u": "Dissolve Trap",
+ "special-dangersense-u": "Dangersense [Perception]",
+ "Roll-dangersense-u": "Dangersense",
+ "special-enemy-distinguish-u": "Enemy Knowledge [Intelligence]",
+ "Roll-enemydistinguish-u": "Enemy Knowledge",
+ "special-item-identify-u": "Identify Item [Intelligence]",
+ "Roll-itemidentify-u": "Identify Item",
+ "special-spellcasting-u": "Spellcasting [Intelligence]",
+ "Roll-spellcasting-u": "Spellcasting",
+ "special-song-u": "Bardsong [Mental]",
+ "Roll-song-u": "Bardsong",
+ "special-alchemy-u": "Alchemy [Derterity]",
+ "Roll-alchemy-u": "Alchemy",
+ "items-u": "Item",
+ "item-name-u": "Name",
+ "item-weight-u": "Weight",
+ "item-quantity-u": "Quantity",
+ "item-description-u": "Description",
+ "items-total-weight-u": "Total Weight",
+ "items-available-weight-u": "Carriable Weight",
+ "items-money-u": "Money",
+ "lifepath-u": "Lifepath",
+ "lifepath-origin-u": "Origin",
+ "lifepath-path-u": "Sequence",
+ "lifepath-object-u": "Goal",
+ "guild-u": "Guild",
+ "guild-master-u": "Guildmaster"
+}
diff --git a/Arianrhod2/translations/ko.json b/Arianrhod2/translations/ko.json
new file mode 100644
index 0000000000..91ac0024fa
--- /dev/null
+++ b/Arianrhod2/translations/ko.json
@@ -0,0 +1,127 @@
+{
+ "player-u": "플레이어",
+ "character-name-u": "이름",
+ "character-gender-u": "성별",
+ "character-age-u": "연령",
+ "enhancement-point-u": "성장점",
+ "mainclass-u": "메인 클래스",
+ "character-supportclass-u": "서포트 클래스",
+ "character-level-u": "레벨",
+ "character-race-u": "종족",
+ "character-fate-point-u": "페이트",
+ "HP-max-u": "HP",
+ "HP-current-u": "현재HP",
+ "MP-max-u": "MP",
+ "MP-current-u": "현재MP",
+ "AttributeBase-u": "능력기본치",
+ "AttributeBonus-u": "능력보너스",
+ "MainClassMod-u": "메인 클래스",
+ "SupportClassMod-u": "서포트 클래스",
+ "ExtraMod-u": "기타",
+ "Attribute-u": "능력치",
+ "SkillBonus-u": "스킬보너스",
+ "AttributeSum-u": "판정 수정치",
+ "DiceBase-u": "주사위 기본",
+ "DiceBonus-u": "주사위 보너스",
+ "DiceTotal-u": "판정 주사위",
+ "AttributeRoll-u": "판정",
+ "Roll-u": "판정",
+ "strength-u": "근력",
+ "Dexterity-u": "재주",
+ "Agility-u": "민첩",
+ "Intelligence-u": "지력",
+ "Perception-u": "감지",
+ "Mental-u": "정신",
+ "Luck-u": "행운",
+ "skill-u": "스킬",
+ "skill-level-u": "레벨",
+ "skill-timing-u": "타이밍",
+ "skill-rolltype-u": "판정",
+ "skill-target-u": "대상",
+ "skill-range-u": "거리",
+ "skill-cost-u": "코스트",
+ "skill-sl-u": "SL상한",
+ "skill-effect-u": "효과",
+ "skill-extra-roll-u": "판정",
+ "equipment-u": "장비품",
+ "equipment-part-u": "파트",
+ "equipment-name-u": "이름",
+ "equipment-weight-u": "중량",
+ "equipment-attack-mod-u": "명중 수정",
+ "equipment-damage-mod-u": "공격력",
+ "equipment-evasion-mod-u": "회피 수정",
+ "equipment-physical-defense-u": "물리방어력",
+ "equipment-magical-defense-u": "마법방어력",
+ "equipment-behavior-mod-u": "행동 수정",
+ "equipment-movement-mod-u": "이동 수정",
+ "equipment-range-u": "사거리",
+ "equipment-etc-u": "비고",
+ "equipment1-part": "오른손",
+ "equipment2-part": "왼손",
+ "equipment3-part": "머리",
+ "equipment4-part": "몸통",
+ "equipment5-part": "보조방어구",
+ "equipment6-part": "장신구",
+ "equipments-total": "합계",
+ "combat-u": "전투",
+ "combat-attribute-u": "능력치",
+ "combat-attack-mod-u": "명중 수정",
+ "combat-damage-mod-u": "공격력",
+ "combat-evasion-mod-u": "회피 수정",
+ "combat-physical-defense-u": "물리 방어력",
+ "combat-magical-defense-u": "마법 방어력",
+ "combat-behavior-mod-u": "행동 수정",
+ "combat-movement-mod-u": "이동 수정",
+ "combat-skill-mod-u": "스킬",
+ "combat-etc-mod-u": "기타",
+ "combat-total-u": "합계",
+ "combat-bonus-dice-u": "다이스",
+ "combat-roll-u": "판정",
+ "combat-attack-u": "명중판정 [재주]",
+ "Roll-Attack-u": "명중판정",
+ "combat-damage-u": "공격력",
+ "Roll-damage-u": "공격력판정",
+ "combat-evasion-u": "회피판정 [민첩]",
+ "Roll-evasion-u": "회피판정",
+ "combat-phydef-u": "물리방어력",
+ "combat-magdef-u": "마법방어력 [정신]",
+ "combat-behavior-u": "행동치 [민첩]+[감지]",
+ "combat-movement-u": "이동력 [근력]+5",
+ "special-roll-u": "특수 판정",
+ "special-roll-attribute-u": "능력치",
+ "special-roll-skill-u": "스킬",
+ "special-roll-etc-u": "기타",
+ "special-roll-total-u": "합계",
+ "special-roll-dice-u": "다이스",
+ "special-roll-roll-u": "판정",
+ "special-trap-search-u": "함정탐지 [감지]",
+ "Roll-trapsearch-u": "함정탐지판정",
+ "special-trap-dissolve-u": "함정해체 [재주]",
+ "Roll-trapdissolve-u": "함정해체판정",
+ "special-dangersense-u": "위험감지 [감지]",
+ "Roll-dangersense-u": "위험감지판정",
+ "special-enemy-distinguish-u": "에너미식별 [지력]",
+ "Roll-enemydistinguish-u": "에너미식별판정",
+ "special-item-identify-u": "아이템감정 [지력]",
+ "Roll-itemidentify-u": "아이템감정판정",
+ "special-spellcasting-u": "마술판정 [지력]",
+ "Roll-spellcasting-u": "마술판정",
+ "special-song-u": "주가판정 [정신]",
+ "Roll-song-u": "주가판정",
+ "special-alchemy-u": "연금술판정 [재주]",
+ "Roll-alchemy-u": "연금술판정",
+ "items-u": "휴대품",
+ "item-name-u": "이름",
+ "item-weight-u": "중량",
+ "item-quantity-u": "수량",
+ "item-description-u": "효과",
+ "items-total-weight-u": "휴대 중량",
+ "items-available-weight-u": "휴대 가능 중량",
+ "items-money-u": "소지금",
+ "lifepath-u": "라이프 패스",
+ "lifepath-origin-u": "출신",
+ "lifepath-path-u": "경위",
+ "lifepath-object-u": "목적",
+ "guild-u": "소속 길드",
+ "guild-master-u": "마스터"
+}