mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
53 lines
1.1 KiB
Lua
53 lines
1.1 KiB
Lua
local L0_1, L1_1, L2_1, L3_1, L4_1, L5_1, L6_1, L7_1, L8_1, L9_1, L10_1, L11_1, L12_1, L13_1, L14_1, L15_1
|
|
L0_1 = require
|
|
L1_1 = "Actor/ActorCommon"
|
|
L0_1(L1_1)
|
|
L0_1 = require
|
|
L1_1 = "Actor/Npc/Config/NpcConfigCommon"
|
|
L0_1 = L0_1(L1_1)
|
|
L1_1 = L0_1.GeneralPattern
|
|
L2_1 = L0_1.DailyCondition
|
|
L3_1 = L0_1.QuestState
|
|
L4_1 = L0_1.ActionPointType
|
|
L5_1 = L0_1.CompareOperation
|
|
L6_1 = {}
|
|
L7_1 = {}
|
|
L7_1.NpcId = "10303"
|
|
L7_1.Alias = "Npc10303"
|
|
L8_1 = {}
|
|
L9_1 = {}
|
|
L10_1 = {}
|
|
L10_1.titleStr = "NPC_TITLE_10303"
|
|
L10_1.priority = 0
|
|
L11_1 = {}
|
|
L12_1 = {}
|
|
L13_1 = {}
|
|
L14_1 = L2_1.AllDay
|
|
L13_1.daily = L14_1
|
|
L12_1.condition = L13_1
|
|
L12_1.priority = 0
|
|
L12_1.isShow = true
|
|
L11_1[1] = L12_1
|
|
L10_1.condList = L11_1
|
|
L11_1 = {}
|
|
L11_1.titleStr = "NPC_TITLE_10303_1"
|
|
L11_1.priority = 1
|
|
L12_1 = {}
|
|
L13_1 = {}
|
|
L14_1 = {}
|
|
L14_1.questGlobalVarId = 20002
|
|
L14_1.questGlobalVarValue = 1
|
|
L15_1 = L5_1.Equal
|
|
L14_1.questGlobalVarOperate = L15_1
|
|
L13_1.condition = L14_1
|
|
L13_1.priority = 1
|
|
L13_1.isShow = true
|
|
L12_1[1] = L13_1
|
|
L11_1.condList = L12_1
|
|
L9_1[1] = L10_1
|
|
L9_1[2] = L11_1
|
|
L8_1.titleDatas = L9_1
|
|
L7_1.TitleData = L8_1
|
|
L6_1.Data = L7_1
|
|
return L6_1
|