{
"system": "pbta",
"stats": {
"might": { "label": "Might", "aliases": ["force", "puissance", "vigueur", "muscle", "strength", "brawn"], "min": -1, "max": 3, "default": 1 },
"grace": { "label": "Grace", "aliases": ["grâce", "grace", "élégance", "elegance", "agilité", "agilite", "agility", "adresse", "finesse", "charme", "charm", "dexterity"], "min": -1, "max": 3, "default": 0 },
"wits": { "label": "Wits", "aliases": ["esprit", "intuition", "ruse", "intelligence", "logique", "logic", "perspicacité", "perspicacite", "astuce", "wit"], "min": -1, "max": 3, "default": 1 }
},
"resources": {
"hp": { "label": "Health", "icon": "❤", "min": 0, "max": 10, "default": 10, "endWhenZero": true },
"coin": { "label": "Coin", "icon": "🪙", "min": 0, "default": 6 }
},
"archetypes": {
"brute": { "label": "Hulking brute", "stats": { "might": 3 }, "resources": { "hp": "1d3+7" } },
"thug": { "label": "Dockside thug", "stats": { "might": "1d2" }, "resources": { "hp": "1d3+6" } },
"cutpurse": { "label": "Cutpurse", "stats": { "grace": "1d2" }, "resources": { "hp": "1d2+4" } },
"dog": { "label": "Wharf dog", "stats": { "might": 0, "grace": "1d2" }, "resources": { "hp": "1d3+3" } },
"_default": { "label": "Foe", "stats": { "might": 0 }, "resources": { "hp": "1d3+5" } }
}
}