Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Update E-3 Map Data #404

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions data/combat/E-3.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"world": "E",
"subworld": 3,
"enemy_context": [],
"enemy_context": ["subs"],
"nodes": {
"A": {
"coords": [872, 470]
"coords": [872, 470],
"types": ["sub"]
},
"B": {
"coords": [815, 386]
},
"D": {
"coords": [642, 391]
"coords": [642, 391],
"types": ["sub"]
},
"E": {
"coords": [606, 227]
"coords": [606, 227],
"types": ["sub"]
},
"F": {
"coords": [515, 221]
Expand Down