forked from GitHub-Mirrors/foundry-sw5e
Update Core to 1.2
Update Core to 1.2, pulled from dev 12/10/2020
This commit is contained in:
parent
df456997eb
commit
e6bff40e1b
105 changed files with 4335 additions and 1274 deletions
|
@ -85,7 +85,15 @@
|
|||
"units": "ft",
|
||||
"hover": false
|
||||
},
|
||||
"powercasting": "int",
|
||||
"senses": {
|
||||
"darkvision": 0,
|
||||
"blindsight": 0,
|
||||
"tremorsense": 0,
|
||||
"truesight": 0,
|
||||
"units": "ft",
|
||||
"special": ""
|
||||
},
|
||||
"powercasting": "none",
|
||||
"speed": {
|
||||
"_deprecated": true
|
||||
}
|
||||
|
@ -169,7 +177,6 @@
|
|||
}
|
||||
},
|
||||
"traits": {
|
||||
"senses": "",
|
||||
"languages": {
|
||||
"value": [],
|
||||
"custom": ""
|
||||
|
@ -245,6 +252,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"htmlFields": ["details.biography.value", "details.biography.public"],
|
||||
"character": {
|
||||
"templates": ["common", "creature"],
|
||||
"attributes": {
|
||||
|
@ -503,6 +511,7 @@
|
|||
"weight": 0,
|
||||
"price": 0,
|
||||
"attuned": false,
|
||||
"attunement": 0,
|
||||
"equipped": false,
|
||||
"rarity": "",
|
||||
"identified": true
|
||||
|
@ -519,7 +528,7 @@
|
|||
},
|
||||
"target": {
|
||||
"value": null,
|
||||
"width": null,
|
||||
"width": null,
|
||||
"units": "",
|
||||
"type": ""
|
||||
},
|
||||
|
@ -568,6 +577,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"htmlFields": ["description.value", "description.chat", "description.unidentified"],
|
||||
"archetype": {
|
||||
"templates": ["archetypeDescription"],
|
||||
"className": "",
|
||||
|
@ -675,8 +685,8 @@
|
|||
"supply": 0
|
||||
},
|
||||
"preparation": {
|
||||
"mode": null,
|
||||
"prepared": false
|
||||
"mode": "prepared",
|
||||
"prepared": true
|
||||
},
|
||||
"scaling": {
|
||||
"mode": "none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue