Prepare content module

This commit is contained in:
2024-11-15 23:46:11 +01:00
parent 1a9933fdc7
commit e62868d775
111 changed files with 651 additions and 553 deletions

View File

@@ -1,33 +1,41 @@
{
"label": "Avantages/Désavantages de Créatures",
"label": "Creatures Traits",
"mapping": {
"description": "system.description"
},
"entries": {
"Attaque féroce": {
"name": "Ferocious Attack"
"name": "Ferocious Attack",
"description": "<p>Roll a bonus die for the beasts Attack Roll.</p>"
},
"Attaque Multiple": {
"name": "Multiple Attacks"
"name": "Multiple Attacks",
"description": "<p>The beast has two completely different modes of attack that require separate Attack Rolls (e.g. claws and pincers, many tentacles).</p>"
},
"Attaque Spéciale": {
"name": "Special Attack"
"name": "Special Attack",
"description": "<p>The creature has an unusual method of attack. The nature of the attack is described in the creature description.</p>"
},
"Attaque Timide": {
"name": "Docile Attack"
"name": "Docile Attack",
"description": "<p>Penalty die for the beasts attack.</p>"
},
"Attaque Venimeuse": {
"name": "Venomous Attack"
"name": "Venomous Attack",
"description": "<p>The individual creature description sets out the poisonous effects.</p>"
},
"Camouflage": {
"name": "Camouflage"
"name": "Camouflage",
"description": "<p>The creature is hard to spot, mostly due to colouration or texture of its skin or fur.</p>"
},
"Déficience": {
"name": "Poor ..."
"name": "Poor ...",
"description": "<p>The creature is deficient in scent, hearing or eyesight, as set out in the description.</p>"
},
"Prédateur": {
"name": "Excellent Hunter"
"name": "Excellent Hunter",
"description": "<p>Roll a bonus die for tracking.</p>"
}
}
}