forked from Kattoor/nw-datasheets-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavelindata_gamemodes.json
395 lines (395 loc) · 16.1 KB
/
javelindata_gamemodes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
[
{
"GameModeId": "TestMode1",
"ScriptName": "GameModeTest",
"SlicePath": "GameModes/GameModeTest_01",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": false,
"FeatureFlag": "javelin.enable-game-mode-tests",
"ClearBattleTokensOnExit": "False",
"RequiresGameModeGDEException": "True",
"RequiredLevel": 0,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"MinGroupSize": 0,
"PreserveOldGroup": false,
"IsDungeon": false,
"RestrictGathering": false,
"RestrictWaterGathering": false,
"LootTags": "TestMode1",
"ContainerLevel": 0,
"VictoryDelaySec": 0,
"ProjectedCpuUsePercent": 0,
"ProjectedMemoryUseMb": 0,
"ProjectedDurationMinutes": 0,
"Priority": 0,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "TestMode2",
"ScriptName": "GameModeTest",
"SlicePath": "GameModes/GameModeTest_02",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": false,
"FeatureFlag": "javelin.enable-game-mode-tests",
"ClearBattleTokensOnExit": "False",
"RequiresGameModeGDEException": "True",
"RequiredLevel": 0,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"MinGroupSize": 0,
"PreserveOldGroup": false,
"IsDungeon": false,
"RestrictGathering": false,
"RestrictWaterGathering": false,
"LootTags": "TestMode2",
"ContainerLevel": 0,
"VictoryDelaySec": 0,
"ProjectedCpuUsePercent": 0,
"ProjectedMemoryUseMb": 0,
"ProjectedDurationMinutes": 0,
"Priority": 0,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "Duel",
"ScriptName": "Duel",
"SlicePath": "GameModes/GameMode_Duel",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": false,
"FeatureFlag": "javelin.enable-game-mode-duels",
"ClearBattleTokensOnExit": "False",
"RequiresGameModeGDEException": "True",
"RequiredLevel": 0,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"MinGroupSize": 0,
"PreserveOldGroup": false,
"IsDungeon": false,
"RestrictGathering": false,
"RestrictWaterGathering": false,
"LootTags": "Duel",
"ContainerLevel": 0,
"VictoryDelaySec": 0,
"ProjectedCpuUsePercent": 0,
"ProjectedMemoryUseMb": 0,
"ProjectedDurationMinutes": 0,
"Priority": 0,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "OutpostRush",
"ScriptName": "OutpostRush",
"SlicePath": "POIs/OutpostRush/OutpostRush_Layout_00",
"RequiresTeamRaids": true,
"AdvanceThroughStatesOnUpdate": false,
"DisplayName": "@ui_outpost_rush_signup_title",
"IconPath": "LyShineUI/Images/Icons/OutpostRush/icon_outpostRush.dds",
"CoatlicueName": "coatlicue\\NewWorld_VitaeEterna",
"WorldBounds": "937.0,10562.0,704.0,1056.0",
"TeamTeleportData": "1241,10746,96,0+1309,11279,66,180",
"FeatureFlag": "javelin.enable-game-mode-outpost-rush",
"ItemClassesToRemoveOnExit": "OutpostRushOnly",
"ClearBattleTokensOnExit": "True",
"RequiresGameModeGDEException": "True",
"RequiredLevel": 60,
"QueueReadyThreshold": 32,
"BackfillReadyThreshold": 39,
"NumTeams": 2,
"TeamCapacity": 20,
"MinGroupSize": 0,
"PreserveOldGroup": true,
"IsDungeon": false,
"RestrictGathering": true,
"RestrictWaterGathering": false,
"LootTags": "OutpostRush",
"ContainerLevel": 0,
"VictoryDelaySec": 0,
"MaxAI": "OpenWorld",
"AISpawnRadius": "OpenWorld",
"AIDespawnRadius": "OpenWorld",
"ProjectedCpuUsePercent": 8,
"ProjectedMemoryUseMb": 1024,
"ProjectedDurationMinutes": 15,
"Priority": 1,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "DungeonAmrine",
"ScriptName": "DungeonAmrine",
"SlicePath": "Dungeon/LevelScripts/AmrineDungeon",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": true,
"DisplayName": "@dungeon_amrine_title",
"Description": "@dungeon_amrine_description",
"RequirementText": "@dungeon_amrine_required_equipment",
"IconPath": "LyShineUI/Images/Map/Icon/POIs/expedition_amrine.dds",
"BackgroundImagePath": "LyShineUI/Images/Dungeons/dungeonImages/dungeonImages_DungeonAmrine.dds",
"CoatlicueName": "coatlicue\\NW_Dungeon_Windsward_00",
"WorldBounds": "610.0,560.0,352.0,512.0",
"TeamTeleportData": "645.0,663.0,153.0,0",
"FeatureFlag": "javelin.enable-game-mode-amrine-dungeon",
"ItemClassesToRemoveOnExit": "DungeonItem",
"ClearBattleTokensOnExit": "False",
"RequiresGameModeGDEException": "True",
"RequiredLevel": 25,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"PossibleItemDropIds": "1hRapier_SimonGreysToothpickT3,2hStaffFire_FlareSparkT3,2hGreataxe_DarknessDefinedT3,Ring_SimonsHacksilverRingT3,Amulet_NakashimasKeepsakeT3",
"MinGroupSize": 3,
"PreserveOldGroup": false,
"IsDungeon": true,
"RestrictGathering": false,
"RestrictWaterGathering": true,
"MapId": "NW_Dungeon_Windsward_00",
"LootTags": "Amrine,Lost",
"ContainerLevel": 25,
"VictoryDelaySec": 4,
"MaxAI": "OpenWorld",
"AISpawnRadius": "OpenWorld",
"AIDespawnRadius": "OpenWorld",
"ProjectedCpuUsePercent": 1,
"ProjectedMemoryUseMb": 512,
"ProjectedDurationMinutes": 10,
"Priority": 2,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "DungeonEdengrove00",
"ScriptName": "DungeonEdengrove00",
"SlicePath": "Dungeon/LevelScripts/Edengrove00Dungeon",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": true,
"DisplayName": "@dungeon_edengrove00_title",
"Description": "@dungeon_edengrove00_description",
"RequirementText": "@dungeon_edengrove00_required_equipment",
"IconPath": "LyShineUI/Images/Map/Icon/POIs/expedition_genesis.dds",
"BackgroundImagePath": "LyShineUI/Images/Dungeons/dungeonImages/dungeonImages_DungeonEdengrove00.dds",
"CoatlicueName": "coatlicue\\NW_Dungeon_Edengrove_00",
"WorldBounds": "384.0,1024.0,640.0,800.0",
"TeamTeleportData": "675.0, 1166.0, 186.0,0",
"FeatureFlag": "javelin.enable-game-mode-edengrove00-dungeon",
"ItemClassesToRemoveOnExit": "DungeonItem",
"ClearBattleTokensOnExit": "0",
"RequiresGameModeGDEException": "1",
"RequiredLevel": 60,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"PossibleItemDropIds": "2hSpear_AngryEarthExterminatorT5,EarringT5_MistyKismetCharm,2hBow_CreepingRecurveT5,EarringT5_DoomsChanceEarring,1hLongsword_PrimordialEdgeT5,2hStaffFire_FirebinderT5",
"MinGroupSize": 3,
"PreserveOldGroup": false,
"IsDungeon": true,
"RestrictGathering": false,
"RestrictWaterGathering": true,
"MapId": "NW_Dungeon_Edengrove_00",
"LootTags": "Edengrove00,AngryEarth",
"ContainerLevel": 65,
"VictoryDelaySec": 4,
"MaxAI": "OpenWorld",
"AISpawnRadius": "OpenWorld",
"AIDespawnRadius": "OpenWorld",
"ProjectedCpuUsePercent": 1,
"ProjectedMemoryUseMb": 512,
"ProjectedDurationMinutes": 10,
"Priority": 2,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "DungeonShatteredObelisk",
"ScriptName": "DungeonShatteredObelisk",
"SlicePath": "Dungeon/LevelScripts/ShatteredObeliskDungeon",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": true,
"DisplayName": "@dungeon_everfall_title",
"Description": "@dungeon_everfall_description",
"RequirementText": "@dungeon_everfall_required_equipment",
"IconPath": "LyShineUI/Images/Map/Icon/POIs/expedition_obelisk.dds",
"BackgroundImagePath": "LyShineUI/Images/Dungeons/dungeonImages/dungeonImages_DungeonShatteredObelisk.dds",
"CoatlicueName": "coatlicue\\NW_Dungeon_Everfall_00",
"WorldBounds": "0.0,0.0,1056.0,864.0",
"TeamTeleportData": "965.0, 576.0, 324.0,90",
"FeatureFlag": "javelin.enable-game-mode-shatteredobelisk-dungeon",
"ItemClassesToRemoveOnExit": "DungeonItem",
"ClearBattleTokensOnExit": "0",
"RequiresGameModeGDEException": "1",
"RequiredLevel": 35,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"PossibleItemDropIds": "Amulet_GraveguardsSealT3,2hStaffFire_StaffoftheImmolatedVeilT3,1hRapier_ObsidianRapierT3,1hGauntletIce_CreepingColdT3,1hThrowingAxe_FleetingRealityT3",
"MinGroupSize": 3,
"PreserveOldGroup": false,
"IsDungeon": true,
"RestrictGathering": false,
"RestrictWaterGathering": true,
"MapId": "NW_Dungeon_Everfall_00",
"LootTags": "ShatteredObelisk,Ancient",
"ContainerLevel": 35,
"VictoryDelaySec": 4,
"MaxAI": "OpenWorld",
"AISpawnRadius": "OpenWorld",
"AIDespawnRadius": "OpenWorld",
"ProjectedCpuUsePercent": 2,
"ProjectedMemoryUseMb": 512,
"ProjectedDurationMinutes": 10,
"Priority": 2,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "DungeonRestlessShores01",
"ScriptName": "DungeonRestlessShores01",
"SlicePath": "Dungeon/LevelScripts/RestlessShores01Dungeon",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": true,
"DisplayName": "@dungeon_restlessshores01_title",
"Description": "@dungeon_restlessshores01_description",
"RequirementText": "@dungeon_restlessshores01_required_equipment",
"IconPath": "LyShineUI/Images/Map/Icon/POIs/expedition_depths.dds",
"BackgroundImagePath": "LyShineUI/Images/Dungeons/dungeonImages/dungeonImages_DungeonRestlessShores01.dds",
"CoatlicueName": "coatlicue\\NW_Dungeon_RestlessShores_01",
"WorldBounds": "500.0,780.0,1152.0,1440.0",
"TeamTeleportData": "992.0,1007.0,150.0,180",
"FeatureFlag": "javelin.enable-game-mode-restlessshores01-dungeon",
"ItemClassesToRemoveOnExit": "DungeonItem",
"ClearBattleTokensOnExit": "0",
"RequiresGameModeGDEException": "1",
"RequiredLevel": 45,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"PossibleItemDropIds": "2hMusket_TundraWardensRifleT4,2hStaffLife_StaffofDuplicitiousIntentT4,1hLongsword_WillingSacrificeT4,RingT4_HolyPledgersBand,2hBow_CorruptionInfusedLongbowT4",
"MinGroupSize": 3,
"PreserveOldGroup": false,
"IsDungeon": true,
"RestrictGathering": false,
"RestrictWaterGathering": true,
"MapId": "NW_Dungeon_RestlessShores_01",
"LootTags": "RestlessShores01,Corrupted",
"ContainerLevel": 45,
"VictoryDelaySec": 4,
"MaxAI": "OpenWorld",
"AISpawnRadius": "OpenWorld",
"AIDespawnRadius": "OpenWorld",
"ProjectedCpuUsePercent": 1,
"ProjectedMemoryUseMb": 512,
"ProjectedDurationMinutes": 10,
"Priority": 2,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "DungeonReekwater00",
"ScriptName": "DungeonReekwater00",
"SlicePath": "Dungeon/LevelScripts/Reekwater00Dungeon",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": true,
"DisplayName": "@dungeon_reekwater_title",
"Description": "@dungeon_reekwater_description",
"RequirementText": "@dungeon_reekwater_required_equipment",
"IconPath": "LyShineUI/Images/Map/Icon/POIs/expedition_lazarus.dds",
"BackgroundImagePath": "LyShineUI/Images/Dungeons/dungeonImages/dungeonImages_DungeonReekwater00.dds",
"CoatlicueName": "coatlicue\\NW_Dungeon_Reekwater_00",
"WorldBounds": "610.0,560.0,512.0,512.0",
"TeamTeleportData": "801.0,569.0,205.0,0",
"FeatureFlag": "javelin.enable-game-mode-reekwater00-dungeon",
"ItemClassesToRemoveOnExit": "DungeonItem",
"ClearBattleTokensOnExit": "FALSE",
"RequiresGameModeGDEException": "TRUE",
"RequiredLevel": 60,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"PossibleItemDropIds": "1hThrowingAxe_SolT5,2hStaffLife_WilloftheAncientsT5,Ring_FeatherweightRingT5,2hBow_LazarusBowT5,1hGauntletIce_FrostgraspT5",
"MinGroupSize": 3,
"PreserveOldGroup": false,
"IsDungeon": true,
"RestrictGathering": false,
"RestrictWaterGathering": true,
"MapId": "NW_Dungeon_Reekwater_00",
"LootTags": "Reekwater00,Ancient",
"ContainerLevel": 65,
"VictoryDelaySec": 4,
"MaxAI": "OpenWorld",
"AISpawnRadius": "OpenWorld",
"AIDespawnRadius": "OpenWorld",
"ProjectedCpuUsePercent": 1,
"ProjectedMemoryUseMb": 512,
"ProjectedDurationMinutes": 10,
"Priority": 2,
"PauseTimeOfDay": false,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
},
{
"GameModeId": "DungeonEbonscale00",
"ScriptName": "DungeonEbonscale00",
"SlicePath": "Dungeon/LevelScripts/Ebonscale00Dungeon",
"RequiresTeamRaids": false,
"AdvanceThroughStatesOnUpdate": true,
"DisplayName": "@dungeon_ebonscale00_title",
"Description": "@dungeon_ebonscale00_description",
"RequirementText": "@dungeon_ebonscale_required_equipment",
"IconPath": "LyShineUI/Images/Map/Icon/POIs/expedition_shipyard.dds",
"BackgroundImagePath": "LyShineUI/Images/Dungeons/dungeonImages/dungeonImages_DungeonEbonscale00.dds",
"CoatlicueName": "coatlicue\\NewWorld_VitaeEterna",
"WorldBounds": "4480.0,4096.0,608.0,544.0",
"TeamTeleportData": "5039.0, 4321.0, 41,0",
"FeatureFlag": "javelin.enable-game-mode-ebonscale00-dungeon",
"ItemClassesToRemoveOnExit": "DungeonItem",
"ClearBattleTokensOnExit": "0",
"RequiresGameModeGDEException": "1",
"RequiredLevel": 55,
"QueueReadyThreshold": 0,
"BackfillReadyThreshold": 0,
"NumTeams": 0,
"TeamCapacity": 0,
"PossibleItemDropIds": "2hBow_TempestsCallT4,2hStaffFire_FlamewakeT4,RingT4_BandofOceansOath,1hRapier_RapierofForgottenQueensT4,2hGreataxe_InnerPeaceT4",
"MinGroupSize": 3,
"PreserveOldGroup": false,
"IsDungeon": true,
"RestrictGathering": false,
"RestrictWaterGathering": true,
"MapId": "NewWorld_VitaeEterna",
"LootTags": "Ebonscale00,Corrupted",
"ContainerLevel": 55,
"VictoryDelaySec": 4,
"MaxAI": "OpenWorld",
"AISpawnRadius": "OpenWorld",
"AIDespawnRadius": "OpenWorld",
"ProjectedCpuUsePercent": 1,
"ProjectedMemoryUseMb": 512,
"ProjectedDurationMinutes": 10,
"Priority": 2,
"PauseTimeOfDay": true,
"FreezeTime": 0,
"AILevelAdjustedPerceptionEnabled": false
}
]