added toml file with prompts and changed the ui slightly
This commit is contained in:
@@ -0,0 +1,224 @@
|
||||
{
|
||||
"name": "NPC",
|
||||
"type": "npc",
|
||||
"prototypeToken": {
|
||||
"flags": {
|
||||
"pf2e": {
|
||||
"linkToActorSize": true,
|
||||
"autoscale": true
|
||||
}
|
||||
},
|
||||
"height": 1,
|
||||
"width": 1,
|
||||
"name": "NPC",
|
||||
"displayName": 20,
|
||||
"actorLink": false,
|
||||
"texture": {
|
||||
"src": "systems/pf2e/icons/default-icons/npc.svg",
|
||||
"anchorX": 0.5,
|
||||
"anchorY": 0.5,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"fit": "contain",
|
||||
"scaleX": 1,
|
||||
"scaleY": 1,
|
||||
"rotation": 0,
|
||||
"tint": "#ffffff",
|
||||
"alphaThreshold": 0.75
|
||||
},
|
||||
"lockRotation": true,
|
||||
"rotation": 0,
|
||||
"alpha": 1,
|
||||
"disposition": -1,
|
||||
"displayBars": 20,
|
||||
"bar1": {
|
||||
"attribute": "attributes.hp"
|
||||
},
|
||||
"bar2": {
|
||||
"attribute": null
|
||||
},
|
||||
"light": {
|
||||
"negative": false,
|
||||
"priority": 0,
|
||||
"alpha": 0.5,
|
||||
"angle": 360,
|
||||
"bright": 0,
|
||||
"color": null,
|
||||
"coloration": 1,
|
||||
"dim": 0,
|
||||
"attenuation": 0.5,
|
||||
"luminosity": 0.5,
|
||||
"saturation": 0,
|
||||
"contrast": 0,
|
||||
"shadows": 0,
|
||||
"animation": {
|
||||
"type": null,
|
||||
"speed": 5,
|
||||
"intensity": 5,
|
||||
"reverse": false
|
||||
},
|
||||
"darkness": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
"sight": {
|
||||
"enabled": false,
|
||||
"range": 0,
|
||||
"angle": 360,
|
||||
"visionMode": "basic",
|
||||
"color": null,
|
||||
"attenuation": 0.1,
|
||||
"brightness": 0,
|
||||
"saturation": 0,
|
||||
"contrast": 0
|
||||
},
|
||||
"detectionModes": [],
|
||||
"occludable": {
|
||||
"radius": 0
|
||||
},
|
||||
"ring": {
|
||||
"enabled": false,
|
||||
"colors": {
|
||||
"ring": null,
|
||||
"background": null
|
||||
},
|
||||
"effects": 1,
|
||||
"subject": {
|
||||
"scale": 1,
|
||||
"texture": null
|
||||
}
|
||||
},
|
||||
"turnMarker": {
|
||||
"mode": 1,
|
||||
"animation": null,
|
||||
"src": null,
|
||||
"disposition": false
|
||||
},
|
||||
"movementAction": null,
|
||||
"randomImg": false,
|
||||
"appendNumber": false,
|
||||
"prependAdjective": false
|
||||
},
|
||||
"effects": [],
|
||||
"system": {
|
||||
"attributes": {
|
||||
"hp": {
|
||||
"value": 10,
|
||||
"temp": 0,
|
||||
"max": 10,
|
||||
"details": ""
|
||||
},
|
||||
"ac": {
|
||||
"value": 10,
|
||||
"details": ""
|
||||
},
|
||||
"allSaves": {
|
||||
"value": ""
|
||||
},
|
||||
"speed": {
|
||||
"value": 25,
|
||||
"otherSpeeds": [],
|
||||
"details": ""
|
||||
}
|
||||
},
|
||||
"initiative": {
|
||||
"statistic": "perception"
|
||||
},
|
||||
"details": {
|
||||
"languages": {
|
||||
"value": [],
|
||||
"details": ""
|
||||
},
|
||||
"level": {
|
||||
"value": 1
|
||||
},
|
||||
"blurb": "",
|
||||
"publicNotes": "",
|
||||
"privateNotes": "",
|
||||
"publication": {
|
||||
"title": "",
|
||||
"authors": "",
|
||||
"license": "OGL",
|
||||
"remaster": false
|
||||
}
|
||||
},
|
||||
"resources": {},
|
||||
"_migration": {
|
||||
"version": 0.953,
|
||||
"previous": null
|
||||
},
|
||||
"abilities": {
|
||||
"str": {
|
||||
"mod": 0
|
||||
},
|
||||
"dex": {
|
||||
"mod": 0
|
||||
},
|
||||
"con": {
|
||||
"mod": 0
|
||||
},
|
||||
"int": {
|
||||
"mod": 0
|
||||
},
|
||||
"wis": {
|
||||
"mod": 0
|
||||
},
|
||||
"cha": {
|
||||
"mod": 0
|
||||
}
|
||||
},
|
||||
"perception": {
|
||||
"details": "",
|
||||
"mod": 0,
|
||||
"senses": [],
|
||||
"vision": true
|
||||
},
|
||||
"saves": {
|
||||
"fortitude": {
|
||||
"value": 0,
|
||||
"saveDetail": ""
|
||||
},
|
||||
"reflex": {
|
||||
"value": 0,
|
||||
"saveDetail": ""
|
||||
},
|
||||
"will": {
|
||||
"value": 0,
|
||||
"saveDetail": ""
|
||||
}
|
||||
},
|
||||
"skills": {},
|
||||
"traits": {
|
||||
"value": [],
|
||||
"rarity": "common",
|
||||
"size": {
|
||||
"value": "med"
|
||||
}
|
||||
}
|
||||
},
|
||||
"img": "systems/pf2e/icons/default-icons/npc.svg",
|
||||
"items": [],
|
||||
"folder": null,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": {
|
||||
"worldId": "ren-city",
|
||||
"uuid": "Actor.C3z1yVH1bb8JOGJ5",
|
||||
"coreVersion": "13.351",
|
||||
"systemId": "pf2e",
|
||||
"systemVersion": "7.8.0"
|
||||
},
|
||||
"coreVersion": "13.351",
|
||||
"systemId": "pf2e",
|
||||
"systemVersion": "7.8.0",
|
||||
"createdTime": 1782755451922,
|
||||
"modifiedTime": 1782755451922,
|
||||
"lastModifiedBy": "lrcp8tpvQicPvXd6"
|
||||
},
|
||||
"ownership": {
|
||||
"default": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user