Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Antho committed Oct 7, 2021
2 parents b3813dc + dfd5e16 commit 9f0de1f
Show file tree
Hide file tree
Showing 6 changed files with 933 additions and 78 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@
This Sheet represent a Player character with all of it's stats

### Skill Tab ###
This tabs allows you to roll skills and keep track of your improvement Points
This tabs allows you to roll skills and keep track of your improvement Points.
There is a color code for the skill to easily discernate the trained skills (Red) and those who are not(Brown).


### Race and Profession Tab ###
This tab is used to handle the race and profession.
It allows you to roll the professions skills.
It allows you to roll the professions skills by clicking on the dice of a profession skill.
You can create Items of type Race and/or profession To drag and drop in the caracter sheet.


### Inventory Tab ###
This tab is used to organize different sort of items that the character is carrying.
You can see the total carrying weight
Weapons
Armor
Valuables
Substances and Components
Diagrams
At the top left there is a section for the currency. In the weapon section you have the weapons.
By clicking on the name of a weapon it launches an attack with this specific weapons and will use the specified skill to make the attack.
After you have the armor section, which will help you to easily keep track you your stopping power and resistances. B, S, P, stand for resistance to Blundgeoning damage, Slashing damage and perforring damage. When an armor is equipped, if it contains an encumbrance value it will automaticly subtract it to your REf and DEX.
At the bottom of the sheet you can see the total carrying weight

### Magic Tab ###
This tab is used to organize your Spell, invocations, witcher signs, rituals and hexes.
Expand Down
25 changes: 24 additions & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,17 @@
"WITCHER.SkIntDeduction": "Deducción",
"WITCHER.SkIntEducation": "Cultura",
"WITCHER.SkIntCommon": "Lengua: Común(2)",
"WITCHER.SkIntCommonLable": "Lengua: Común",
"WITCHER.SkIntElder": "Lengua: Antigua(2)",
"WITCHER.SkIntElderLable": "Lengua: Antigua",
"WITCHER.SkIntDwarven": "Lengua: Enanés (2)",
"WITCHER.SkIntDwarvenLable": "Lengua: Enanés",
"WITCHER.SkIntMonster": "S. de monstruos (2)",
"WITCHER.SkIntMonsterLable": "S. de monstruos",
"WITCHER.SkIntSocialEt": "Etiqueta",
"WITCHER.SkIntStreet": "Callejeo",
"WITCHER.SkIntTactics": "Táctica(2)",
"WITCHER.SkIntTacticsLable": "Táctica",
"WITCHER.SkIntTeaching": "Enseñar",
"WITCHER.SkIntWilderness": "Supervivencia",

Expand Down Expand Up @@ -408,20 +413,27 @@
"WITCHER.SkEmpSeduction": "Seducción",

"WITCHER.SkCraAlchemy": "Alquimia (2)",
"WITCHER.SkCraAlchemyLable": "Alquimia",
"WITCHER.SkCraCrafting": "Artesanía (2)",
"WITCHER.SkCraCraftingLable": "Artesanía",
"WITCHER.SkCraDisguise": "Disfraz",
"WITCHER.SkCraAid": "Primeros auxilios",
"WITCHER.SkCraForge": "Falsificación",
"WITCHER.SkCraPick": "Abrir cerraduras",
"WITCHER.SkCraTrapCraft": "Preparar Trampas (2)",
"WITCHER.SkCraTrapCraftLable": "Preparar Trampas",

"WITCHER.SkWillCourage": "Coraje",
"WITCHER.SkWillHex": "Urdir Maleficios (2)",
"WITCHER.SkWillHexLable": "Urdir Maleficios",
"WITCHER.SkWillIntim": "Intimidar",
"WITCHER.SkWillSpellcast": "Lanzar Hechizos (2)",
"WITCHER.SkWillSpellcastLable": "Lanzar Hechizos",
"WITCHER.SkWillResistMag": "Resitir magia (2)",
"WITCHER.SkWillResistMagLable": "Resitir magia",
"WITCHER.SkWillResistCoer": "Resist Coacción",
"WITCHER.SkWillRitCraft": "Elaborar rituales(2)",
"WITCHER.SkWillRitCraftLable": "Elaborar rituales",

"WITCHER.Actor.ImprovementPoints": "Puntos de Perfeccionamiento",
"WITCHER.Actor.CurrentIP":"Actual PP:",
Expand Down Expand Up @@ -679,5 +691,16 @@
"WITCHER.Currency.floren" : "Florín",
"WITCHER.Currency.crown" : "Corona",
"WITCHER.Currency.oren" : "Oren",
"WITCHER.Currency.falsecoin" : "Moneda falsa"
"WITCHER.Currency.falsecoin" : "Moneda falsa",

"WITCHER.background.activeEffect" : "Efectos activos",

"WITCHER.Spell.CreateTemplate": "Crear una plantilla",
"WITCHER.Spell.meters": "m",
"WITCHER.Spell.Size" : "Alcance",
"WITCHER.Spell.Type" : "Tipo",
"WITCHER.Spell.Square": "Casillas",
"WITCHER.Spell.Circle": "Radio",
"WITCHER.Spell.Cone": "Cono",
"WITCHER.Spell.Ray": "Rayo"
}
Loading

0 comments on commit 9f0de1f

Please sign in to comment.