mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
* Abstract Dungeon
Creation of a sheet for Abstract Dungeon RPG
* Changes needed
Tables removed
CSS reduction
add of a translation term
* Upgraded version
Upgrades :
Added a NPC tab Sheet with roll-template to display a chat review of the NPC
Simplified dice gestion
Added config access out of the game
Improved translation possibilities
* Revert "Upgraded version"
This reverts commit ecb4477615.
* Update
Upgrades :
Added a NPC tab Sheet with roll-template to display a chat review of the NPC
Simplified dice gestion
Added config access out of the game
Improved translation possibilities
* Update Abstract.JPG
* Update
Hello,
Here is a little update to add the game's name as an input so that people who don't want to see Abstract Dungeon on the sheet while playing Abstract Spandex or whatever can do so ! :)
Also add a little CSS to always get the move/delete options from repeating sections on top of everything.
Cheers :)
Pantoufle
* Update Abstract_HTML.html
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"game": "Abtract Donjon",
|
|
"name": "Nom :",
|
|
"level": "Niveau :",
|
|
"experience": "XP :",
|
|
"bonus": "Bonus :",
|
|
"game's name": "Nom du jeu",
|
|
"attributes'names": "Noms des attributs",
|
|
"attributes' descriptions": "Textes de description",
|
|
"secondary pools' name": "Nom des réserves secondaires",
|
|
"npc attacks": "Attaques",
|
|
"npc resistances": "Résistances",
|
|
"npc vulnerabilities": "Vulnérabilités",
|
|
"npc special": "Spécial",
|
|
"opposition": "Opposition : ",
|
|
"attacks": "Attaques : ",
|
|
"resistances": "Résistances : ",
|
|
"vulnerabilities": "Vulnérabilités : ",
|
|
"special": "Spécial : ",
|
|
"result": "Résultat : ",
|
|
"uses": "utilise",
|
|
"gets": "obtient",
|
|
"Game's name :": "Nom du jeu",
|
|
"gameinfo": "Change le nom du jeu pour correspondre à votre style",
|
|
"attributeinfo": "Change les caractéristiques pour correspondre à votre type de jeu",
|
|
"First attribute :": "Première caractéristique :",
|
|
"Second attribute :": "Seconde caractéristique :",
|
|
"Third attribute :": "Troisième caractéristique :",
|
|
"Fourth attribute:": "Quatrième caractéristique :",
|
|
"skillinfo": "Change les compétences pour correspondre à votre type de jeu",
|
|
"Skills 1 :": "Compétences 1 :",
|
|
"Skills 2 :": "Compétences 2 :",
|
|
"Skills 3 :": "Compétences 3 :",
|
|
"descinfo": "Change les descriptions pour correspondre à votre type de jeu",
|
|
"attribute description1 :": "Description Caractéristique 1 :",
|
|
"attribute description2 :": "Description Caractéristique 2 :",
|
|
"attribute description3 :": "Description Caractéristique 3 :",
|
|
"attribute description4 :": "Description Caractéristique 4 :"
|
|
} |