Grasscutter_Resources/Resources/Scripts/Actor/Cutscene/CutsceneActor_Goddess1201.lua
2022-04-29 16:40:51 +02:00

84 lines
1.6 KiB
Lua

local L0_1, L1_1, L2_1, L3_1
L0_1 = require
L1_1 = "Actor/ActorCommon"
L0_1(L1_1)
L0_1 = require
L1_1 = "Actor/Cutscene/CutsceneActorProxy"
L0_1 = L0_1(L1_1)
L1_1 = class
L2_1 = "CutsceneActor_Goddess1201"
L3_1 = L0_1
L1_1 = L1_1(L2_1, L3_1)
function L2_1(A0_2)
local L1_2, L2_2, L3_2, L4_2, L5_2, L6_2, L7_2, L8_2, L9_2
L1_2 = print
L2_2 = "spawn local monster for goddess 1201"
L1_2(L2_2)
L2_2 = A0_2
L1_2 = A0_2.SpawnLocalMonster
L3_2 = "show101"
L4_2 = 21010201
L5_2 = 1
L6_2 = M
L6_2 = L6_2.Pos
L7_2 = 2404
L8_2 = 206
L9_2 = -5385
L6_2 = L6_2(L7_2, L8_2, L9_2)
L7_2 = 0
L8_2 = 0
L9_2 = 1.0
L1_2(L2_2, L3_2, L4_2, L5_2, L6_2, L7_2, L8_2, L9_2)
L2_2 = A0_2
L1_2 = A0_2.SpawnLocalMonster
L3_2 = "show102"
L4_2 = 21010201
L5_2 = 1
L6_2 = M
L6_2 = L6_2.Pos
L7_2 = 2406
L8_2 = 206
L9_2 = -5386
L6_2 = L6_2(L7_2, L8_2, L9_2)
L7_2 = 0
L8_2 = 0
L9_2 = 1.0
L1_2(L2_2, L3_2, L4_2, L5_2, L6_2, L7_2, L8_2, L9_2)
L2_2 = A0_2
L1_2 = A0_2.SpawnLocalMonster
L3_2 = "show103"
L4_2 = 21010301
L5_2 = 1
L6_2 = M
L6_2 = L6_2.Pos
L7_2 = 2406
L8_2 = 206
L9_2 = -5388
L6_2 = L6_2(L7_2, L8_2, L9_2)
L7_2 = 0
L8_2 = 0
L9_2 = 1.0
L1_2(L2_2, L3_2, L4_2, L5_2, L6_2, L7_2, L8_2, L9_2)
end
L1_1.Start = L2_1
function L2_1(A0_2)
local L1_2, L2_2, L3_2
L1_2 = print
L2_2 = "unspawn local mosnter for goddess 1201"
L1_2(L2_2)
L2_2 = A0_2
L1_2 = A0_2.UnSpawn
L3_2 = "show101"
L1_2(L2_2, L3_2)
L2_2 = A0_2
L1_2 = A0_2.UnSpawn
L3_2 = "show102"
L1_2(L2_2, L3_2)
L2_2 = A0_2
L1_2 = A0_2.UnSpawn
L3_2 = "show103"
L1_2(L2_2, L3_2)
end
L1_1.OnDestroy = L2_1
return L1_1