Skip to content

Commit

Permalink
Moved surges of colonization reminder card to scenario bag
Browse files Browse the repository at this point in the history
  • Loading branch information
iakona committed Jan 15, 2024
1 parent a3a44f0 commit 1599790
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions objects/6fd785/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ postSetup = true
postSetupComplete = false

function PostSetup(params)
local NIBag = getObjectFromGUID("NIBag")
NIBag.takeObject({
local ScenarioBag = getObjectFromGUID("ScenarioBag")
ScenarioBag.takeObject({
guid = "46d07e",
position = {-42.14, 0.82, 35.97},
rotation = {0,90,0},
Expand Down
8 changes: 7 additions & 1 deletion objects/91570e/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ postSetup = true
postSetupComplete = false

function PostSetup(params)
-- TODO: grab card
local ScenarioBag = getObjectFromGUID("ScenarioBag")
ScenarioBag.takeObject({
guid = "08bafe",
position = {-42.14, 0.82, 35.97},
rotation = {0,90,0},
smooth = false,
})
postSetupComplete = true
end
2 changes: 0 additions & 2 deletions objects/NIBag/contained/index.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
08bafe
46d07e
c6ba83
ba5fab
dbe05c
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Name": "CardCustom",
"Transform": {
"posX": 34.7555,
"posY": 2.3262,
"posZ": 32.1653,
"posX": -2.6811,
"posY": 2.3671,
"posZ": 77.7276,
"rotX": 0.0,
"rotY": 90.0,
"rotZ": 0.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Name": "CardCustom",
"Transform": {
"posX": 32.0745,
"posY": 2.3262,
"posZ": 33.1661,
"posX": -3.5749,
"posY": 2.3671,
"posZ": 78.0522,
"rotX": 0.0,
"rotY": 90.0,
"rotZ": 0.0,
Expand Down
2 changes: 2 additions & 0 deletions objects/ScenarioBag/contained/index.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
08bafe
46d07e
8d6e45
eb0571
baeea1
Expand Down

0 comments on commit 1599790

Please sign in to comment.