Add basic character sheet and roll feature.

Add RollOverlay feature.

Add character sheet

Add a basic character sheet and a way to throw dice.

Link the character sheet to the roll system.

change app icon.

Small fix.
This commit is contained in:
Thomas Andres Gomez 2023-09-07 10:15:42 +02:00
parent 42b26e2b9b
commit df7b43fd73
64 changed files with 3264 additions and 89 deletions

View file

@ -55,4 +55,49 @@
<string name="map_title">Map</string>
<string name="map_label">Coordinates</string>
<string name="character_sheet_title">Character sheet</string>
<string name="character_sheet_stat_strength">Strength</string>
<string name="character_sheet_stat_strength_short">STR</string>
<string name="character_sheet_stat_dexterity">Dexterity</string>
<string name="character_sheet_stat_dexterity_short">DEX</string>
<string name="character_sheet_stat_constitution">Constitution</string>
<string name="character_sheet_stat_constitution_short">CON</string>
<string name="character_sheet_stat_intelligence">Intelligence</string>
<string name="character_sheet_stat_intelligence_short">INT</string>
<string name="character_sheet_stat_wisdom">Wisdom</string>
<string name="character_sheet_stat_wisdom_short">WIS</string>
<string name="character_sheet_stat_charisma">Charisma</string>
<string name="character_sheet_stat_charisma_short">CHA</string>
<string name="character_sheet_saving_throws">Saving Throws</string>
<string name="character_sheet_proficiency">Proficiency</string>
<string name="character_sheet_proficiency_acrobatics">Acrobatics</string>
<string name="character_sheet_proficiency_animal_handling">Animal Handling</string>
<string name="character_sheet_proficiency_arcana">Arcana</string>
<string name="character_sheet_proficiency_athletics">Athletics</string>
<string name="character_sheet_proficiency_deception">Deception</string>
<string name="character_sheet_proficiency_history">History</string>
<string name="character_sheet_proficiency_insight">Insight</string>
<string name="character_sheet_proficiency_intimidation">Intimidation</string>
<string name="character_sheet_proficiency_investigation">Investigation</string>
<string name="character_sheet_proficiency_medicine">Medicine</string>
<string name="character_sheet_proficiency_nature">Nature</string>
<string name="character_sheet_proficiency_perception">Perception</string>
<string name="character_sheet_proficiency_performance">Performance</string>
<string name="character_sheet_proficiency_persuasion">Persuasion</string>
<string name="character_sheet_proficiency_religion">Religion</string>
<string name="character_sheet_proficiency_sleight_of_hand">Sleight Of Hand</string>
<string name="character_sheet_proficiency_stealth">Stealth</string>
<string name="character_sheet_proficiency_survival">Survival</string>
<string name="dice_roll_mastery_proficiency">%1$s proficiency</string>
<string name="dice_roll_mastery_expertise">%1$s expertise</string>
<string name="dice_roll_mastery_saving_throw">Saving throw</string>
<string name="dice_roll_check_title">%1$s CHECK</string>
<string name="dice_roll_check_detail">%1$s check</string>
<string name="dice_roll_bonus_detail">%1$s bonus</string>
<string name="dice_roll_saving_throw_title">%1$s SAVING THROW</string>
<string name="dice_roll_saving_throw_detail">%1$s save</string>
</resources>