Skip to content

Commit

Permalink
add events to their own editor, import them as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 6, 2024
1 parent 71b1179 commit b8636aa
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 158 deletions.
1 change: 1 addition & 0 deletions _transformers/modimport.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fs.writeJSONSync(
);

fs.writeJSONSync(`${OUTPUT_DIR}/quests.json`, toHash(joinedMod.quests, "name"));
fs.writeJSONSync(`${OUTPUT_DIR}/events.json`, toHash(joinedMod.events, "name"));

const globalDroptable = joinedMod.drops.find((drop) => drop.isGlobal);
const mapDrops = joinedMod.drops.filter((drop) => drop.mapName);
Expand Down
Loading

0 comments on commit b8636aa

Please sign in to comment.