NHSE/NHSE.Core/Structures/Map/Layers
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
..
FieldItemLayer.cs Add remove trees option 2020-05-31 15:24:59 -07:00
ItemLayer.cs Add batch editor 2021-03-21 11:51:57 -07:00
RoomItemLayer.cs Refactoring 2020-05-11 22:14:27 -07:00
TerrainLayer.cs xmldoc 2020-05-23 13:08:14 -07:00