pg = pg or {}
pg.item_data_chat = {
[0] = {
name = "デフォルト",
time_second = 0,
id = 0,
time_limit_type = 0,
desc = "デフォルト",
scene = {}
},
[101] = {
name = "一周年記念",
time_second = 0,
id = 101,
time_limit_type = 0,
desc = "First Anniversary!\n「再誕の暁」使用で開放可能",
scene = {}
},
[102] = {
name = "二周年記念",
time_second = 0,
id = 102,
time_limit_type = 0,
desc = "Second Anniversary!\n二周年記念イベントで開放可能",
scene = {}
},
[103] = {
name = "三周年記念",
time_second = 0,
id = 103,
time_limit_type = 0,
desc = "Third Anniversary!\n三周年記念イベントで開放可能",
scene = {}
},
[104] = {
name = "四周年記念",
time_second = 0,
id = 104,
time_limit_type = 0,
desc = "Fourth Anniversary!\n四周年記念イベントで開放可能",
scene = {}
},
[300] = {
name = "カリスマ指揮官",
time_second = 2592000,
id = 300,
time_limit_type = 1,
desc = "カムバックミッションの累計Pt入手数報酬で\n開放可能(30日限定)",
scene = {}
},
[301] = {
name = "フレンドシップ",
time_second = 2592000,
id = 301,
time_limit_type = 1,
desc = "カムバックミッションで\n開放可能(30日限定)",
scene = {}
},
all = {
0,
101,
102,
103,
104,
300,
301
}
}