mirror of
https://github.com/kwsch/NHSE.git
synced 2026-05-13 22:09:57 -05:00
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 |
||
|---|---|---|
| .. | ||
| Building | ||
| Designs | ||
| Item | ||
| Map | ||
| Misc | ||
| Records | ||
| Villager | ||
| GameFileDumper.cs | ||
| GameFileLoader.cs | ||
| GameLists.cs | ||
| RecipeList.cs | ||
| TurnipStonk.cs | ||
| XorShift128.cs | ||