Prepare content module
This commit is contained in:
@@ -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 beast’s 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 beast’s 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>"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user