NHSE/NHSE.Core/Structures/Map
Kurt 0798aa5a97 Add batch editor
Similar to PKHeX's batch editor, probably with some stubbed functionality.

Example to change Oak Trees to apple trees:
=ItemId=60000
.ItemId=60001
;
=ExtensionItemId=60000
.ExtensionItemId=60001

Example to unbury all items:
=IsBuried=True
.IsBuried=False
.IsDropped=True
2021-03-21 11:51:57 -07:00
..
Layers Add batch editor 2021-03-21 11:51:57 -07:00
Managers xmldoc 2020-05-23 13:08:14 -07:00
Terrain Rotate terrain tile on ctlr-shift click 2020-06-01 20:47:04 -07:00
MapGrid.cs xmldoc 2020-05-23 13:08:14 -07:00
OutsideAcre.cs Bump language version to c#9 2020-12-24 23:53:40 -08:00
TileGrid.cs xmldoc 2020-05-23 13:08:14 -07:00