You've already forked obsidian-visualiser
Impoved FloatingUI components and create a PickableFeature class
This commit is contained in:
@@ -74,8 +74,8 @@
|
||||
},
|
||||
"arcana": {
|
||||
"max": [
|
||||
"intelligence",
|
||||
"psyche"
|
||||
"psyche",
|
||||
"intelligence"
|
||||
],
|
||||
"name": "Arcanes",
|
||||
"description": "La capacité à comprendre et percevoir la magie. Permet de comprendre un sort en cours, de détecter de la magie."
|
||||
@@ -179,6 +179,14 @@
|
||||
"statistic": "psyche"
|
||||
}
|
||||
},
|
||||
"lists": {
|
||||
"sickness": [
|
||||
{
|
||||
"id": "",
|
||||
"name": "Pourriture mortelle"
|
||||
}
|
||||
]
|
||||
},
|
||||
"peoples": [
|
||||
{
|
||||
"name": "Humain",
|
||||
@@ -2747,6 +2755,62 @@
|
||||
"operation": "add",
|
||||
"property": "health",
|
||||
"value": 2
|
||||
},
|
||||
{
|
||||
"id": "va1nyks173dvyraq6jmw6p41v7vvh3sr",
|
||||
"category": "choice",
|
||||
"text": "+1 aux jet de résistance de ",
|
||||
"options": [
|
||||
{
|
||||
"text": "Force",
|
||||
"category": "value",
|
||||
"operation": "add",
|
||||
"value": 1,
|
||||
"property": "modifier/strength"
|
||||
},
|
||||
{
|
||||
"text": "Dextérité",
|
||||
"category": "value",
|
||||
"operation": "add",
|
||||
"value": 1,
|
||||
"property": "modifier/dexterity"
|
||||
},
|
||||
{
|
||||
"text": "Constitution",
|
||||
"category": "value",
|
||||
"operation": "add",
|
||||
"value": 1,
|
||||
"property": "modifier/constitution"
|
||||
},
|
||||
{
|
||||
"text": "Intelligence",
|
||||
"category": "value",
|
||||
"operation": "add",
|
||||
"value": 1,
|
||||
"property": "modifier/intelligence"
|
||||
},
|
||||
{
|
||||
"text": "Curiosité",
|
||||
"category": "value",
|
||||
"operation": "add",
|
||||
"value": 1,
|
||||
"property": "modifier/curiosity"
|
||||
},
|
||||
{
|
||||
"text": "Charisme",
|
||||
"category": "value",
|
||||
"operation": "add",
|
||||
"value": 1,
|
||||
"property": "modifier/charisma"
|
||||
},
|
||||
{
|
||||
"text": "Psyché",
|
||||
"category": "value",
|
||||
"operation": "add",
|
||||
"value": 1,
|
||||
"property": "modifier/psyche"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -4664,6 +4728,7 @@
|
||||
"effect": [
|
||||
{
|
||||
"category": "choice",
|
||||
"text": "+1 au mod. de ",
|
||||
"id": "p3omttdrld3bj1mota2pi2fvt6kqe07n",
|
||||
"options": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user