Import RMFRP tables + properly rename all files

This commit is contained in:
2024-08-15 22:25:07 +02:00
parent aad90144fe
commit fe36edfeff
110 changed files with 158657 additions and 462 deletions

View File

@@ -1,60 +1,60 @@
<section class="armor-block">
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.armor_type" }}
{{ localize "rmfrp.pc_sheet_armor_info.armor_type" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.armor_type" value="{{system.armor_info.armor_type}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.mmp" }}
{{ localize "rmfrp.pc_sheet_armor_info.mmp" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.mmp" value="{{system.armor_info.mmp}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.weight_penalty" }}
{{ localize "rmfrp.pc_sheet_armor_info.weight_penalty" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.weight_penalty" value="{{system.armor_info.weight_penalty}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.missile_penalty" }}
{{ localize "rmfrp.pc_sheet_armor_info.missile_penalty" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.missile_penalty" value="{{system.armor_info.missile_penalty}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.quickness_penalty" }}
{{ localize "rmfrp.pc_sheet_armor_info.quickness_penalty" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.quickness_penalty" value="{{system.armor_info.quickness_penalty}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.quickness_bonus" }}
{{ localize "rmfrp.pc_sheet_armor_info.quickness_bonus" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.quickness_bonus" value="{{system.armor_info.quickness_bonus}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.adrenal_defense" }}
{{ localize "rmfrp.pc_sheet_armor_info.adrenal_defense" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.adrenal_defense" value="{{system.armor_info.adrenal_defense}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.shield_bonus" }}
{{ localize "rmfrp.pc_sheet_armor_info.shield_bonus" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.shield_bonus" value="{{system.armor_info.shield_bonus}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.magic" }}
{{ localize "rmfrp.pc_sheet_armor_info.magic" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.magic" value="{{system.armor_info.magic}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_armor_info.total_db" }}
{{ localize "rmfrp.pc_sheet_armor_info.total_db" }}
</div>
<div class="label-name">
<input type="text" name="system.armor_info.total_db" value="{{system.armor_info.total_db}}" data-dtype="Number"/>

View File

@@ -1,14 +1,14 @@
<div class="armor-grid-container">
<!-- LOCALIZE THE LAST STRINGS IN THIS PAGE. ALSO SKILLS AND SKILL CATEGORIES-->
<div class="armor-grid-heading">{{ localize "rmss.pc_sheet_items.item_name" }}</div>
<div class="armor-grid-heading">{{ localize "rmss.pc_sheet_items.equipped" }}</div>
<div class="armor-grid-heading">{{ localize "rmss.armor.at" }}</div>
<div class="armor-grid-heading">{{ localize "rmss.pc_sheet_items.quantity" }}</div>
<div class="armor-grid-heading">{{ localize "rmss.pc_sheet_items.weight" }}</div>
<div class="armor-grid-heading">{{ localize "rmss.pc_sheet_items.cost" }}</div>
<div class="armor-grid-heading">{{ localize "rmfrp.pc_sheet_items.item_name" }}</div>
<div class="armor-grid-heading">{{ localize "rmfrp.pc_sheet_items.equipped" }}</div>
<div class="armor-grid-heading">{{ localize "rmfrp.armor.at" }}</div>
<div class="armor-grid-heading">{{ localize "rmfrp.pc_sheet_items.quantity" }}</div>
<div class="armor-grid-heading">{{ localize "rmfrp.pc_sheet_items.weight" }}</div>
<div class="armor-grid-heading">{{ localize "rmfrp.pc_sheet_items.cost" }}</div>
<div class="armor-grid-heading">
<a class="item-control item-create" title="Create Item" data-type="armor"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_items.add_item" }}</a>
<a class="item-control item-create" title="Create Item" data-type="armor"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_items.add_item" }}</a>
</div>
{{#each armor as |equipable id|}}
<div>{{equipable.name}}</div>

View File

@@ -1,48 +1,48 @@
<section class="background-info-block">
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.nationality" }}
{{ localize "rmfrp.pc_sheet_background_info.nationality" }}
</div>
<div class="label-name">
<input type="text" name="system.background.nationality" value="{{system.background.nationality}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.home_town" }}
{{ localize "rmfrp.pc_sheet_background_info.home_town" }}
</div>
<div class="label-name">
<input type="text" name="system.background.home_town" value="{{system.background.home_town}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.deity" }}
{{ localize "rmfrp.pc_sheet_background_info.deity" }}
</div>
<div class="label-name">
<input type="text" name="system.background.deity" value="{{system.background.deity}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.patron" }}
{{ localize "rmfrp.pc_sheet_background_info.patron" }}
</div>
<div class="label-name">
<input type="text" name="system.background.patron" value="{{system.background.patron}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.parents" }}
{{ localize "rmfrp.pc_sheet_background_info.parents" }}
</div>
<div class="label-name">
<input type="text" name="system.background.parents" value="{{system.background.parents}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.spouse" }}
{{ localize "rmfrp.pc_sheet_background_info.spouse" }}
</div>
<div class="label-name">
<input type="text" name="system.background.spouse" value="{{system.background.spouse}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.children" }}
{{ localize "rmfrp.pc_sheet_background_info.children" }}
</div>
<div class="label-name">
<input type="text" name="system.background.children" value="{{system.background.children}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_background_info.other" }}
{{ localize "rmfrp.pc_sheet_background_info.other" }}
</div>
<div class="label-name">
<input type="text" name="system.background.other" value="{{system.background.other}}" data-dtype="String"/>

View File

@@ -1,9 +1,9 @@
<table>
<th><div class="equipable-name equipable-headeritem">{{ localize "rmss.pc_sheet_items.item_name" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmss.armor.at" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmss.weapon.breakage_range" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmss.weapon.fumble_range" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmss.weapon.strength" }}</div></th>
<th><div class="equipable-name equipable-headeritem">{{ localize "rmfrp.pc_sheet_items.item_name" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmfrp.armor.at" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmfrp.weapon.breakage_range" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmfrp.weapon.fumble_range" }}</div></th>
<th><div class="equipable-entry equipable-headeritem">{{ localize "rmfrp.weapon.strength" }}</div></th>
{{#each armor as |equipable id|}}
{{#if equipable.system.equipped}}
<tr class="item" data-item-id="{{equipable._id}}">

View File

@@ -1,7 +1,7 @@
<table>
<th><div class="skill-name skill-headeritem">{{ localize "rmss.pc_sheet_skills.skill_name" }}</div></th>
<th><div class="skill-entry skill-headeritem">{{ localize "rmss.pc_sheet_skills.ranks" }}</div></th>
<th><div class="skill-entry skill-headeritem">{{ localize "rmss.pc_sheet_skills.total_bonus" }}</div></th>
<th><div class="skill-name skill-headeritem">{{ localize "rmfrp.pc_sheet_skills.skill_name" }}</div></th>
<th><div class="skill-entry skill-headeritem">{{ localize "rmfrp.pc_sheet_skills.ranks" }}</div></th>
<th><div class="skill-entry skill-headeritem">{{ localize "rmfrp.pc_sheet_skills.total_bonus" }}</div></th>
{{#each playerskill as |skill id|}}
{{#if skill.system.favorite}}
<tr class="item" data-item-id="{{skill._id}}">

View File

@@ -1,9 +1,9 @@
<table>
<th><div class="spell-name spell-headeritem">{{ localize "rmss.pc_sheet_spell.name" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmss.pc_sheet_spell.area_of_effect" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmss.pc_sheet_spell.duration" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmss.pc_sheet_spell.range" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmss.pc_sheet_spell.type" }}</div></th>
<th><div class="spell-name spell-headeritem">{{ localize "rmfrp.pc_sheet_spell.name" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmfrp.pc_sheet_spell.area_of_effect" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmfrp.pc_sheet_spell.duration" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmfrp.pc_sheet_spell.range" }}</div></th>
<th><div class="spell-entry spell-headeritem">{{ localize "rmfrp.pc_sheet_spell.type" }}</div></th>
{{#each spells as |spell id|}}
{{#if spell.system.favorite}}
<tr class="item" data-item-id="{{spell._id}}">

View File

@@ -1,24 +1,24 @@
<section class="fixed-info-section">
<div class="label-name">
{{ localize "rmss.pc_sheet_fixed_info.race" }}
{{ localize "rmfrp.pc_sheet_fixed_info.race" }}
</div>
<div class="label-name">
<input type="text" name="system.fixed_info.race" value="{{system.fixed_info.race}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_fixed_info.profession" }}
{{ localize "rmfrp.pc_sheet_fixed_info.profession" }}
</div>
<div class="label-name">
<input type="text" name="system.fixed_info.profession" value="{{system.fixed_info.profession}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_fixed_info.training_packages" }}
{{ localize "rmfrp.pc_sheet_fixed_info.training_packages" }}
</div>
<div class="label-name">
<input type="text" name="system.fixed_info.training_packages" value="{{system.fixed_info.training_packages}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_fixed_info.realm" }}
{{ localize "rmfrp.pc_sheet_fixed_info.realm" }}
</div>
<div class="label-name">
<input type="text" name="system.fixed_info.realm" value="{{system.fixed_info.realm}}" data-dtype="String"/>

View File

@@ -1,14 +1,14 @@
<div class="herbs-grid-container">
<!-- LOCALIZE THE LAST STRINGS IN THIS PAGE. ALSO SKILLS AND SKILL CATEGORIES-->
<div class="herbs-grid-heading">{{ localize "rmss.pc_sheet_items.item_name" }}</div>
<div class="herbs-grid-heading">{{ localize "rmss.pc_sheet_items.quantity" }}</div>
<div class="herbs-grid-heading">{{ localize "rmss.herb_or_poison.codes" }}</div>
<div class="herbs-grid-heading">{{ localize "rmss.herb_or_poison.af" }}</div>
<div class="herbs-grid-heading">{{ localize "rmss.pc_sheet_items.weight" }}</div>
<div class="herbs-grid-heading">{{ localize "rmss.pc_sheet_items.cost" }}</div>
<div class="herbs-grid-heading">{{ localize "rmfrp.pc_sheet_items.item_name" }}</div>
<div class="herbs-grid-heading">{{ localize "rmfrp.pc_sheet_items.quantity" }}</div>
<div class="herbs-grid-heading">{{ localize "rmfrp.herb_or_poison.codes" }}</div>
<div class="herbs-grid-heading">{{ localize "rmfrp.herb_or_poison.af" }}</div>
<div class="herbs-grid-heading">{{ localize "rmfrp.pc_sheet_items.weight" }}</div>
<div class="herbs-grid-heading">{{ localize "rmfrp.pc_sheet_items.cost" }}</div>
<div class="herbs-grid-heading">
<a class="item-control item-create" title="Create Item" data-type="herb_or_poison"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_items.add_item" }}</a>
<a class="item-control item-create" title="Create Item" data-type="herb_or_poison"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_items.add_item" }}</a>
</div>
{{#each herbs as |herb id|}}
<div>{{herb.name}}</div>

View File

@@ -1,13 +1,13 @@
<div class="items-grid-container">
<!-- LOCALIZE THE LAST STRINGS IN THIS PAGE. ALSO SKILLS AND SKILL CATEGORIES-->
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.item_name" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.worn" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.quantity" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.weight" }}</div>
<div class="items-grid-heading">{{ localize "rmss.pc_sheet_items.cost" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.item_name" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.worn" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.quantity" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.weight" }}</div>
<div class="items-grid-heading">{{ localize "rmfrp.pc_sheet_items.cost" }}</div>
<div class="items-grid-heading">
<a class="item-control item-create" title="Create Item" data-type="item"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_items.add_item" }}</a>
<a class="item-control item-create" title="Create Item" data-type="item"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_items.add_item" }}</a>
</div>
{{#each gear as |item id|}}
<div>{{item.name}}</div>

View File

@@ -1,7 +1,7 @@
<table>
<th><div class="language-name language-headeritem">{{ localize "rmss.pc_sheet_language.name" }}</div></th>
<th><div class="language-entry language-headeritem">{{ localize "rmss.pc_sheet_language.spoken" }}</div></th>
<th><div class="language-entry language-headeritem">{{ localize "rmss.pc_sheet_language.written" }}</div></th>
<th><div class="language-name language-headeritem">{{ localize "rmfrp.pc_sheet_language.name" }}</div></th>
<th><div class="language-entry language-headeritem">{{ localize "rmfrp.pc_sheet_language.spoken" }}</div></th>
<th><div class="language-entry language-headeritem">{{ localize "rmfrp.pc_sheet_language.written" }}</div></th>
<th><div class="language-entry language-headeritem"> </div></th>
{{#each languages as |language id|}}
<tr class="item" data-item-id="{{language._id}}">

View File

@@ -1,48 +1,48 @@
<section class="race-stat-fixed-info-block">
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.soul_departure" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.soul_departure" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.soul_departure_rounds" value="{{system.race_stat_fixed_info.soul_departure_rounds}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.recovery_multiplier" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.recovery_multiplier" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.recovery_multiplier" value="{{system.race_stat_fixed_info.recovery_multiplier}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.body_dev_progression" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.body_dev_progression" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.body_development_progression" value="{{system.race_stat_fixed_info.body_development_progression}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.pp_dev_progression" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.pp_dev_progression" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.pp_development_progression" value="{{system.race_stat_fixed_info.pp_development_progression}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.recover_hits_per_hour" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.recover_hits_per_hour" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.recover_hits_per_hour_resting" value="{{system.race_stat_fixed_info.recover_hits_per_hour_resting}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.recover_hits_per_sleep_cycle" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.recover_hits_per_sleep_cycle" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.recover_hits_per_sleep_cycle" value="{{system.race_stat_fixed_info.recover_hits_per_sleep_cycle}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.recover_pp_per_hour" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.recover_pp_per_hour" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.recover_pp_per_hour_resting" value="{{system.race_stat_fixed_info.recover_pp_per_hour_resting}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_race_stat_fixed_info.recover_pp_per_sleep_cycle" }}
{{ localize "rmfrp.pc_sheet_race_stat_fixed_info.recover_pp_per_sleep_cycle" }}
</div>
<div class="label-name">
<input type="text" name="system.race_stat_fixed_info.recover_pp_per_sleep_cycle" value="{{system.race_stat_fixed_info.recover_pp_per_sleep_cycle}}" data-dtype="Number"/>

View File

@@ -5,47 +5,47 @@
<div class="resistances-grid-heading">Racial Mod</div>
<div class="resistances-grid-heading">Total</div>
<div>{{ localize "rmss.pc_sheet_resistances.channeling" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.channeling" }}</div>
<div>{{system.resistance_rolls.channeling.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.channeling.race_mod" value="{{system.resistance_rolls.channeling.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.channeling.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.essence" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.essence" }}</div>
<div>{{system.resistance_rolls.essence.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.essence.race_mod" value="{{system.resistance_rolls.essence.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.essence.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.mentalism" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.mentalism" }}</div>
<div>{{system.resistance_rolls.mentalism.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.mentalism.race_mod" value="{{system.resistance_rolls.mentalism.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.mentalism.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.chann_ess" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.chann_ess" }}</div>
<div>{{system.resistance_rolls.chann_ess.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.chann_ess.race_mod" value="{{system.resistance_rolls.chann_ess.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.chann_ess.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.chann_ment" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.chann_ment" }}</div>
<div>{{system.resistance_rolls.chann_ment.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.chann_ment.race_mod" value="{{system.resistance_rolls.chann_ment.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.chann_ment.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.ess_ment" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.ess_ment" }}</div>
<div>{{system.resistance_rolls.ess_ment.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.ess_ment.race_mod" value="{{system.resistance_rolls.ess_ment.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.ess_ment.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.arcane" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.arcane" }}</div>
<div>{{system.resistance_rolls.arcane.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.arcane.race_mod" value="{{system.resistance_rolls.arcane.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.arcane.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.poison_disease" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.poison_disease" }}</div>
<div>{{system.resistance_rolls.poison_disease.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.poison_disease.race_mod" value="{{system.resistance_rolls.poison_disease.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.poison_disease.total}}</div>
<div>{{ localize "rmss.pc_sheet_resistances.fear" }}</div>
<div>{{ localize "rmfrp.pc_sheet_resistances.fear" }}</div>
<div>{{system.resistance_rolls.fear.value}}</div>
<div class="resistance-input"><input type="text" name="system.resistance_rolls.fear.race_mod" value="{{system.resistance_rolls.fear.race_mod}}" data-dtype="Number"/></div>
<div>{{system.resistance_rolls.fear.total}}</div>

View File

@@ -1,72 +1,72 @@
<section class="role-traits-block">
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.appearance" }}
{{ localize "rmfrp.pc_sheet_role_traits.appearance" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.appearance" value="{{system.role_traits.appearance}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.sex" }}
{{ localize "rmfrp.pc_sheet_role_traits.sex" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.sex" value="{{system.role_traits.sex}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.skin" }}
{{ localize "rmfrp.pc_sheet_role_traits.skin" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.skin" value="{{system.role_traits.skin}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.apparent_age" }}
{{ localize "rmfrp.pc_sheet_role_traits.apparent_age" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.apparent_age" value="{{system.role_traits.apparent_age}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.actual_age" }}
{{ localize "rmfrp.pc_sheet_role_traits.actual_age" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.actual_age" value="{{system.role_traits.actual_age}}" data-dtype="Number"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.height" }}
{{ localize "rmfrp.pc_sheet_role_traits.height" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.height" value="{{system.role_traits.height}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.weight" }}
{{ localize "rmfrp.pc_sheet_role_traits.weight" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.weight" value="{{system.role_traits.weight}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.hair" }}
{{ localize "rmfrp.pc_sheet_role_traits.hair" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.hair" value="{{system.role_traits.hair}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.eyes" }}
{{ localize "rmfrp.pc_sheet_role_traits.eyes" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.eyes" value="{{system.role_traits.eyes}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.personality" }}
{{ localize "rmfrp.pc_sheet_role_traits.personality" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.personality" value="{{system.role_traits.personality}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.motivations" }}
{{ localize "rmfrp.pc_sheet_role_traits.motivations" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.motivations" value="{{system.role_traits.motivations}}" data-dtype="String"/>
</div>
<div class="label-name">
{{ localize "rmss.pc_sheet_role_traits.alignment" }}
{{ localize "rmfrp.pc_sheet_role_traits.alignment" }}
</div>
<div class="label-name">
<input type="text" name="system.role_traits.alignment" value="{{system.role_traits.alignment}}" data-dtype="String"/>

View File

@@ -1,17 +1,17 @@
<div class="skillcat-grid-container">
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.skillcat_name" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.applicable_stats" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.dev_cost" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.new_ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.rank_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.stat_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.prof_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.total_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.skillcat_name" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.applicable_stats" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.dev_cost" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.new_ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.rank_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.stat_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.prof_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.total_bonus" }}</div>
<div class="skillcat-grid-heading">
<a class="item-create" title="Create Skill Category" data-type="skill_category"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_skill_categories.add_skillcat" }}</a>
<a class="item-create" title="Create Skill Category" data-type="skill_category"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_skill_categories.add_skillcat" }}</a>
</div>
{{#each skillcat as |skill_category id|}}
<div>{{skill_category.name}}</div>

View File

@@ -1,18 +1,18 @@
<div class="skillcat-grid-container">
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.skillcat_name" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.applicable_stats" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.dev_cost" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.new_ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.rank_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.stat_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.prof_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmss.pc_sheet_skill_categories.total_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.skillcat_name" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.applicable_stats" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.dev_cost" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.new_ranks" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.rank_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.stat_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.prof_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.special_bonus" }}</div>
<div class="skillcat-grid-heading">{{ localize "rmfrp.pc_sheet_skill_categories.total_bonus" }}</div>
<div class="skillcat-grid-heading">
<div class="settings-button">
<button type="button" class="import-skillcats" title="Import" acotr_id="">{{ localize "rmss.pc_sheet.import_skillcat" }}</button>
<button type="button" class="import-skillcats" title="Import" acotr_id="">{{ localize "rmfrp.pc_sheet.import_skillcat" }}</button>
</div>
</div>
</div>

View File

@@ -1,16 +1,16 @@
<div class="skills-grid-container">
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.favorite" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.skill_name" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.new_ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.rank_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.category_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.item_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.total_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.favorite" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.skill_name" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.new_ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.rank_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.category_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.item_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.total_bonus" }}</div>
<div class="skills-grid-heading">
<a class="item-create" title="Create Skill" data-type="skill"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_skills.add_skill" }}</a>
<a class="item-create" title="Create Skill" data-type="skill"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_skills.add_skill" }}</a>
</div>
{{#each playerskill as |skill id|}}
<div><input type="checkbox" name="system.favorite" {{checked skill.system.favorite}}/></div>

View File

@@ -1,16 +1,16 @@
<div class="skills-grid-container">
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.favorite" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.skill_name" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.new_ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.rank_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.category_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.item_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmss.pc_sheet_skills.total_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.favorite" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.skill_name" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.new_ranks" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.rank_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.category_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.item_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.special_bonus" }}</div>
<div class="skills-grid-heading">{{ localize "rmfrp.pc_sheet_skills.total_bonus" }}</div>
<div class="skills-grid-heading">
<a class="item-create" title="Create Skill" data-type="skill"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_skills.add_skill" }}</a>
<a class="item-create" title="Create Skill" data-type="skill"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_skills.add_skill" }}</a>
</div>
</div>

View File

@@ -1,12 +1,12 @@
<div class="spell-grid-container">
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.favorite" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.level" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.name" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.spell_list" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.area_of_effect" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.duration" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.range" }}</div>
<div class="spell-grid-heading">{{ localize "rmss.pc_sheet_spell.type" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.favorite" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.level" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.name" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.spell_list" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.area_of_effect" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.duration" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.range" }}</div>
<div class="spell-grid-heading">{{ localize "rmfrp.pc_sheet_spell.type" }}</div>
<div class="spell-grid-heading">
</div>
{{#each spells as |spell id|}}

View File

@@ -1,18 +1,18 @@
<section class="stat-block">
<ol>
<li class="flexrow stat-row">
<div class="stat-header">{{ localize "rmss.player_character.attribute_headers.stat" }}</div>
<div class="stat-header">{{ localize "rmss.player_character.attribute_headers.temp" }}</div>
<div class="stat-header">{{ localize "rmss.player_character.attribute_headers.pot" }}</div>
<div class="stat-header">{{ localize "rmss.player_character.attribute_headers.basic_bonus" }}</div>
<div class="stat-header">{{ localize "rmss.player_character.attribute_headers.racial_bonus" }}</div>
<div class="stat-header">{{ localize "rmss.player_character.attribute_headers.special_bonus" }}</div>
<div class="stat-header">{{ localize "rmss.player_character.attribute_headers.stat_bonus" }}</div>
<div class="stat-header">{{ localize "rmfrp.player_character.attribute_headers.stat" }}</div>
<div class="stat-header">{{ localize "rmfrp.player_character.attribute_headers.temp" }}</div>
<div class="stat-header">{{ localize "rmfrp.player_character.attribute_headers.pot" }}</div>
<div class="stat-header">{{ localize "rmfrp.player_character.attribute_headers.basic_bonus" }}</div>
<div class="stat-header">{{ localize "rmfrp.player_character.attribute_headers.racial_bonus" }}</div>
<div class="stat-header">{{ localize "rmfrp.player_character.attribute_headers.special_bonus" }}</div>
<div class="stat-header">{{ localize "rmfrp.player_character.attribute_headers.stat_bonus" }}</div>
</li>
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.agility" }}
{{ localize "rmfrp.player_character.attribute.agility" }}
</div>
<div class="stat-name">
@@ -42,7 +42,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.constitution" }}
{{ localize "rmfrp.player_character.attribute.constitution" }}
</div>
<div class="stat-name">
@@ -72,7 +72,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.memory" }}
{{ localize "rmfrp.player_character.attribute.memory" }}
</div>
<div class="stat-name">
@@ -102,7 +102,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.reasoning" }}
{{ localize "rmfrp.player_character.attribute.reasoning" }}
</div>
<div class="stat-name">
@@ -132,7 +132,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.self_discipline" }}
{{ localize "rmfrp.player_character.attribute.self_discipline" }}
</div>
<div class="stat-name">
@@ -162,7 +162,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.empathy" }}
{{ localize "rmfrp.player_character.attribute.empathy" }}
</div>
<div class="stat-name">
@@ -192,7 +192,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.intuition" }}
{{ localize "rmfrp.player_character.attribute.intuition" }}
</div>
<div class="stat-name">
@@ -222,7 +222,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.presence" }}
{{ localize "rmfrp.player_character.attribute.presence" }}
</div>
<div class="stat-name">
@@ -252,7 +252,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.quickness" }}
{{ localize "rmfrp.player_character.attribute.quickness" }}
</div>
<div class="stat-name">
@@ -282,7 +282,7 @@
<li class="flexrow stat-row">
<div class="stat-name">
{{ localize "rmss.player_character.attribute.strength" }}
{{ localize "rmfrp.player_character.attribute.strength" }}
</div>
<div class="stat-name">

View File

@@ -1,16 +1,16 @@
<div class="weapons-grid-container">
<!-- LOCALIZE THE LAST STRINGS IN THIS PAGE. ALSO SKILLS AND SKILL CATEGORIES-->
<div class="weapons-grid-heading">{{ localize "rmss.pc_sheet_items.item_name" }}</div>
<div class="weapons-grid-heading">{{ localize "rmss.pc_sheet_items.equipped" }}</div>
<div class="weapons-grid-heading">{{ localize "rmss.weapon.breakage_range" }}</div>
<div class="weapons-grid-heading">{{ localize "rmss.weapon.fumble_range" }}</div>
<div class="weapons-grid-heading">{{ localize "rmss.weapon.strength" }}</div>
<div class="weapons-grid-heading">{{ localize "rmss.pc_sheet_items.quantity" }}</div>
<div class="weapons-grid-heading">{{ localize "rmss.pc_sheet_items.weight" }}</div>
<div class="weapons-grid-heading">{{ localize "rmss.pc_sheet_items.cost" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.pc_sheet_items.item_name" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.pc_sheet_items.equipped" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.weapon.breakage_range" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.weapon.fumble_range" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.weapon.strength" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.pc_sheet_items.quantity" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.pc_sheet_items.weight" }}</div>
<div class="weapons-grid-heading">{{ localize "rmfrp.pc_sheet_items.cost" }}</div>
<div class="weapons-grid-heading">
<a class="item-control item-create" title="Create Item" data-type="weapon"><i class="fas fa-plus"></i>{{ localize "rmss.pc_sheet_items.add_item" }}</a>
<a class="item-control item-create" title="Create Item" data-type="weapon"><i class="fas fa-plus"></i>{{ localize "rmfrp.pc_sheet_items.add_item" }}</a>
</div>
{{#each weapons as |weapon id|}}
<div>{{weapon.name}}</div>

View File

@@ -17,14 +17,14 @@
<div class="resource-container">
<div class="resource-entry">
{{ localize "rmss.player_character.resources.hits" }}
{{ localize "rmfrp.player_character.resources.hits" }}
<h4><input name="system.attributes.hits.current" type="Number" value="{{system.attributes.hits.current}}"/>/<input name="system.attributes.hits.max" type="Number" value="{{system.attributes.hits.max}}"/></h4>
<div>Wounds Modifier : {{system.modifiers.woundsModifier}}</div>
</div>
<div class="resource-entry">
<div class="exhaustion-resources">
{{ localize "rmss.player_character.resources.exhaustion_points" }}
{{ localize "rmfrp.player_character.resources.exhaustion_points" }}
<h4><input name="system.attributes.exhaustion_points.current" type="Number" value="{{system.attributes.exhaustion_points.current}}"/>/<input name="system.attributes.exhaustion_points.max" type="Number" value="{{system.attributes.exhaustion_points.max}}"/></h4>
</div>
<div class="exhaustion-modifier">
@@ -34,7 +34,7 @@
<div class="resource-entry">
<div class="pp-resources">
{{ localize "rmss.player_character.resources.power_points" }}
{{ localize "rmfrp.player_character.resources.power_points" }}
<h4><input name="system.attributes.power_points.current" type="Number" value="{{system.attributes.power_points.current}}"/>/<input name="system.attributes.power_points.max" type="Number" value="{{system.attributes.power_points.max}}"/></h4>
</div>
<div class="pp-exhaustion">
@@ -47,17 +47,17 @@
<div class="header-container">
<div class="header-text">
<label for="name">{{ localize "rmss.player_character.name" }}</label>
<label for="name">{{ localize "rmfrp.player_character.name" }}</label>
<input name="name" type="text" value="{{actor.name}}" placeholder="{{ localize Name }}"/>
</div>
<div class="header-text flexrow">
<label for="level">{{ localize "rmss.player_character.level" }}</label>
<label for="level">{{ localize "rmfrp.player_character.level" }}</label>
<input name="system.attributes.level.value" type="text" value="{{system.attributes.level.value}}"/>
</div>
<div class="header-text flexrow">
<label for="experience">{{ localize "rmss.player_character.experience" }}</label>
<label for="experience">{{ localize "rmfrp.player_character.experience" }}</label>
<input name="system.attributes.experience_points.value" type="text" value="{{system.attributes.experience_points.value}}"/>
</div>
</div>
@@ -69,13 +69,13 @@
{{!-- Sheet Tab Navigation --}}
<nav class="sheet-tabs tabs" data-group="primary">
{{!-- Default tab is specified in actor-sheet.mjs --}}
<a class="item" data-tab="Record">{{ localize "rmss.pc_sheet_tabs.record" }}</a>
<a class="item" data-tab="SkillCategory">{{ localize "rmss.pc_sheet_tabs.skill_categories" }}</a>
<a class="item" data-tab="Equipment">{{ localize "rmss.pc_sheet_tabs.equipment" }}</a>
<a class="item" data-tab="Spells">{{ localize "rmss.pc_sheet_tabs.spells" }}</a>
<a class="item" data-tab="Background">{{ localize "rmss.pc_sheet_tabs.background" }}</a>
<a class="item" data-tab="StatusRecord">{{ localize "rmss.pc_sheet_tabs.status_record" }}</a>
<a class="item" data-tab="ExperiencePoints">{{ localize "rmss.pc_sheet_tabs.experience_points" }}</a>
<a class="item" data-tab="Record">{{ localize "rmfrp.pc_sheet_tabs.record" }}</a>
<a class="item" data-tab="SkillCategory">{{ localize "rmfrp.pc_sheet_tabs.skill_categories" }}</a>
<a class="item" data-tab="Equipment">{{ localize "rmfrp.pc_sheet_tabs.equipment" }}</a>
<a class="item" data-tab="Spells">{{ localize "rmfrp.pc_sheet_tabs.spells" }}</a>
<a class="item" data-tab="Background">{{ localize "rmfrp.pc_sheet_tabs.background" }}</a>
<a class="item" data-tab="StatusRecord">{{ localize "rmfrp.pc_sheet_tabs.status_record" }}</a>
<a class="item" data-tab="ExperiencePoints">{{ localize "rmfrp.pc_sheet_tabs.experience_points" }}</a>
</nav>
<!-- Body Section-->
<section class="sheet-body">

View File

@@ -7,12 +7,12 @@
<div>
<table>
<tr>
<th>{{localize "rmss.item.equipped"}}</th>
<th>{{localize "rmss.item.quantity"}}</th>
<th>{{localize "rmss.armor.weight"}}</th>
<th>{{localize "rmss.armor.cost"}}</th>
<th>{{localize "rmss.armor.prod_time"}}</th>
<th>{{localize "rmss.armor.at"}}</th>
<th>{{localize "rmfrp.item.equipped"}}</th>
<th>{{localize "rmfrp.item.quantity"}}</th>
<th>{{localize "rmfrp.armor.weight"}}</th>
<th>{{localize "rmfrp.armor.cost"}}</th>
<th>{{localize "rmfrp.armor.prod_time"}}</th>
<th>{{localize "rmfrp.armor.at"}}</th>
</tr>
<td>
<input type="checkbox" name="system.equipped" {{checked system.equipped}}/>
@@ -33,7 +33,7 @@
<input name="system.at" type="text" value="{{system.at}}" data-dtype="Number"/>
</td>
</table>
{{localize "rmss.item.description"}}
{{localize "rmfrp.item.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>

View File

@@ -7,12 +7,12 @@
<div>
<table>
<tr>
<th>{{localize "rmss.item.quantity"}}</th>
<th>{{localize "rmss.herb_or_poison.weight"}}</th>
<th>{{localize "rmss.herb_or_poison.codes"}}</th>
<th>{{localize "rmss.herb_or_poison.form_and_prep"}}</th>
<th>{{localize "rmss.herb_or_poison.cost"}}</th>
<th>{{localize "rmss.herb_or_poison.af"}}</th>
<th>{{localize "rmfrp.item.quantity"}}</th>
<th>{{localize "rmfrp.herb_or_poison.weight"}}</th>
<th>{{localize "rmfrp.herb_or_poison.codes"}}</th>
<th>{{localize "rmfrp.herb_or_poison.form_and_prep"}}</th>
<th>{{localize "rmfrp.herb_or_poison.cost"}}</th>
<th>{{localize "rmfrp.herb_or_poison.af"}}</th>
</tr>
<td>
<input name="system.quantity" type="text" value="{{system.quantity}}" data-dtype="Number"/>
@@ -33,7 +33,7 @@
<input name="system.af" type="text" value="{{system.af}}" data-dtype="Number"/>
</td>
</table>
{{localize "rmss.item.description"}}
{{localize "rmfrp.item.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>

View File

@@ -7,11 +7,11 @@
<div>
<table>
<tr>
<th>{{localize "rmss.item.worn"}}</th>
<th>{{localize "rmss.item.quantity"}}</th>
<th>{{localize "rmss.item.weight"}}</th>
<th>{{localize "rmss.item.cost"}}</th>
<th>{{localize "rmss.item.prod_time"}}</th>
<th>{{localize "rmfrp.item.worn"}}</th>
<th>{{localize "rmfrp.item.quantity"}}</th>
<th>{{localize "rmfrp.item.weight"}}</th>
<th>{{localize "rmfrp.item.cost"}}</th>
<th>{{localize "rmfrp.item.prod_time"}}</th>
</tr>
<td>
<input type="checkbox" name="system.worn" {{checked system.worn}}/>
@@ -29,7 +29,7 @@
<input name="system.prod_time" type="text" value="{{system.prod_time}}" data-dtype="String"/>
</td>
</table>
{{localize "rmss.item.description"}}
{{localize "rmfrp.item.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>

View File

@@ -7,14 +7,14 @@
<div>
<table>
<tr>
<th>{{localize "rmss.transport.cost"}}</th>
<th>{{localize "rmss.transport.feet_per_round"}}</th>
<th>{{localize "rmss.transport.miles_per_hour"}}</th>
<th>{{localize "rmss.transport.maneuver"}}</th>
<th>{{localize "rmss.transport.height"}}</th>
<th>{{localize "rmss.transport.weight"}}</th>
<th>{{localize "rmss.transport.capacity"}}</th>
<th>{{localize "rmss.transport.offensive_bonus"}}</th>
<th>{{localize "rmfrp.transport.cost"}}</th>
<th>{{localize "rmfrp.transport.feet_per_round"}}</th>
<th>{{localize "rmfrp.transport.miles_per_hour"}}</th>
<th>{{localize "rmfrp.transport.maneuver"}}</th>
<th>{{localize "rmfrp.transport.height"}}</th>
<th>{{localize "rmfrp.transport.weight"}}</th>
<th>{{localize "rmfrp.transport.capacity"}}</th>
<th>{{localize "rmfrp.transport.offensive_bonus"}}</th>
</tr>
<td>
<input name="system.cost" type="text" value="{{system.cost}}" data-dtype="String"/>
@@ -43,7 +43,7 @@
</table>
{{localize "rmss.item.description"}}
{{localize "rmfrp.item.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>

View File

@@ -7,15 +7,15 @@
<div>
<table>
<tr>
<th>{{localize "rmss.weapon.equipped"}}</th>
<th>{{localize "rmss.item.quantity"}}</th>
<th>{{localize "rmss.weapon.cost"}}</th>
<th>{{localize "rmss.weapon.type"}}</th>
<th>{{localize "rmss.weapon.prod_time"}}</th>
<th>{{localize "rmss.weapon.weight"}}</th>
<th>{{localize "rmss.weapon.breakage_range"}}</th>
<th>{{localize "rmss.weapon.strength"}}</th>
<th>{{localize "rmss.weapon.fumble_range"}}</th>
<th>{{localize "rmfrp.weapon.equipped"}}</th>
<th>{{localize "rmfrp.item.quantity"}}</th>
<th>{{localize "rmfrp.weapon.cost"}}</th>
<th>{{localize "rmfrp.weapon.type"}}</th>
<th>{{localize "rmfrp.weapon.prod_time"}}</th>
<th>{{localize "rmfrp.weapon.weight"}}</th>
<th>{{localize "rmfrp.weapon.breakage_range"}}</th>
<th>{{localize "rmfrp.weapon.strength"}}</th>
<th>{{localize "rmfrp.weapon.fumble_range"}}</th>
</tr>
<td>
@@ -47,7 +47,7 @@
</td>
</table>
{{localize "rmss.item.description"}}
{{localize "rmfrp.item.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>

View File

@@ -39,16 +39,16 @@
<div>
<table>
<tr>
<th>{{localize "rmss.skill_category.applicable_stats"}}</th>
<th>{{localize "rmss.skill_category.development_cost"}}</th>
<th>{{localize "rmss.skill_category.ranks"}}</th>
<th>{{localize "rmss.skill_category.new_ranks"}}</th>
<th>{{localize "rmss.skill_category.rank_bonus"}}</th>
<th>{{localize "rmss.skill_category.stat_bonus"}}</th>
<th>{{localize "rmss.skill_category.prof_bonus"}}</th>
<th>{{localize "rmss.skill_category.special_bonus_1"}}</th>
<th>{{localize "rmss.skill_category.special_bonus_2"}}</th>
<th>{{localize "rmss.skill_category.total_bonus"}}</th>
<th>{{localize "rmfrp.skill_category.applicable_stats"}}</th>
<th>{{localize "rmfrp.skill_category.development_cost"}}</th>
<th>{{localize "rmfrp.skill_category.ranks"}}</th>
<th>{{localize "rmfrp.skill_category.new_ranks"}}</th>
<th>{{localize "rmfrp.skill_category.rank_bonus"}}</th>
<th>{{localize "rmfrp.skill_category.stat_bonus"}}</th>
<th>{{localize "rmfrp.skill_category.prof_bonus"}}</th>
<th>{{localize "rmfrp.skill_category.special_bonus_1"}}</th>
<th>{{localize "rmfrp.skill_category.special_bonus_2"}}</th>
<th>{{localize "rmfrp.skill_category.total_bonus"}}</th>
</tr>
<td>
<input name="system.applicable_stats" type="text" value="{{system.applicable_stats}}" data-dtype="String"/>
@@ -88,7 +88,7 @@
<input name="system.total_bonus" type="text" value="{{system.total_bonus}}" data-dtype="Number"/>
</td>
</table>
{{localize "rmss.skill_category.description"}}
{{localize "rmfrp.skill_category.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>

View File

@@ -31,15 +31,15 @@
<div>
<table>
<tr>
<th>{{localize "rmss.skill.favorite"}}</th>
<th>{{localize "rmss.skill.ranks"}}</th>
<th>{{localize "rmss.skill.new_ranks"}}</th>
<th>{{localize "rmss.skill.rank_bonus"}}</th>
<th>{{localize "rmss.skill.category_bonus"}}</th>
<th>{{localize "rmss.skill.item_bonus"}}</th>
<th>{{localize "rmss.skill.special_bonus_1"}}</th>
<th>{{localize "rmss.skill.special_bonus_2"}}</th>
<th>{{localize "rmss.skill.total_bonus"}}</th>
<th>{{localize "rmfrp.skill.favorite"}}</th>
<th>{{localize "rmfrp.skill.ranks"}}</th>
<th>{{localize "rmfrp.skill.new_ranks"}}</th>
<th>{{localize "rmfrp.skill.rank_bonus"}}</th>
<th>{{localize "rmfrp.skill.category_bonus"}}</th>
<th>{{localize "rmfrp.skill.item_bonus"}}</th>
<th>{{localize "rmfrp.skill.special_bonus_1"}}</th>
<th>{{localize "rmfrp.skill.special_bonus_2"}}</th>
<th>{{localize "rmfrp.skill.total_bonus"}}</th>
</tr>
<td>
<input type="checkbox" name="system.favorite" {{checked system.favorite}}/>
@@ -76,7 +76,7 @@
<input name="system.total_bonus" type="text" value="{{system.total_bonus}}" data-dtype="Number"/>
</td>
</table>
{{localize "rmss.skill.description"}}
{{localize "rmfrp.skill.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>

View File

@@ -7,13 +7,13 @@
<div>
<table>
<tr>
<th>{{localize "rmss.spell.favorite"}}</th>
<th>{{localize "rmss.spell.spell_list"}}</th>
<th>{{localize "rmss.spell.level"}}</th>
<th>{{localize "rmss.spell.area_of_effect"}}</th>
<th>{{localize "rmss.spell.duration"}}</th>
<th>{{localize "rmss.spell.range"}}</th>
<th>{{localize "rmss.spell.type"}}</th>
<th>{{localize "rmfrp.spell.favorite"}}</th>
<th>{{localize "rmfrp.spell.spell_list"}}</th>
<th>{{localize "rmfrp.spell.level"}}</th>
<th>{{localize "rmfrp.spell.area_of_effect"}}</th>
<th>{{localize "rmfrp.spell.duration"}}</th>
<th>{{localize "rmfrp.spell.range"}}</th>
<th>{{localize "rmfrp.spell.type"}}</th>
</tr>
<td>
@@ -39,7 +39,7 @@
</td>
</table>
{{localize "rmss.spell.description"}}
{{localize "rmfrp.spell.description"}}
{{editor enrichedDescription target="system.description" button=true owner=owner editable=editable}}
</div>
</div>