Skip to content

Commit 02bc671

Browse files
committed
add SP upgrades to data, and handle receiving them
1 parent 98c06ef commit 02bc671

4 files changed

Lines changed: 206 additions & 149 deletions

File tree

data/in/cutscenes.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,34 @@
305305
"reward": [
306306
[ "item", "Circuit Override", 1 ]
307307
]
308+
} ,
309+
"Faj'ro SP Upgrade": {
310+
"location": {
311+
"map": "heat.dng-expo-space",
312+
"mapId": 136,
313+
"path": ".settings.event.38"
314+
},
315+
"region": {
316+
"linear": "19",
317+
"open": "open7.8"
318+
},
319+
"reward": [
320+
[ "sp" ]
321+
]
322+
},
323+
"Krys'kajo SP Upgrade": {
324+
"location": {
325+
"map": "jungle.dng.tree-expo-space",
326+
"mapId": 60,
327+
"path": ".settings.event.44"
328+
},
329+
"region": {
330+
"linear": "30",
331+
"open": "open15.3"
332+
},
333+
"reward": [
334+
[ "sp" ]
335+
]
308336
}
309337
}
310338
}

0 commit comments

Comments
 (0)