forked from GitHub-Mirrors/foundry-sw5e
DND5e Core 1.2.2
DND5e Core 1.2.2 modded to SW5e system
This commit is contained in:
parent
ab510e336c
commit
063f924183
58 changed files with 337 additions and 155 deletions
|
@ -43,6 +43,15 @@
|
|||
"init": {
|
||||
"value": 0,
|
||||
"bonus": 0
|
||||
},
|
||||
"movement": {
|
||||
"burrow": 0,
|
||||
"climb": 0,
|
||||
"fly": 0,
|
||||
"swim": 0,
|
||||
"walk": 30,
|
||||
"units": "ft",
|
||||
"hover": false
|
||||
}
|
||||
},
|
||||
"details": {
|
||||
|
@ -80,15 +89,6 @@
|
|||
},
|
||||
"creature": {
|
||||
"attributes": {
|
||||
"movement": {
|
||||
"burrow": 0,
|
||||
"climb": 0,
|
||||
"fly": 0,
|
||||
"swim": 0,
|
||||
"walk": 30,
|
||||
"units": "ft",
|
||||
"hover": false
|
||||
},
|
||||
"senses": {
|
||||
"darkvision": 0,
|
||||
"blindsight": 0,
|
||||
|
@ -379,8 +379,7 @@
|
|||
"capacity": {
|
||||
"creature": "",
|
||||
"cargo": 0
|
||||
},
|
||||
"speed": ""
|
||||
}
|
||||
},
|
||||
"traits": {
|
||||
"size": "lg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue