Skip to content

Commit

Permalink
1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dolan committed Feb 12, 2021
1 parent e6937d2 commit 15840f7
Show file tree
Hide file tree
Showing 349 changed files with 6,224 additions and 1,547 deletions.
1,182 changes: 773 additions & 409 deletions global-script.lua

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions objects/00aa5c/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"Description": "JE",
"GMNotes": "",
"ColorDiffuse": {
"r": 0.1999746561050415,
"g": 0.15683740377426147,
"b": 0.14899426698684692
"r": 0.19997373223304749,
"g": 0.15683647990226746,
"b": 0.1489933431148529
},
"Tags": [
"Spirit"
Expand Down
6 changes: 3 additions & 3 deletions objects/013dfc/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"Description": "JE",
"GMNotes": "",
"ColorDiffuse": {
"r": 0.2002829611301422,
"g": 0.1603282392024994,
"b": 0.15176650881767273
"r": 0.2002820372581482,
"g": 0.16032731533050537,
"b": 0.1517655849456787
},
"Tags": [
"Spirit"
Expand Down
18 changes: 17 additions & 1 deletion objects/04397d/script.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
difficulty=0
broadcast="After all other setup: remove all Towns, in each inner land, add 1 Explorer and 1 Presence from the spirit\nstarting on that board, and each spirit also draws 1 Minor and 1 Major Power - Guard the Isle's Heart"
broadcast="After all other setup: remove all Towns, in each inner land, add 1 Explorer and 1 Presence from the spirit\nstarting on that board, and each spirit also draws 1 Minor and 1 Major Power - Guard the Isle's Heart"

postSetup = true
postSetupComplete = false

function PostSetup(params)
local minorPowerDeck = getObjectFromGUID(Global.getVar("minorPowerZone")).getObjects()[1]
local majorPowerDeck = getObjectFromGUID(Global.getVar("majorPowerZone")).getObjects()[1]
for color,_ in pairs(Global.getVar("selectedColors")) do
local card = minorPowerDeck.takeObject({flip = true})
card.setPosition(Player[color].getHandTransform(1).position + Vector(10,0,0))
card = majorPowerDeck.takeObject({flip = true})
card.setPosition(Player[color].getHandTransform(1).position + Vector(10,0,0))
end

postSetupComplete = true
end
4 changes: 2 additions & 2 deletions objects/055a45/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"GMNotes": "",
"ColorDiffuse": {
"r": 0.46227145195007324,
"g": 0.30144354701042175,
"b": 0.285988450050354
"g": 0.30144160985946655,
"b": 0.2859864830970764
},
"LayoutGroupSortIndex": 0,
"Locked": true,
Expand Down
6 changes: 3 additions & 3 deletions objects/07dd23/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"Description": "Base",
"GMNotes": "",
"ColorDiffuse": {
"r": 0.200275719165802,
"g": 0.16032099723815918,
"b": 0.15175926685333252
"r": 0.20027479529380798,
"g": 0.16032007336616516,
"b": 0.1517583429813385
},
"Tags": [
"Spirit"
Expand Down
51 changes: 51 additions & 0 deletions objects/0925a3/contained/417fc3/object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"Name": "Custom_Token",
"Transform": {
"posX": 60.897247314453125,
"posY": 1.2957074642181396,
"posZ": -13.592217445373535,
"rotX": 359.7084045410156,
"rotY": 0.0031143384985625744,
"rotZ": 358.7099609375,
"scaleX": 0.3673044443130493,
"scaleY": 1.0,
"scaleZ": 0.3673044443130493
},
"Nickname": "Element",
"Description": "Use these for when a power/event gifts you an element or when you reveal an element on your presence tracks",
"GMNotes": "",
"ColorDiffuse": {
"r": 1.0,
"g": 1.0,
"b": 1.0
},
"Tags": [
"Destroy",
"Moon"
],
"LayoutGroupSortIndex": 0,
"Locked": false,
"Grid": false,
"Snap": true,
"IgnoreFoW": false,
"MeasureMovement": false,
"DragSelectable": true,
"Autoraise": true,
"Sticky": true,
"Tooltip": true,
"GridProjection": false,
"HideWhenFaceDown": false,
"Hands": false,
"CustomImage": {
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/930436061159430731/B6C368B2F4A576062B82567315176E311CB6858B/",
"ImageSecondaryURL": "",
"ImageScalar": 1.0,
"WidthScale": 0.0,
"CustomToken": {
"Thickness": 0.10000000149011612,
"MergeDistancePixels": 15.0,
"StandUp": false,
"Stackable": false
}
}
}
1 change: 1 addition & 0 deletions objects/0925a3/contained/417fc3/script.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
elements="01000000"
2 changes: 1 addition & 1 deletion objects/0925a3/contained/index.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c1b41a
417fc3
6 changes: 3 additions & 3 deletions objects/0925a3/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Name": "Infinite_Bag",
"Transform": {
"posX": 60.9900016784668,
"posY": -0.7368068695068359,
"posY": -1.399999976158142,
"posZ": -13.599982261657715,
"rotX": -9.693608262750786e-07,
"rotY": 180.0,
Expand All @@ -16,8 +16,8 @@
"GMNotes": "",
"ColorDiffuse": {
"r": 0.8549019694328308,
"g": 0.09803102165460587,
"b": 0.09018852561712265,
"g": 0.09803015738725662,
"b": 0.09018772095441818,
"a": 0.0
},
"LayoutGroupSortIndex": 0,
Expand Down
3 changes: 3 additions & 0 deletions objects/099728/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"g": 0.7132352590560913,
"b": 0.7132352590560913
},
"Tags": [
"Unique"
],
"LayoutGroupSortIndex": 0,
"Locked": true,
"Grid": true,
Expand Down
8 changes: 4 additions & 4 deletions objects/0ab726/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"posX": -119.54902648925781,
"posY": 1.1954314708709717,
"posZ": 31.504898071289062,
"rotX": 0.0044514755718410015,
"rotY": 180.00872802734375,
"rotZ": 6.886018127261195e-06,
"rotX": 0.004446755163371563,
"rotY": 180.00875854492188,
"rotZ": 9.033573405758943e-06,
"scaleX": 0.3651334047317505,
"scaleY": 1.0,
"scaleZ": 0.3651334047317505
Expand All @@ -23,7 +23,7 @@
"Highlight"
],
"LayoutGroupSortIndex": 0,
"Locked": false,
"Locked": true,
"Grid": false,
"Snap": false,
"IgnoreFoW": false,
Expand Down
51 changes: 51 additions & 0 deletions objects/0b27de/contained/63f978/object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"Name": "Custom_Token",
"Transform": {
"posX": 66.51020050048828,
"posY": 1.2869641780853271,
"posZ": -13.585445404052734,
"rotX": 359.9489440917969,
"rotY": 0.00043282800470478833,
"rotZ": 358.7031555175781,
"scaleX": 0.3673044443130493,
"scaleY": 1.0,
"scaleZ": 0.3673044443130493
},
"Nickname": "Element",
"Description": "Use these for when a power/event gifts you an element or when you reveal an element on your presence tracks",
"GMNotes": "",
"ColorDiffuse": {
"r": 1.0,
"g": 1.0,
"b": 1.0
},
"Tags": [
"Destroy",
"Water"
],
"LayoutGroupSortIndex": 0,
"Locked": false,
"Grid": false,
"Snap": true,
"IgnoreFoW": false,
"MeasureMovement": false,
"DragSelectable": true,
"Autoraise": true,
"Sticky": true,
"Tooltip": true,
"GridProjection": false,
"HideWhenFaceDown": false,
"Hands": false,
"CustomImage": {
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/930436061159432741/03708EE546C237D5C21B7CA17BDFCE48A6DD904C/",
"ImageSecondaryURL": "",
"ImageScalar": 1.0,
"WidthScale": 0.0,
"CustomToken": {
"Thickness": 0.10000000149011612,
"MergeDistancePixels": 15.0,
"StandUp": false,
"Stackable": false
}
}
}
1 change: 1 addition & 0 deletions objects/0b27de/contained/63f978/script.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
elements="00001000"
2 changes: 1 addition & 1 deletion objects/0b27de/contained/index.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b123b9
63f978
6 changes: 3 additions & 3 deletions objects/0b27de/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Name": "Infinite_Bag",
"Transform": {
"posX": 66.98999786376953,
"posY": -0.7368068695068359,
"posY": -1.399999976158142,
"posZ": -13.599982261657715,
"rotX": 3.742757712643652e-07,
"rotY": 180.0,
Expand All @@ -16,8 +16,8 @@
"GMNotes": "",
"ColorDiffuse": {
"r": 0.8549019694328308,
"g": 0.09803102165460587,
"b": 0.09018852561712265,
"g": 0.09803015738725662,
"b": 0.09018772095441818,
"a": 0.0
},
"LayoutGroupSortIndex": 0,
Expand Down
4 changes: 2 additions & 2 deletions objects/0cad5e/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"posX": -55.70000076293945,
"posY": 1.0031410455703735,
"posZ": 49.58000183105469,
"rotX": 2.0645135379027124e-08,
"rotY": 179.980224609375,
"rotX": -3.329296305309981e-08,
"rotY": 179.9802703857422,
"rotZ": 180.0,
"scaleX": 1.5299999713897705,
"scaleY": 1.0,
Expand Down
51 changes: 51 additions & 0 deletions objects/0db997/contained/417fc3/object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"Name": "Custom_Token",
"Transform": {
"posX": 14.915620803833008,
"posY": 1.2937633991241455,
"posZ": -13.757988929748535,
"rotX": 1.0184056758880615,
"rotY": 359.9912414550781,
"rotZ": 359.031982421875,
"scaleX": 0.3673044443130493,
"scaleY": 1.0,
"scaleZ": 0.3673044443130493
},
"Nickname": "Element",
"Description": "Use these for when a power/event gifts you an element or when you reveal an element on your presence tracks",
"GMNotes": "",
"ColorDiffuse": {
"r": 1.0,
"g": 1.0,
"b": 1.0
},
"Tags": [
"Destroy",
"Moon"
],
"LayoutGroupSortIndex": 0,
"Locked": false,
"Grid": false,
"Snap": true,
"IgnoreFoW": false,
"MeasureMovement": false,
"DragSelectable": true,
"Autoraise": true,
"Sticky": true,
"Tooltip": true,
"GridProjection": false,
"HideWhenFaceDown": false,
"Hands": false,
"CustomImage": {
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/930436061159430731/B6C368B2F4A576062B82567315176E311CB6858B/",
"ImageSecondaryURL": "",
"ImageScalar": 1.0,
"WidthScale": 0.0,
"CustomToken": {
"Thickness": 0.10000000149011612,
"MergeDistancePixels": 15.0,
"StandUp": false,
"Stackable": false
}
}
}
1 change: 1 addition & 0 deletions objects/0db997/contained/417fc3/script.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
elements="01000000"
2 changes: 1 addition & 1 deletion objects/0db997/contained/index.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7fa270
417fc3
6 changes: 3 additions & 3 deletions objects/0db997/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Name": "Infinite_Bag",
"Transform": {
"posX": 14.989999771118164,
"posY": -0.7368068695068359,
"posY": -1.399999976158142,
"posZ": -13.599982261657715,
"rotX": 7.678629287966032e-08,
"rotY": 180.0,
Expand All @@ -16,8 +16,8 @@
"GMNotes": "",
"ColorDiffuse": {
"r": 0.8549019694328308,
"g": 0.09803102165460587,
"b": 0.09018852561712265,
"g": 0.09803015738725662,
"b": 0.09018772095441818,
"a": 0.0
},
"LayoutGroupSortIndex": 0,
Expand Down
4 changes: 2 additions & 2 deletions objects/108d0b/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"GMNotes": "",
"ColorDiffuse": {
"r": 0.46227145195007324,
"g": 0.3014444410800934,
"b": 0.28598931431770325
"g": 0.3014424741268158,
"b": 0.28598737716674805
},
"LayoutGroupSortIndex": 0,
"Locked": true,
Expand Down
2 changes: 1 addition & 1 deletion objects/12d056/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Name": "Custom_Model_Infinite_Bag",
"Transform": {
"posX": 10.989999771118164,
"posY": 0.9483063817024231,
"posY": 0.5,
"posZ": -13.600000381469727,
"rotX": 1.2480575151130324e-07,
"rotY": 180.0,
Expand Down
Loading

0 comments on commit 15840f7

Please sign in to comment.