31 lines
909 B
JSON
31 lines
909 B
JSON
|
{
|
||
|
"files": [
|
||
|
{"title":"Animaux", "file":"animals.json"}
|
||
|
],
|
||
|
"stats": [
|
||
|
"tiny":{
|
||
|
"boost1":["DIS", "FIN"],
|
||
|
"boost2":[],
|
||
|
"malus1":["PHY"],
|
||
|
"malus2":["AUR"],
|
||
|
"VIG":-1, "JET":1, "PSY":1
|
||
|
}
|
||
|
],
|
||
|
"traits": [
|
||
|
"predateur":{"boost1":"PHY", "boost2":"INS", "malus":"FIN"},
|
||
|
"craintif":{"boost1":"DIS", "boost2":"FIN", "malus":"REL"},
|
||
|
"domestique":{"boost1":"REL", "boost2":"AUR", }
|
||
|
],
|
||
|
|
||
|
"levels": [
|
||
|
{"base":40, "boost1":15, "boost2":5, "malus1":15, "malus2":10, "dice":2},
|
||
|
{"base":50, "boost1":20, "boost2":10, "malus1":15, "malus2":10, "dice":2},
|
||
|
{"base":50, "boost1":20, "boost2":10, "malus1":15, "malus2":10, "dice":2},
|
||
|
{"base":60, "boost1":20, "boost2":10, "malus1":15, "malus2":10, "dice":2},
|
||
|
{"base":70, "boost1":20, "boost2":10, "malus1":15, "malus2":10, "dice":2},
|
||
|
],
|
||
|
|
||
|
"dices": ["1D2", "1D4", "1D6", "1D8", "1D12", "1D20"]
|
||
|
|
||
|
}
|