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

@@ -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>