174 lines
44 KiB
JSON
174 lines
44 KiB
JSON
|
{
|
||
|
"AltLookAngle": {
|
||
|
"x": 0,
|
||
|
"y": 0,
|
||
|
"z": 0
|
||
|
},
|
||
|
"Autoraise": true,
|
||
|
"ColorDiffuse": {
|
||
|
"b": 1,
|
||
|
"g": 1,
|
||
|
"r": 1
|
||
|
},
|
||
|
"CustomImage": {
|
||
|
"CustomToken": {
|
||
|
"MergeDistancePixels": 15,
|
||
|
"Stackable": false,
|
||
|
"StandUp": false,
|
||
|
"Thickness": 0.2
|
||
|
},
|
||
|
"ImageScalar": 1,
|
||
|
"ImageSecondaryURL": "",
|
||
|
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/1972044023029431107/BD301A89BF259BFD397DEAF650BF9072730DD504/",
|
||
|
"WidthScale": 0
|
||
|
},
|
||
|
"Description": "",
|
||
|
"DragSelectable": true,
|
||
|
"GMNotes": "",
|
||
|
"GUID": "eda22b",
|
||
|
"Grid": true,
|
||
|
"GridProjection": false,
|
||
|
"Hands": false,
|
||
|
"HideWhenFaceDown": false,
|
||
|
"IgnoreFoW": false,
|
||
|
"LayoutGroupSortIndex": 0,
|
||
|
"Locked": false,
|
||
|
"LuaScriptState_path": "TheColourOutofOz.be7d21/TheColourOutofOzCampaignLog1.eda22b.luascriptstate",
|
||
|
"LuaScript_path": "TheColourOutofOz.be7d21/TheColourOutofOzCampaignLog1.eda22b.ttslua",
|
||
|
"MeasureMovement": false,
|
||
|
"Name": "Custom_Token",
|
||
|
"Nickname": "The Colour Out of Oz Campaign Log 1",
|
||
|
"Snap": true,
|
||
|
"States": {
|
||
|
"2": {
|
||
|
"AltLookAngle": {
|
||
|
"x": 0,
|
||
|
"y": 0,
|
||
|
"z": 0
|
||
|
},
|
||
|
"Autoraise": true,
|
||
|
"ColorDiffuse": {
|
||
|
"b": 1,
|
||
|
"g": 1,
|
||
|
"r": 1
|
||
|
},
|
||
|
"CustomImage": {
|
||
|
"CustomToken": {
|
||
|
"MergeDistancePixels": 15,
|
||
|
"Stackable": false,
|
||
|
"StandUp": false,
|
||
|
"Thickness": 0.2
|
||
|
},
|
||
|
"ImageScalar": 1,
|
||
|
"ImageSecondaryURL": "",
|
||
|
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/1972044023029161519/42C9A219F8AA692EF52C393F73DE20EDBD50DBFC/",
|
||
|
"WidthScale": 0
|
||
|
},
|
||
|
"Description": "",
|
||
|
"DragSelectable": true,
|
||
|
"GMNotes": "",
|
||
|
"GUID": "f8dd62",
|
||
|
"Grid": true,
|
||
|
"GridProjection": false,
|
||
|
"Hands": false,
|
||
|
"HideWhenFaceDown": false,
|
||
|
"IgnoreFoW": false,
|
||
|
"LayoutGroupSortIndex": 0,
|
||
|
"Locked": false,
|
||
|
"LuaScript": "--[[ Character Sheet Template by: MrStump\r\n\r\nYou can set up your own character sheet if you follow these steps.\r\n\r\nStep 1) Change the character sheet image\r\n -Right click on the character sheet, click Custom\r\n -Replace the image URL with one for your character sheet\r\n -Click import, make sure your sheet loads\r\n -SAVE THE GAME (the table setup)\r\n -LOAD FROM THAT SAVE YOU JUST MADE\r\n\r\nStep 2) Edit script to fit your character sheet\r\n -Below you will see some general options, and then the big data table\r\n -The data table is what determines how many of which buttons are made\r\n -Checkboxes\r\n -Counters\r\n -Textboxes\r\n -By default, there are 3 of each. You can add more or remove entries\r\n -If you intend to add/remove, be sure only to add/remove ENTRIES\r\n -This is what an entry looks like:\r\n {\r\n pos = {-0.977,0.1,-0.589},\r\n size = 800,\r\n state = false\r\n },\r\n -Deleting the whole thing would remove that specific item on the sheet\r\n -Copy and pasting it after another entry would create another\r\n -Each entry type has unique data points (pos, size, state, etc)\r\n -Do not try to add in your own data points or remove them individually\r\n -There is a summary of what each point does at the top of its category\r\n\r\nStep 3) Save and check script changes\r\n -Hit Save \u0026 Apply in the script window to save your code\r\n -You can edit your code as needed and Save+Apply as often as needed\r\n -When you are finished, make disableSave = false below then Save+apply\r\n -This enables saving, so your sheet will remember whats on it.\r\n\r\nBonus) Finding/Editing Positions for elements\r\n I have included a tool to get positions for buttons in {x,y,z} form\r\n Place it where you want the center of your element to be\r\n Then copy the table from the notes (lower right of screen)\r\n You can highlight it and CTRL+C\r\n Paste it into the data table where needed (pos=)\r\n If you want to manually tweek the values:\r\n {0,0,0} is the center of the character sheet\r\n {1,0,0} is right, {-1,0,0} is left\r\n {0,0,-1} is up, {0,0,1} is down\r\n 0.1 for Y is the height off of the page.\r\n If it was 0, it would be down inside the model of the sheet\r\n\r\nBegin editing below: ]]\r\n\r\n--Set this to true while editing and false when you have finished\r\ndisableSave = false\r\n--Remember to set this to false once you are done making changes\r\n--Then, after you save \u0026 apply it, save your game too\r\n\r\n--Color information for button text (r,g,b, values of 0-1)\r\nbuttonFontColor = {0,0,0}\r\n--Color information for button background\r\nbuttonColor = {1,1,1}\r\n--Change scale of button (Avoid changing if possible)\r\nbuttonScale = {0.1,0.1,0.1}\r\n\r\n--This is the button placement information\r\ndefaultButtonData = {\r\n --Add checkboxes\r\n checkbox = {\r\n --[[\r\n pos = the position (pasted from the helper tool)\r\n size = height/width/font_size for checkbox\r\n state = default starting value for checkbox (true=checked, false=not)\r\n ]]\r\n --1A\r\n {\r\n pos = {-0.152,0.1,-0.756},\r\n size = 400,\r\n state = false\r\n },\r\n --1B\r\n {\r\n pos = {0.074,0.1,-0.754},\r\n size = 400,\r\n state = false\r\n },\r\n --1C\r\n {\r\n pos = {0.298,0.1,-0.752},\r\n size = 400,\r\n state = false\r\n },\r\n --1D\r\n {\r\n pos = {0.522,0.1,-0.75},\r\n size = 400,\r\n state = false\r\n },\r\n --2A\r\n {\r\n pos = {-0.155,0.1,-0.63},\r\n size = 400,\r\n state = false\r\n },\r\n --2B\r\n {\r\n pos =
|
||
|
"LuaScriptState": "",
|
||
|
"MeasureMovement": false,
|
||
|
"Name": "Custom_Token",
|
||
|
"Nickname": "The Colour Out of Oz Campaign Log 2",
|
||
|
"Snap": true,
|
||
|
"Sticky": true,
|
||
|
"Tooltip": true,
|
||
|
"Transform": {
|
||
|
"posX": -1.46572852,
|
||
|
"posY": 1.581499,
|
||
|
"posZ": -26.9305687,
|
||
|
"rotX": -5.83260622e-8,
|
||
|
"rotY": 270.015381,
|
||
|
"rotZ": 2.45958034e-7,
|
||
|
"scaleX": 3.98522162,
|
||
|
"scaleY": 1,
|
||
|
"scaleZ": 3.98522162
|
||
|
},
|
||
|
"Value": 0,
|
||
|
"XmlUI": ""
|
||
|
},
|
||
|
"3": {
|
||
|
"AltLookAngle": {
|
||
|
"x": 0,
|
||
|
"y": 0,
|
||
|
"z": 0
|
||
|
},
|
||
|
"Autoraise": true,
|
||
|
"ColorDiffuse": {
|
||
|
"b": 1,
|
||
|
"g": 1,
|
||
|
"r": 1
|
||
|
},
|
||
|
"CustomImage": {
|
||
|
"CustomToken": {
|
||
|
"MergeDistancePixels": 15,
|
||
|
"Stackable": false,
|
||
|
"StandUp": false,
|
||
|
"Thickness": 0.2
|
||
|
},
|
||
|
"ImageScalar": 1,
|
||
|
"ImageSecondaryURL": "",
|
||
|
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/1972044023029291824/9EB949236CBC3CD9C73EF3F766E4FB3DB8B946FA/",
|
||
|
"WidthScale": 0
|
||
|
},
|
||
|
"Description": "",
|
||
|
"DragSelectable": true,
|
||
|
"GMNotes": "",
|
||
|
"GUID": "fc2c05",
|
||
|
"Grid": true,
|
||
|
"GridProjection": false,
|
||
|
"Hands": false,
|
||
|
"HideWhenFaceDown": false,
|
||
|
"IgnoreFoW": false,
|
||
|
"LayoutGroupSortIndex": 0,
|
||
|
"Locked": false,
|
||
|
"LuaScript": "--[[ Character Sheet Template by: MrStump\r\n\r\nYou can set up your own character sheet if you follow these steps.\r\n\r\nStep 1) Change the character sheet image\r\n -Right click on the character sheet, click Custom\r\n -Replace the image URL with one for your character sheet\r\n -Click import, make sure your sheet loads\r\n -SAVE THE GAME (the table setup)\r\n -LOAD FROM THAT SAVE YOU JUST MADE\r\n\r\nStep 2) Edit script to fit your character sheet\r\n -Below you will see some general options, and then the big data table\r\n -The data table is what determines how many of which buttons are made\r\n -Checkboxes\r\n -Counters\r\n -Textboxes\r\n -By default, there are 3 of each. You can add more or remove entries\r\n -If you intend to add/remove, be sure only to add/remove ENTRIES\r\n -This is what an entry looks like:\r\n {\r\n pos = {-0.977,0.1,-0.589},\r\n size = 800,\r\n state = false\r\n },\r\n -Deleting the whole thing would remove that specific item on the sheet\r\n -Copy and pasting it after another entry would create another\r\n -Each entry type has unique data points (pos, size, state, etc)\r\n -Do not try to add in your own data points or remove them individually\r\n -There is a summary of what each point does at the top of its category\r\n\r\nStep 3) Save and check script changes\r\n -Hit Save \u0026 Apply in the script window to save your code\r\n -You can edit your code as needed and Save+Apply as often as needed\r\n -When you are finished, make disableSave = false below then Save+apply\r\n -This enables saving, so your sheet will remember whats on it.\r\n\r\nBonus) Finding/Editing Positions for elements\r\n I have included a tool to get positions for buttons in {x,y,z} form\r\n Place it where you want the center of your element to be\r\n Then copy the table from the notes (lower right of screen)\r\n You can highlight it and CTRL+C\r\n Paste it into the data table where needed (pos=)\r\n If you want to manually tweek the values:\r\n {0,0,0} is the center of the character sheet\r\n {1,0,0} is right, {-1,0,0} is left\r\n {0,0,-1} is up, {0,0,1} is down\r\n 0.1 for Y is the height off of the page.\r\n If it was 0, it would be down inside the model of the sheet\r\n\r\nBegin editing below: ]]\r\n\r\n--Set this to true while editing and false when you have finished\r\ndisableSave = false\r\n--Remember to set this to false once you are done making changes\r\n--Then, after you save \u0026 apply it, save your game too\r\n\r\n--Color information for button text (r,g,b, values of 0-1)\r\nbuttonFontColor = {0,0,0}\r\n--Color information for button background\r\nbuttonColor = {1,1,1}\r\n--Change scale of button (Avoid changing if possible)\r\nbuttonScale = {0.1,0.1,0.1}\r\n\r\n--This is the button placement information\r\ndefaultButtonData = {\r\n --Add checkboxes\r\n checkbox = {\r\n --[[\r\n pos = the position (pasted from the helper tool)\r\n size = height/width/font_size for checkbox\r\n state = default starting value for checkbox (true=checked, false=not)\r\n ]]\r\n --The Road to Oz\r\n {\r\n pos = {-1.807,0.1,-1.363},\r\n size = 500,\r\n state = false\r\n },\r\n --Royal Audience\r\n {\r\n pos = {-1.604,0.1,-1.164},\r\n size = 500,\r\n state = false\r\n },\r\n --Deep Impact\r\n {\r\n pos = {-1.799,0.1,-0.947},\r\n size = 500,\r\n state = false\r\n },\r\n --Double Whammy\r\n {\r\n pos = {-1.795,0.1,-0.741},\r\n size = 500,\r\n state = false\r\n },\r\n --Desaturation\r\n {\r\n pos = {-1.592,0.1,-0.542},\r\n size = 500,\r\n state = false\r\n
|
||
|
"LuaScriptState": "",
|
||
|
"MeasureMovement": false,
|
||
|
"Name": "Custom_Token",
|
||
|
"Nickname": "The Colour Out of Oz Campaign Log 3",
|
||
|
"Snap": true,
|
||
|
"Sticky": true,
|
||
|
"Tooltip": true,
|
||
|
"Transform": {
|
||
|
"posX": -1.46572852,
|
||
|
"posY": 1.581499,
|
||
|
"posZ": -26.9305687,
|
||
|
"rotX": -2.648407e-7,
|
||
|
"rotY": 270.015381,
|
||
|
"rotZ": -1.90774131e-7,
|
||
|
"scaleX": 3.98515677,
|
||
|
"scaleY": 1,
|
||
|
"scaleZ": 3.98515677
|
||
|
},
|
||
|
"Value": 0,
|
||
|
"XmlUI": ""
|
||
|
}
|
||
|
},
|
||
|
"Sticky": true,
|
||
|
"Tooltip": true,
|
||
|
"Transform": {
|
||
|
"posX": -1.353,
|
||
|
"posY": 1.581,
|
||
|
"posZ": -26.605,
|
||
|
"rotX": 0,
|
||
|
"rotY": 270,
|
||
|
"rotZ": 0,
|
||
|
"scaleX": 4.04,
|
||
|
"scaleY": 1,
|
||
|
"scaleZ": 4.04
|
||
|
},
|
||
|
"Value": 0,
|
||
|
"XmlUI": ""
|
||
|
}
|