ModernUO/Projects/UOContent/Migrations
Kamron Batman 0f2870e94a
feat: Adds Stamina System to overhaul overweight. (#1465)
## Overhaul to Stamina (Overweight) System

### Added configurations

```json
{
  "settings": {
    "stamina.enableMountStamina": "True",
    "stamina.cannotMoveWhenFatigued": "True",
    "stamina.stonesPerOverweightLoss": "25",
    "stamina.stonesOverweightAllowance": "4",
    "stamina.baseOverweightLoss": "5",
    "stamina.additionalLossWhenBelow": "0.1",
    "stamina.mountLastMoveStepsReset": "01:00:00:00",
    "stamina.enableMountStamina": "True",
    "stamina.useMountStaminaOnlyWhenOverloaded": "False",
  },
}
```
- `stamina.cannotMoveWhenFatigued` - By default, Pre-AOS expansions will outright block a player if they are fatigued. A player is fatigued when they run out of stamina by any mechanism.
- `stamina.stonesPerOverweightLoss` - The amount of stamina lost for every X stones above overweight. Example, if a person is overweight 28 stones overweight, then there there is 1 additional stamina. 28 / 25 = 1 (no decimals, no rounding)
- `stamina.stonesOverweightAllowance` - The number of stones allowed before overweight penalties take affect. This _does not_ substract from the overweight stones calculation.
- `stamina.baseOverweightLoss` - The base amount of stamina loss for being overweight. While running, the final amount is multiplied by 2. If mount stamina is turned off, then the final amount is divided by 3 while mounted. 

### Mount stamina

Mounts have a new property `StepsMax` to determine the maximum steps they can take before being fatigued. To regain steps, the player _must stay on the mount and not move_ (per OSI). The gain rates are configurable. If a mount is dismounted, or the player logs off, the mount is considered inactive and mounts regain all of their steps after _24 hours_.

### Changes to player stamina

Players now have a proper inactivity time reset for their steps. If a player is idle for 16 seconds (including logging off, or the server being offline), then the steps counter is rest.

### Developer Notes

- `StepsTaken` - This field has been removed. It was not serialized and could not be used reliably. If a developer was using it, then the recommendation is to build a mechanism to track total steps another way.
- `IHasStamina` - This new interface was added and currently `IMount` and `PlayerMobile` are valid types.

Important: Entities that are sent to the StaminaSystem for tracking (mounts, players, or something else), must be an `ISerializable` to be serialized properly. If they are not, then the serialization system will record a null, and nothing will be deserialized upon world load. No errors will be given.
2023-09-16 17:52:54 -07:00
..
Server.Accounting.Account.v3.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Accounting.Account.v4.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.BaseAttributes.v0.json fix(codegen): Fixes various code gen issues. Adds better embedded serialization support (#688) 2021-08-17 02:43:52 -07:00
Server.Engines.BulkOrders.BaseBOD.v1.json fix: Fixes code genning armor, clothing, and BODs (#810) 2021-09-28 22:09:34 -07:00
Server.Engines.BulkOrders.LargeBOD.v1.json fix(codegen): Fixes various code gen issues. Adds better embedded serialization support (#688) 2021-08-17 02:43:52 -07:00
Server.Engines.BulkOrders.LargeSmithBOD.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Engines.BulkOrders.LargeTailorBOD.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Engines.BulkOrders.SmallSmithBOD.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Engines.BulkOrders.SmallTailorBOD.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Engines.CannedEvil.ChampionAltar.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.ChampionPlatform.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.ChampionSkullBrazier.v1.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.ChampionSkullPlatform.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.ChampionSpawn.v10.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.ChampionTitle.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.ChampionTitleContext.v1.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.DungeonChampionSpawn.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.IdolOfTheChampion.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.CannedEvil.LLChampionSpawn.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Engines.Events.NaughtyTwin.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Engines.Events.PlayerBones.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Engines.Events.ZombieSkeleton.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Engines.Mahjong.MahjongDealerIndicator.v1.json fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
Server.Engines.Mahjong.MahjongDices.v0.json fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
Server.Engines.Mahjong.MahjongGame.v1.json fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
Server.Engines.Mahjong.MahjongPlayers.v1.json fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
Server.Engines.Mahjong.MahjongTile.v1.json fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
Server.Engines.Mahjong.MahjongWallBreakIndicator.v0.json fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
Server.Engines.MLQuests.Gumps.RaceChangeDeed.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Engines.Plants.PlantBowl.v0.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Engines.Plants.PlantItem.v3.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Engines.Plants.PlantSystem.v3.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Engines.Plants.Seed.v3.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Engines.PlayerMurderSystem.MurderContext.v0.json fix: Overhauls murder system (#1419) 2023-07-15 22:42:49 -07:00
Server.Engines.Virtues.VirtueContext.v0.json fix: Overhauls virtue system (#1376) 2023-07-19 21:43:47 -07:00
Server.Factions.VirtualMountItem.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Items.AbbatoirAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AbbatoirDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AbscessTail.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.AcademicBooksArtifact.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.Acid.v0.json fix: Adds codegen migration for Forest Ostard and Acid (#1315) 2022-12-30 09:43:52 -08:00
Server.Items.AcidProofRobe.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.AcidProofRope.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.AddonComponent.v1.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AddonContainerComponent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AdminRobe.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.AdmiralsHeartyRum.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.AdventurersMachete.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Aegis.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.AegisOfGrace.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.AgapiteGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.AgapiteIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AgapiteOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AgilityPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.AgilityScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.AlbinoCourtesanFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AlbinoFrog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AlchemistsBauble.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.AlchemistTableEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AlchemistTableEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AlchemistTableSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AlchemistTableSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Amber.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.AmeliasToolbox.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.Amethyst.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.AncientSmithyHammer.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.AncientWildStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ANecromancerShroud.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.AniLargeVioletFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.AnimateDeadScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.AnimatedHeartShapedBox.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AnimatedWeaponScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.AniRedRibbedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.AniSmallBlueFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.AnkhNorth.InternalItem.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.AnkhNorth.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.AnkhOfSacrificeAddon.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.AnkhOfSacrificeComponent.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.AnkhOfSacrificeDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.AnkhWest.InternalItem.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.AnkhWest.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.AnthropomorphistGlasses.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Anvil.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.AnvilComponent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AnvilEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AnvilEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AnvilSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AnvilSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Apple.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.ApplePie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.AppleTreeAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.AppleTreeDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.AppleTrunkAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.AppleTrunkDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Aquarium.v4.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.AquariumEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AquariumFishNet.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AquariumFood.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AquariumMessage.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AquariumNorthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AquariumState.v0.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.ArcaneBookshelfEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcaneBookshelfEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcaneBookshelfSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcaneBookshelfSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcaneCircleAddon.v0.json fix: Fixes IDE modifying arcane circle migration. (#1226) 2022-11-02 22:20:52 -07:00
Server.Items.ArcaneCircleDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcaneCircleScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ArcaneEmpowermentScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ArcaneGem.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.ArcaneShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.ArcanistStatueEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcanistStatueEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcanistStatueSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcanistStatueSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcanistsWildStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ArchCureScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ArcheryButte.v0.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.ArcheryButteAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArcheryButteDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArchProtectionScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ArcticDeathDealer.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.Armoire.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.ArmorOfFortune.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ArmsAndWeaponsPrimer.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.ArmsOfArmstrong.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.Arrow.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.ArtifactLargeVase.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.ArtifactVase.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.ArtsGlasses.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AshBoard.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.AshLog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.AssassinSpike.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.AssassinsShortbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.AttuneWeaponScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.AwaseMisoSoup.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.AwesomeDisturbingPortraitAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.AwesomeDisturbingPortraitComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.AwesomeDisturbingPortraitDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.Axe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.AxeOfTheHeavens.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Axle.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.AxleGears.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.Backgammon.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.Backpack.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.BackpackArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Bacon.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.BadCard.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.Bag.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.BagOfAllReagents.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.BagOfNecromancerReagents.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.BagOfNecroReagents.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.BagOfReagents.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.BagOfSending.v2.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.BagOfSmokeBombs.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.BallOfSummoning.v2.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.BallotBox.v0.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.BallotBoxAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BallotBoxDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BambooChair.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.BambooFlute.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.Banana.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Bananas.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Bandage.v0.json fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Server.Items.Bandana.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BankCheck.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.Banner.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.BannerDeed.v0.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.BarbedHides.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BarbedLeather.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BarbedLongbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Bardiche.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BarkeepContract.v0.json fix: Codegens deeds (#983) 2022-03-30 19:42:38 -07:00
Server.Items.BarkFragment.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BarredMetalDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.BarredMetalDoor2.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.Barrel.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.Bascinet.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.BaseAddon.v3.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.BaseAddonContainer.v2.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.BaseAddonDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseAgilityPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseArmor.v8.json fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Server.Items.BaseArmor.v9.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.BaseAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.BaseBagBall.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.BaseBashing.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BaseBeverage.v2.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.BaseBoard.v2.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.BaseBook.v5.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.BaseBracelet.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.BaseBulletinBoard.v0.json fix(codegen): Codegens bulletin boards. (#712) 2021-08-22 08:05:03 -07:00
Server.Items.BaseCloak.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BaseClothing.v6.json fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Server.Items.BaseClothing.v7.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.BaseClothMaterial.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseConflagrationPotion.InternalItem.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseConflagrationPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseConfusionBlastPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseCurePotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseDecorationArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BaseDecorationContainerArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BaseDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.BaseEarrings.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.BaseEquipableLight.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.BaseExplosionPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseFormTalisman.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BaseFruitTreeAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BaseGlovesOfMining.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.BaseGranite.v2.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.BaseHarvestTool.v2.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.BaseHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BaseHealPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseHides.v2.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseHouseDoor.v2.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.BaseImprisonedMobile.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.BaseIngot.v2.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseInstrument.v4.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.BaseJewel.v4.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.BaseKnife.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BaseLeather.v2.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseLight.v1.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.BaseMagicFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseMiddleTorso.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BaseNecklace.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.BaseOre.v2.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseOuterLegs.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BaseOuterTorso.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BasePants.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BasePiece.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.BasePlayerBB.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.BasePoisonPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BasePoleArm.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BasePotion.v2.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseQuiver.v1.json fix: Codegens quivers (#1271) 2022-11-23 13:37:39 -08:00
Server.Items.BaseRanged.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BaseReagent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseRefreshPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseRejuvinationAnkh.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BaseRing.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.BaseRunicTool.v1.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.BaseScales.v1.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.BaseShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.BaseShirt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BaseShoes.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BaseSpear.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BaseStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BaseStrengthPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.BaseSuit.v1.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.BaseSword.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BaseTalisman.v1.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Items.BaseThrown.v0.json fix: Adds throwing weapons (#1107) 2022-07-01 17:03:27 -07:00
Server.Items.BaseTool.v2.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.BaseTrap.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.BaseTreasureChest.v1.json fix: Codegens treasure/paragon chests & strongboxes (#948) 2022-02-27 17:22:38 -08:00
Server.Items.BaseWaist.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BaseWall.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.BaseWand.v1.json fix(wands): Fixes codegenning BaseWand. (#718) 2021-08-22 14:30:38 -07:00
Server.Items.BaseWaterContainer.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.BaseWindChimes.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.Basket.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.Basket1Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Basket2Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Basket3NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Basket3WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Basket4Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Basket5NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Basket5WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Basket6Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BattleAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.BatWing.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Beads.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.BearMask.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BedOfNailsAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BedOfNailsComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BedOfNailsDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.Bedroll.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.Beeswax.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.BentoBox.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.BeverageBottle.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.BigElvenChair.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.BigFish.v1.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BirdsOfBritannia.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.BlackDyeTub.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BlackPearl.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BlackScales.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.BlackStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BlackthornWelcomeBook.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.BladeDance.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.BladedStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BladeOfInsanity.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BladeOfTheRighteous.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BladeSpiritsScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.BlankMap.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.BlankScroll.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.BlazeDyeTub.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BlazeOfDeath.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.BlessScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Blight.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BlightGrippedLongbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Blocker.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.Blood.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.BloodBlade.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.Bloodmoss.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BloodOathScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.BloodPentagram.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BloodwoodBoard.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.BloodwoodLog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BloodwoodSpirit.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.BloodyPentagramAddon.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.BloodyPentagramComponent.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.BloodyPentagramDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.BloodyWaterArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Blowpipe.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.BlueBeaker.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.BlueBook.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.BlueCurvedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.BlueDecorativeRugAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BlueDecorativeRugDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BlueDiamond.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BlueFancyRugAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BlueFancyRugDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BluePlainRugAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BluePlainRugDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BlueScales.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.BlueSnowflake.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.BlueSoulstone.v0.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.Board.v4.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.BodySash.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BoilingCauldronAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.BoilingCauldronDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Bokuto.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Bola.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.BolaBall.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.BoldStranger.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Bolt.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.BoltOfCloth.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BombardScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Bone.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BoneArms.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BoneChest.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BoneCouchAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BoneCouchComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BoneCouchDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BoneCrusher.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BoneGloves.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BoneHarvester.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BoneHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.BoneLegs.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BoneMachete.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BonePile.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Bonesmasher.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.BoneTableAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BoneTableDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BoneThroneAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BoneThroneComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.BoneThroneDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.Bonnet.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.BookOfBushido.v0.json fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Server.Items.BookOfChivalry.v0.json fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Server.Items.BookOfNinjitsu.v0.json fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Server.Items.BooksFaceDownArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BooksNorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BooksWestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Boomerang.v0.json fix: Adds throwing weapons (#1107) 2022-07-01 17:03:27 -07:00
Server.Items.Boomstick.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.Boots.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Bottle.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.BottleArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Bow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BowlArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BowlFlour.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.BowlsHorizontalArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BowlsVerticalArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BowOfTheJukaKing.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.BraceletOfBinding.v2.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.BraceletOfHealth.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.BraceletOfResilience.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.BrambleCoat.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BraveKnightOfTheBritannia.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.Brazier.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.BrazierArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.BrazierTall.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.BreadLoaf.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.BreathOfTheDead.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrightlyColoredEggs.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.BrightsightLenses.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.BrilliantAmber.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrineShrimp.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BritainCrownFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BritannianFlora.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.BroadcastCrystal.v1.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.Broadsword.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.BrocadeGozaMatEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrocadeGozaMatEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrocadeGozaMatSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrocadeGozaMatSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrocadeSquareGozaMatEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrocadeSquareGozaMatEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrocadeSquareGozaMatSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrocadeSquareGozaMatSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrokenArmoireAddon.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenArmoireComponent.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenArmoireDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenBedAddon.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenBedDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenBookcaseAddon.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenBookcaseComponent.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenBookcaseDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenChair.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.BrokenChestOfDrawersAddon.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenChestOfDrawersComponent.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenChestOfDrawersDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenCoveredChairAddon.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenCoveredChairComponent.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenCoveredChairDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenFallenChairAddon.v0.json fix: Fixes broken chair (#1356) 2023-02-27 09:01:50 -08:00
Server.Items.BrokenFallenChairComponent.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenFallenChairDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenVanityAddon.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BrokenVanityDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.BronzeGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.BronzeIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BronzeOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BronzeShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.BrownBearRugEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrownBearRugEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrownBearRugSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrownBearRugSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.BrownBook.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Bucket.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Buckler.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.BulletinBoard.v0.json fix(codegen): Codegens bulletin boards. (#712) 2021-08-22 08:05:03 -07:00
Server.Items.BulletinMessage.v2.json fix(codegen): Codegens bulletin boards. (#712) 2021-08-22 08:05:03 -07:00
Server.Items.BulwarkLeggings.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.BurglarsBandana.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.BurningOfTrinsic.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.ButcherKnife.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ButchersWarCleaver.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Cabbage.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Cake.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CakeMix.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CallToAnarchy.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Calm.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.Campfire.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.Candelabra.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.CandelabraOfSouls.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.CandelabraStand.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.Candle.v0.json fix: Moves mods and fixes migrations for lights (#1080) 2022-06-18 21:28:51 -07:00
Server.Items.CandleLarge.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.CandleLong.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.CandleShort.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.CandleSkull.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.CandyCane.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.CannonAddon.v1.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.CannonAddonComponent.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.CannonDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.Cantaloupe.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Cap.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.CaptainBlackheartsFishingPole.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CaptainJohnsHat.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.CaptainQuacklebushsCutlass.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.CapturedEssence.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Cards.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Cards2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Cards3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Cards4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Carrot.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CavortingClub.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.CeramicMug.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.ChainChest.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ChainCoif.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.ChainHatsuburi.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ChainLegs.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ChainLightningScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ChairInAGhostCostume.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ChampionSkull.v2.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Items.ChaosShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.ChargedAssassinSpike.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.CheckerBoard.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.Checkers.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Checkers2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.CheesePizza.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CheeseSlice.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CheeseWedge.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CheeseWheel.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CherryArmoire.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.CherryBlossomTreeAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.CherryBlossomTreeDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.CherryBlossomTrunkAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.CherryBlossomTrunkDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Chessboard.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.Chessmen.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Chessmen2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Chessmen3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.ChickenLeg.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.ChildrenTalesVol2.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.ChiselsNorth.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.ChiselsWest.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.ChurchillsWarMace.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.CinnamonFancyRugAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.CinnamonFancyRugDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Circlet.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.Citrine.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.CityMap.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.ClaspOfConcentration.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.CleansingWindsScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Cleaver.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Cloak.v2.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Clock.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ClockFrame.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ClockLeft.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ClockParts.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ClockRight.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ClockworkAssembly.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.ClosedBarrel.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.CloseHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.Cloth.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ClothingBlessDeed.v0.json fix: Codegens deeds (#983) 2022-03-30 19:42:38 -07:00
Server.Items.ClothNinjaHood.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ClothNinjaJacket.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Club.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ClumsyScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ClumsyWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.Coal.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.CocoaButter.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CocoaLiquor.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CocoaPulp.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Coconut.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CocoonArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.CoilsFang.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.ColdBlood.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.ColdForgedBlade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ColoredAnvil.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.ColoredSmallWebs.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CommodityDeed.v1.json fix: Codegens deeds (#983) 2022-03-30 19:42:38 -07:00
Server.Items.CommodityDeedBox.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.CompositeBow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ConditionTeleporter.v1.json fix: Codegens teleporters (#1250) 2022-11-14 20:56:08 -08:00
Server.Items.ConfirmationMoongate.v1.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.ConflagrationPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.ConfusionBlastPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.ContestMiniHouse.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.ContestMiniHouseDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.ContractOfEmployment.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.ControlPanel.v1.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.CookableFood.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CookedBird.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CookieMix.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Cookies.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.CopperGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.CopperIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CopperOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CopperWire.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.Coral.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Corpse.v13.json fix: Codegens corpses (#1287) 2022-11-28 23:08:38 -08:00
Server.Items.CorpseSkinScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.CorruptedRuneBlade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Corruption.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Cotton.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CounselorRobe.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.CraftysFishingHat.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CreateFoodScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.CreatureBackpack.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.CreepyCake.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CreepyPortraitAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.CreepyPortraitComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.CreepyPortraitDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.CrescentBlade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.CrimsonCincture.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Crossbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.CrossbowBolts.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.CrownOfTalKeesh.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.CrystallineFragments.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.CunningScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.CupidsArrow.v0.json fix(codegen): Codegens Holiday stuff (#631) 2021-06-01 16:34:24 -07:00
Server.Items.CupidStatue.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.CupsArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.CurePotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.CureScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.CurseScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.CurseWeaponScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.CurtainsAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.CurtainsComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.CurtainsDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.CurvedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.CuSidheFormTalisman.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.Cutlass.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Cyclone.v0.json fix: Adds throwing weapons (#1107) 2022-07-01 17:03:27 -07:00
Server.Items.DaemonArms.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DaemonBlood.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DaemonBone.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DaemonChest.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DaemonGloves.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DaemonHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.DaemonLegs.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Dagger.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Daisho.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.DamagedBooksArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.DarkChocolate.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.DarkFlowerTapestryEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DarkFlowerTapestryEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DarkFlowerTapestrySouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DarkFlowerTapestrySouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DarkglowPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.DarkglowScimitar.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.DarkSapphire.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DarkSource.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.DarkWoodDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.DarkWoodGate.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.DarkWoodHouseDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.DarkWoodWall.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.DarkYarn.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DartBoard.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DartBoardEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DartBoardEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DartBoardSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DartBoardSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Dates.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.DawnsMusicBox.v1.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.DawnsMusicGear.v2.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.DeadlyPoisonPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.DeadWood.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DeathRobe.v3.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.DeathShroud.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.DecayedCorpse.v2.json fix: Codegens corpses (#1287) 2022-11-28 23:08:38 -08:00
Server.Items.DeceitBrazier.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.DeceitDungeonOfHorror.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.DecoArrowShafts.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoBlackmoor.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoBloodspawn.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoBottlesOfLiquor.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoBridle.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoBridle2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoBrimstone.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoCards5.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoCrystalBall.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoDeckOfTarot.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoDeckOfTarot2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoDragonsBlood.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoDragonsBlood2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoEyeOfNewt.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoFlower.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoFlower2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoFullJar.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoFullJars3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoFullJars4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGarlic.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGarlic2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGarlicBulb.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGarlicBulb2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGinseng.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGinseng2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGinsengRoot.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGinsengRoot2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGoldIngot.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGoldIngot2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGoldIngots.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGoldIngots2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGoldIngots3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoGoldIngots4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoHay.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoHay2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoHorseDung.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngot.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngot2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngots.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngots2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngots3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngots4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngots5.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoIronIngots6.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoMagicalCrystal.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoMandrake.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoMandrake2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoMandrake3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoMandrakeRoot.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoMandrakeRoot2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoNightshade.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoNightshade2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoNightshade3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoObsidian.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoPumice.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecorativeAxeNorth.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeAxeWest.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeBowNorth.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeBowWest.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeBox.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.DecorativeDAxeNorth.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeDAxeNorth.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeDAxeWest.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeDAxeWest.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativePlateKabuto.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.DecorativeShield.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.DecorativeShield1.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield2.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield3.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield4.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield5.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield6.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield7.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield8.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield9.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield10.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShield11.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShieldDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.DecorativeShieldSword1North.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShieldSword1West.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShieldSword2North.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeShieldSword2West.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeSwordNorth.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeSwordNorth.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeSwordWest.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecorativeSwordWest.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.DecoRock.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoRock2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoRocks.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoRocks2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoRoseOfTrinsic.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoRoseOfTrinsic2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoRoseOfTrinsic3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSilverIngot.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSilverIngot2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSilverIngots.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSilverIngots2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSilverIngots3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSilverIngots4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSilverIngots5.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoSpittoon.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTarot.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTarot2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTarot3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTarot4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTarot5.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTarot6.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTarot7.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTray.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoTray2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DecoWyrmsHeart.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.DeerMask.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.DemonSkull.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.DetectiveBoots.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.Diamond.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.DiamondMace.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Dices.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.DimensionalTravel.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.DirtPatch.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.DirtyFrypan.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DirtyKettle.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DirtyPan.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DirtyPot.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DirtyRoundPot.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DirtySmallPot.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DirtySmallRoundPot.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DiscMace.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.DiseasedBark.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DiseasedMachete.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.DisguiseKit.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.DispelFieldScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.DispelScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.DisturbingPortraitAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.DisturbingPortraitComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.DisturbingPortraitDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.DiversityOfOurLand.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.DivineCountenance.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.DjinnisRing.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.DolphinLeftArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.DolphinRightArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.DoubleAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.DoubleBladedStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Doublet.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Dough.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.DovetailSaw.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.DragonArms.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DragonBardingDeed.v2.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.DragonChest.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DragonEasterEgg.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DragonFlameSectBadge.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.DragonGloves.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DragonHelm.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DragonLegs.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DragonsBlood.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DrakovsJournal.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Drawer.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.DrawKnife.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.DreadHornMane.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DreadPirateHat.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.DreadSword.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.Dressform.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.DriedHerbs.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.DriedOnions.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.Drums.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.DryadAllureScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.DualPointedSpear.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.DualShortAxes.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.DullCopperGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.DullCopperIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DullCopperOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.DupresShield.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.DupreSuit.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.Dyes.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.DyeTub.v2.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.EagleStrikeScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EarOfCorn.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.EarringBoxSet.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.EarringsOfProtection.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.EarthquakeScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EasterEggs.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.EcruCitrine.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.EffectController.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.EffectItem.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.EggBomb.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.EggCaseArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Eggs.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Eggshells.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.ElegantArmoire.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.ElegantLowTable.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.ElvenBedEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenBedEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenBedSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenBedSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenBoots.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ElvenCompositeLongbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ElvenDarkShirt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ElvenDresserEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenDresserEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenDresserSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenDresserSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenForgeAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenForgeDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenGlasses.v0.json fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Server.Items.ElvenLoveseatEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenLoveseatEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenLoveseatSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenLoveseatSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenMachete.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ElvenPants.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ElvenPodium.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.ElvenQuiver.v0.json fix: Codegens quivers (#1271) 2022-11-23 13:37:39 -08:00
Server.Items.ElvenReadingChair.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.ElvenShirt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ElvenSpellblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ElvenSpinningWheelEastAddon.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.ElvenSpinningWheelEastDeed.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.ElvenSpinningWheelSouthAddon.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.ElvenSpinningWheelSouthDeed.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.ElvenStoveEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenStoveEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenStoveSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenStoveSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenWashBasinEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenWashBasinEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenWashBasinSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ElvenWashBasinSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.EmberStaff.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.EmbroideredOakLeafCloak.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.Emerald.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.EmeraldMace.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.EmptyBentoBox.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.EmptyBookcase.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.EmptyCurvedFlaskE.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.EmptyCurvedFlaskW.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.EmptyJar.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.EmptyJars.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.EmptyJars2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.EmptyJars3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.EmptyJars4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.EmptyOilFlask.v0.json feat: Implement Oil Flask & Refueling (#1165) 2022-09-07 00:35:47 -07:00
Server.Items.EmptyPewterBowl.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.EmptyPewterTub.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.EmptyRibbedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.EmptyToolKit.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.EmptyToolKit2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.EmptyVial.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.EmptyVialsWRack.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.EmptyWoodenBowl.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.EmptyWoodenTub.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.EnchantedSwitch.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Items.EnchantedTitanLegBone.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.EnchantScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EnergyBoltScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EnergyFieldScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EnergyVortexScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EnhancedBandage.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.EscutcheonDeAriadne.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.EssenceOfBattle.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.EssenceOfWindScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EternallyCorruptTree.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.EtherealVoyageScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EthicalHedonism.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.EvilIdolSkull.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.EvilOmenScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ExcellentIronMaiden.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ExecutionersAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.ExecutionersCap.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.ExorcismScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ExplosionPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.ExplosionScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.EyeOfTheTravesty.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FabledFishingNet.v0.json fix: Codegens fishing pole (#1288) 2022-11-28 23:42:32 -08:00
Server.Items.FaerieFire.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.FancyArmoire.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.FancyDrawer.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.FancyDress.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FancyElvenArmoire.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.FancyElvenTableEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FancyElvenTableEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FancyElvenTableSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FancyElvenTableSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FancyShirt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FancyWindChimes.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.FancyWoodenChairCushion.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.FandancerFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FangOfRactus.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.FanNorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.FanWestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.FarmableCabbage.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableCarrot.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableCotton.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableCrop.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableFlax.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableLettuce.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableOnion.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmablePumpkin.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableTurnip.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.FarmableWheat.v0.json fix: Codegens farmables (#1001) 2022-04-17 17:10:45 -07:00
Server.Items.Feather.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.FeatheredHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FeeblemindScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.FeebleWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.FemaleElvenPlateChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.FemaleElvenRobe.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FemaleKimono.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FemaleLeafChest.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.FemaleLeatherChest.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.FemalePlateChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.FemaleStuddedChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.FerretFormTalisman.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.FertileDirt.v0.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Items.FeyLeggings.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.FierySpellblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.FillableBarrel.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FillableContainer.v2.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.FillableLargeCrate.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FillableMetalBox.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FillableMetalChest.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FillableMetalGoldenChest.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FillableSmallCrate.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FillableWoodenBox.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FillableWoodenChest.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.FinishedWoodenChest.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.FireballScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.FireballWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.Firebomb.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.FireColumnAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FireColumnTrap.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.FireFieldScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Fireflies.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FirefliesDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FireHorn.v0.json fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Server.Items.FireRuby.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FireworksWand.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Fish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FishBones.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FishBowl.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FishingPole.v0.json fix: Codegens fishing pole (#1288) 2022-11-28 23:42:32 -08:00
Server.Items.FishOilFlask.v0.json feat: Implement Oil Flask & Refueling (#1165) 2022-09-07 00:35:47 -07:00
Server.Items.FishSteak.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Fists.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.FlameSpurtTrap.v0.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Items.FlamestrikeScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.FlamingHead.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.FlamingHeadDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.Flax.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FleshRipper.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.FletcherTools.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.FloppyHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FlourMillEastAddon.v0.json fix: Codegens some armors & Fixes code genning of some base addons (#687) 2021-08-16 16:11:20 -07:00
Server.Items.FlourMillEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FlourMillSouthAddon.v0.json fix: Codegens some armors & Fixes code genning of some base addons (#687) 2021-08-16 16:11:20 -07:00
Server.Items.FlourMillSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FlourSifter.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.FlowerGarland.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FlowersArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.FoldedSteelGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.Food.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.FootStool.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Forge.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.ForgeComponent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ForgedMetal.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.Fork.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ForkLeft.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ForkRight.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.FormalShirt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FountainAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.FountainDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.FountainOfLife.v1.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.FountainOfLifeDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.FrenchBread.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.FriedEggs.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Froe.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.FropozJournal.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Frostbringer.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FrostwoodBoard.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.FrostwoodLog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FrozenLongbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.FruitBasket.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.FruitPie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Fukiya.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.FukiyaDarts.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.FullApron.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FullBookcase.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.FullMoonFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.FullVialsWRack.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.FurBoots.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FurCape.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.FurnitureDyeTub.v1.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.FurSarong.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Futon.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.GargishClothArmsType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishClothArmsType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishClothChestType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishClothChestType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishClothKiltType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishClothKiltType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishClothLegsType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishClothLegsType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishLeatherArmsType1.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherArmsType2.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherChestType1.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherChestType2.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherKiltType1.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherKiltType2.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherLegsType1.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherLegsType2.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishLeatherWingArmor.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GargishStoneArmsType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStoneArmsType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStoneChestType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStoneChestType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStoneKiltType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStoneKiltType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStoneLegsType1.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStoneLegsType2.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishStuddedArmsType1.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishStuddedArmsType2.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishStuddedChestType1.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishStuddedChestType2.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishStuddedKiltType1.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishStuddedKiltType2.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishStuddedLegsType1.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishStuddedLegsType2.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.GargishTalwar.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargishWoodenShield.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GargoylesPickaxe.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.Garlic.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GasTrap.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.GateTravelScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.GauntletsOfNobility.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Gears.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.GemmedCirclet.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.GenericHouseDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.GhostShipAnchor.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.GiantReplicaAcorn.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.GiantSpikeTrap.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.GiantWeb1.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GiantWeb2.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GiantWeb3.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GiantWeb4.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GiantWeb5.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GiantWeb6.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GiftBox.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GiftBoxAngel.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GiftBoxCube.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GiftBoxCylinder.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GiftBoxNeon.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GiftBoxOctogon.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GiftBoxRectangle.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GiftOfLifeScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.GiftOfRenewalScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.GildedDress.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.GildedWoodenChest.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.GingerBreadCookie.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GingerBreadHouseAddon.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GingerBreadHouseDeed.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.Ginseng.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GlacialStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.GladiatorsCollar.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.Glass.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.GlassblowingBook.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.GlassBottle.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.GlassMug.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.GlassStaff.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.GlassSword.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.Globe.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.GlobOfMonstreousInterredGrizzle.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.GlovesOfSafeguarding.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.GlovesOfThePugilist.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.GMRobe.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.GnarledStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Goblet.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.Gold.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.GoldBeadNecklace.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.GoldBracelet.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.GoldBricks.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.GoldEarrings.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.GoldenBroadtail.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GoldenDecorativeRugAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.GoldenDecorativeRugDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.GoldGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.GoldIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GoldNecklace.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.GoldOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GoldRing.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.GoldWire.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.GozaMatEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GozaMatEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GozaMatSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GozaMatSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GrammarOfOrcish.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Granite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.Grapes.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.GraveDust.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GrayBrickFireplaceEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GrayBrickFireplaceEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GrayBrickFireplaceSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GrayBrickFireplaceSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GreaterAgilityPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.GreaterConflagrationPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.GreaterConfusionBlastPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.GreaterCurePotion.v0.json fix: Fixes missed codegen for potions (#1359) 2023-03-02 21:27:42 -08:00
Server.Items.GreaterExplosionPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.GreaterHealPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.GreaterHealScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.GreaterHealWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.GreaterPoisonPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.GreaterStrengthPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.GreenBeaker.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.GreenBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.GreenCurvedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.GreenDriedFlowers.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.GreenGourd.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.GreenScales.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GreenStocking.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GreenTea.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.GreenTeaBasket.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.GreenThorns.v0.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Items.GreenThornsSHTeleporter.v0.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Items.GrimWarning.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GrizzledBones.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.GrizzledMareStatuette.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.GrizzledSkullCollection.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.GrobusFur.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.GruesomeStandardArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.GuantletsOfAnger.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.GuardianAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.GuideToGuilds.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.GuildDeed.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.Guildstone.v4.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.GuildstoneDeed.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.GuildTeleporter.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.Guillotine.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.GuillotineAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.GuillotineComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.GuillotineDeed.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.GwennosHarp.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.HailStormScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.HairDye.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.HairRestylingDeed.v0.json fix: Codegens deeds (#983) 2022-03-30 19:42:38 -07:00
Server.Items.Hakama.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.HakamaShita.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Halberd.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.HalfApron.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.HalfEmptyJar.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.HalfEmptyJars.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.HallowedSpellbook.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.HalloweenGuillotine.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HalloweenPumpkin.v1.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Ham.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Hammer.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.HammerOfHephaestus.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.HammerPick.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.HangingAxesAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.HangingAxesDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.HangingLantern.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.HangingSkeleton.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.HangingSkeletonDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.HangingSwordsAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.HangingSwordsDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.HardenedWildStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.HarmScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.HarmWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.Harp.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.HarrowerGate.v0.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Items.HarvestWine.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Hatchet.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.HatOfTheMagi.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.HaunterMirrorAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.HaunterMirrorComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.HaunterMirrorDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.Head.v1.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.HealersTouch.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.HealingStoneScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.HealPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.HealScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.HealWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.HearthOfHomeFire.v0.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.HearthOfHomeFireDeed.v0.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.HeartOfTheLion.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.Heartseeker.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.HeartShapedBox.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HeartwoodBoard.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.HeartwoodLog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HeaterShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.HeatingStand.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.HeavyCrossbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.HeavyOrnateAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.HeavyPlateJingasa.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.Helmet.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.HelmOfInsight.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HelmOfSwiftness.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.HeritageToken.v0.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.HideChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.HideFemaleChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.HideGloves.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.HideGorget.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.HidePants.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.HidePauldrons.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.Hides.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Hinge.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.HintItem.v1.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.Holiday.AngelDecoration.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Holiday.BasePaintedMask.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.Holiday.PaintedDaemonMask.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Holiday.PaintedEvilClownMask.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Holiday.PaintedEvilJesterMask.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Holiday.PaintedPlagueMask.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Holiday.PaintedPorcelainMask.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Holiday.RockingHorse.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HolidayBell.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.HolidayPottedPlant.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.HolidayTimepiece.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.HolidayTree.Ornament.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.HolidayTree.TreeTrunk.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.HolidayTree.v2.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.HolidayTreeDeed.v0.json fix: Codegens deeds (#983) 2022-03-30 19:42:38 -07:00
Server.Items.HollowPrism.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Items.HolyKnightsBreastplate.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HolySword.v0.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.HoneydewMelon.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.HoodedShroudOfShadows.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.HornedHides.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HornedLeather.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.HornedTribalMask.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.HornOfTheDreadhorn.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.HorrificBeastScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.HorseShoes.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.Hourglass.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.HourglassAni.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.HouseLadderAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.HouseLadderDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.HouseRaffleDeed.v0.json fix: Optimizes timer in house raffle stone (#1369) 2023-03-11 12:37:40 -08:00
Server.Items.HouseRaffleStone.v4.json fix: Optimizes timer in house raffle stone (#1369) 2023-03-11 12:37:40 -08:00
Server.Items.HoveringWisp.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.HuntersHeaddress.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.HydraScale.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.IcicleLargeEast.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.IcicleLargeSouth.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.IcicleMedEast.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.IcicleMedSouth.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.IcicleSmallEast.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.IcicleSmallSouth.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.IcyHeart.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.IcyPatch.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.IcyScimitar.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.IcySpellblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.IDWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.ImmolatingWeaponScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.IncognitoScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.IndecipherableMap.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.InquisitorsResolution.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Inshave.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.InteriorDecorator.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.InvisibilityPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.InvisibilityScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.IolosLute.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.IronGate.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.IronGateShort.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.IronIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.IronMaidenAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.IronMaidenDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.IronOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.IronWire.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.IronwoodCrown.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.IslandStatue.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.JackalsCollar.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.JackOLantern.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.JacobsPickaxe.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.JarHoney.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Jars2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Jars3.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Jars4.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.JellyBeans.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Jellyfish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.JesterHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.JesterHatofChuckles.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.JesterSuit.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.JeweledFiligree.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Items.JinBaori.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.JocklesQuicksword.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.JointingPlane.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.Jug.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.JukaBow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.KaburJournal.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Kama.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Kamishimo.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Kasa.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Katana.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Keg.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.Key.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.KeyRing.v1.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.KeywordTeleporter.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.KillerFrog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Kilt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Kindling.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.Knife.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.KnifeLeft.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.KnifeRight.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.KnightsWarCleaver.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Kryss.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LadyPortrait1.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.LadyPortrait2.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Lajatang.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LambLeg.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.LampPost1.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.LampPost2.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.LampPost3.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.LampPostArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Lance.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Lantern.v0.json fix: Moves mods and fixes migrations for lights (#1080) 2022-06-18 21:28:51 -07:00
Server.Items.LanternOfSouls.v0.json fix: Moves mods and fixes migrations for lights (#1080) 2022-06-18 21:28:51 -07:00
Server.Items.LapHarp.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.LardOfParoxysmus.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeBagBall.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.LargeBattleAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.LargeBedEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeBedSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeBedSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeCrate.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.LargeEmptyFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.LargeEmptyPot.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.LargeFishingNetAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.LargeFishingNetComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.LargeFishingNetDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.LargeFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.LargeForgeEast.InternalItem.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.LargeForgeEast.InternalItem2.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.LargeForgeEast.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.LargeForgeEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeForgeEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeForgeSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeForgeSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeForgeWest.InternalItem.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.LargeForgeWest.InternalItem2.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.LargeForgeWest.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.LargePainting.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.LargeStoneTableEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeStoneTableEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeStoneTableSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeStoneTableSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LargeTable.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.LargeVioletFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.LargeYellowFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.LavaTile.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.LeafArms.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.Leafblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LeafbladeOfEase.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LeafChest.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeafGloves.v1.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeafGorget.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeafLegs.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeafTonlet.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.Leather.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LeatherArms.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherBustierArms.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherCap.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherChest.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherDo.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherDyeTub.v1.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.LeatherGloves.v2.json fix(codegen): Fixes leather gloves again, typo in the serialize version. (#695) 2021-08-17 13:45:08 -07:00
Server.Items.LeatherGlovesOfMining.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.LeatherGorget.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherHaidate.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherHiroSode.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherJingasa.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherLegs.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherMempo.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherNinjaBelt.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.LeatherNinjaHood.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherNinjaJacket.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherNinjaMitts.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherNinjaPants.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherShorts.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherSkirt.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherSuneate.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LeatherTunicArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.LeftArm.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.LeftLeg.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.LegacyOfTheDreadLord.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LeggingsOfBane.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LeggingsOfEmbers.v0.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.Lemon.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Lemons.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.LesserCurePotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.LesserExplosionPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.LesserHealPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.LesserPoisonPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.Lettuce.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.LibraryBookcase.v0.json fix: Codegens fillable containers (#862) 2022-06-13 01:13:59 -07:00
Server.Items.LichFormScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.LieutenantOfTheBritannianRoyalGuard.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.LifeOfATravellingMinstrel.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.LightFlowerTapestryEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LightFlowerTapestryEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LightFlowerTapestrySouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LightFlowerTapestrySouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LightningScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.LightningWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.LightOfWayGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.LightPlateJingasa.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.LightSource.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.LightweightShortbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LightWoodDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.LightWoodGate.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.LightYarn.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LightYarnUnraveled.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Lime.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Limes.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.LocalizedAddonComponent.v0.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.LocalizedContainerComponent.v0.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.LocalizedStatic.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.LocalMap.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.LockableContainer.v0.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.Lockpick.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.Lockpicks.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Log.v2.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Lollipops.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LongbowOfMight.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LongClawCrab.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LongFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.LongPants.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Longsword.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LoomEastAddon.v0.json fix: Codegens some armors & Fixes code genning of some base addons (#687) 2021-08-16 16:11:20 -07:00
Server.Items.LoomEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LoomSouthAddon.v0.json fix: Codegens some armors & Fixes code genning of some base addons (#687) 2021-08-16 16:11:20 -07:00
Server.Items.LoomSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LordBlackthorneSuit.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.LordBritishSuit.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.LOSBlocker.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.LtBlueCurvedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.Luckblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LuckyDagger.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.LuckyNecklace.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.LuminescentFungi.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.LuminousRuneBlade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.LunaLance.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.Lute.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.LyricalGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.Mace.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MaceShieldGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.MacheteOfDefense.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MagekillerAssassinSpike.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MagekillerLeafblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MagesRuneBlade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MagicalShortbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MagicArrowScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MagicArrowWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.MagicLockScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MagicReflectScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MagicTrapScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MagicUnTrapScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MagicWand.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MagicWizardsHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.MajorTradeAssociation.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.MakotoCourtesanFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MaleElvenRobe.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.MaleKimono.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.MalletAndChisel.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.ManaDrainScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ManaDrainWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.ManaVampireScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MandrakeRoot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MangledHeadOfDreadhorn.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.ManPortrait1.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.ManPortrait2.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.ManStatuetteEastArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.ManStatuetteSouthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.MapItem.v1.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.MapleArmoire.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.MapmakersPen.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.MaritimeGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.MarkContainer.v0.json feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Server.Items.MarkScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MasonryBook.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.MassCurseScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MassDispelScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MassSleepScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Maul.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MeatPie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.MediumCrate.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.MediumFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.MediumStoneTableEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumStoneTableEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumStoneTableSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumStoneTableSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumStretchedHideEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumStretchedHideEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumStretchedHideSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumStretchedHideSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MediumWoodDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.MelisandesCorrodedHatchet.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.MelisandesFermentedWine.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.MelisandesHairDye.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.MessageInABottle.v0.json fix: Fixes resources, SOS messages, and codegens fishing (#1279) 2022-11-24 11:12:44 -08:00
Server.Items.MetalBox.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.MetalChest.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.MetalDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.MetalDoor2.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.MetalGoldenChest.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.MetalGoldenTreasureChest.v0.json fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Server.Items.MetalHouseDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.MetalKiteShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.MetallicClothDyetub.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MetallicLeatherDyeTub.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MetalShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.MetalTreasureChest.v0.json fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Server.Items.MeteorSwarmScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MidnightBracers.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MilkChocolate.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.MindBlastScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MindRotScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.MiniHouseAddon.v1.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.MiniHouseDeed.v1.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.MiningCart.v3.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.MiningCartDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.MinocBlueFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MinotaurArtifact.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.MinotaurHedge.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.MinotaurStatue.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.MinotaurStatueDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.MischiefMaker.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.MisoSoup.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.MonkRobe.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.MonsterousInterredGrizzleMaggots.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.MonsterStatuette.v0.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.Moongate.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.Moonstone.v1.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.MoonstoneGate.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.MorphItem.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.MortarPestle.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.MouldingPlane.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.MountedDreadHorn.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.MountedPixieBlueAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieBlueComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieBlueDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieGreenAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieGreenComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieGreenDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieLimeAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieLimeComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieLimeDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieOrangeAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieOrangeComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieOrangeDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieWhiteAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieWhiteComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MountedPixieWhiteDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.MrPlainsCookies.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Muculent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Muffins.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.MurkyMilk.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.MushroomTrap.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.MysticalShortbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.MysticSpellbook.v0.json fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Server.Items.MyStory.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Nails.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.NameChangeDeed.v0.json fix: Codegens deeds (#983) 2022-03-30 19:42:38 -07:00
Server.Items.NatureFuryScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Necklace.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.NecromancerSpellbook.v0.json fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Server.Items.NecromanticGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.NetherBoltScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.NetherCycloneScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.NewAquariumBook.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.NewPlayerTicket.v0.json fix: Codegens deeds (#983) 2022-03-30 19:42:38 -07:00
Server.Items.Nightshade.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.NightSightPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.NightSightScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.NightsKiss.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.Nightstand.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.NinjaTabi.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.NoDachi.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.NorseHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.NougatSwirl.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.NoxCrystal.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.NoxRangersHeavyCrossbow.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.NujelmHoneyFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Nunchaku.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.OakBoard.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.OakLog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Obi.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.OblivionsNeedle.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.OilCloth.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OilFlask.v0.json feat: Implement Oil Flask & Refueling (#1165) 2022-09-07 00:35:47 -07:00
Server.Items.Onion.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.OpenCoconut.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.OrangePetals.v0.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Items.OrcChieftainHelm.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.OrcHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.OrcishKinMask.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.OrcishMachete.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.OrcishVisage.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.OrdersFromMinax.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.OrderShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.OrigamiButterfly.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OrigamiFish.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OrigamiFrog.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OrigamiPaper.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OrigamiShape.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OrigamiSongbird.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OrigamiSwan.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.OrnamentOfTheMagician.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.OrnateAxe.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.OrnateCrownOfTheHarrower.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.OrnateElvenChair.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.OrnateElvenChestEastAddon.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.OrnateElvenChestEastDeed.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.OrnateElvenChestSouthAddon.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.OrnateElvenChestSouthDeed.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.OrnateElvenTableEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.OrnateElvenTableEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.OrnateElvenTableSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.OrnateElvenTableSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.OrnateWoodenChest.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.OssianGrimoire.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.OverseerSunderedBlade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Pacify.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.PadsOfTheCuSidhe.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.PainSpikeScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Painting1NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting1WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting2NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting2WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting3Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting4NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting4WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting5NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting5WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting6NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Painting6WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.PaintsAndBrush.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.PaperLantern.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.ParagonChest.v0.json fix: Codegens treasure/paragon chests & strongboxes (#948) 2022-02-27 17:22:38 -08:00
Server.Items.ParalyzeFieldScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ParalyzeScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ParasiticPlant.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ParasiticPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.ParoxysmusCorrodedStein.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.ParoxysmusDinner.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.ParrotPerchAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ParrotPerchDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Peach.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PeachCobbler.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PeachTreeAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.PeachTreeDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.PeachTrunkAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.PeachTrunkDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Pear.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PeculiarFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PenAndInk.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.PendantOfTheMagi.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.PentagramAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PentagramDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PerfectEmerald.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PewterBowlOfCarrots.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PewterBowlOfCorn.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PewterBowlOfLettuce.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PewterBowlOfPeas.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PewterBowlOfPotatos.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PewterMug.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.PhantomStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.PhillipsWoodenSteed.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.PhilosophersHat.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.Pickaxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.PickpocketDip.v0.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.PickpocketDipEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PickpocketDipEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PickpocketDipSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PickpocketDipSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PicnicBasket.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.PieceBlackBishop.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceBlackChecker.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceBlackKing.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceBlackKnight.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceBlackPawn.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceBlackQueen.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceBlackRook.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceWhiteBishop.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceWhiteChecker.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceWhiteKing.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceWhiteKnight.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceWhitePawn.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceWhiteQueen.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.PieceWhiteRook.v0.json fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Server.Items.Pier.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.PigIron.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Pike.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.PinkFancyRugAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.PinkFancyRugDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Pitcher.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.Pitchfork.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.PixieSwatter.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.PlagueBeastBackpack.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastBackupOrgan.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastBlood.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastComponent.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastGland.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastHeart.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastInnard.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastMaidenOrgan.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastMainOrgan.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastMutationCore.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastOrgan.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastRockOrgan.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastRubbleOrgan.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlagueBeastVein.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.PlainDress.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.PlainLowTable.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.PlainWoodenChest.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.Plate.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.PlateArms.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateBattleKabuto.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateDo.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateGloves.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateGorget.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateHaidate.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateHatsuburi.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.PlateHiroSode.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateLegs.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateMempo.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlateSuneate.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.PlayerBBEast.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.PlayerBBMessage.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.PlayerBBSouth.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.PlayingCards.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.PlayingCards2.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.PoisonedGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.PoisonFieldScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.PoisonPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.PoisonScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.PoisonStrikeScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.PolarBearMask.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.PolarBearRugEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PolarBearRugEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PolarBearRugSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PolarBearRugSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PolymorphScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.PortcullisEW.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.PortcullisNS.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.PotionKeg.v2.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.PottedCactus.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedCactus1.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedCactus2.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedCactus3.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedCactus4.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedCactus5.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedCactusDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.PottedPlant.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedPlant1.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedPlant2.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedPlantDeed.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.PottedTree.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.PottedTree1.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.Pouch.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.PowderOfTemperament.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.PowderOfTranslocation.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.PowerCrystal.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.PowerGenerator.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.PowerScroll.v0.json fix: Fixes special scrolls (#1373) 2023-03-12 13:47:12 -07:00
Server.Items.PresetMap.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.PrimitiveFetish.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.PristineDreadHorn.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PrizedFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PromotionalToken.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.ProspectorsTool.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.ProtectionScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ProtectorsEssence.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.PublicMoongate.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.Pumpkin.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PumpkinPie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.PumpkinPizza.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PumpkinScarecrow.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PurgeMagicScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.PurpleFrog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Putrefication.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.PyramidAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.QuarterStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Quell.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.QuestOfVirtues.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Quiche.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.QuiverOfBlight.v0.json fix: Codegens quivers (#1271) 2022-11-23 13:37:39 -08:00
Server.Items.QuiverOfElements.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.QuiverOfFire.v0.json fix: Codegens quivers (#1271) 2022-11-23 13:37:39 -08:00
Server.Items.QuiverOfIce.v0.json fix: Codegens quivers (#1271) 2022-11-23 13:37:39 -08:00
Server.Items.QuiverOfInfinity.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.QuiverOfLightning.v0.json fix: Codegens quivers (#1271) 2022-11-23 13:37:39 -08:00
Server.Items.QuiverOfRage.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.RadiantScimitar.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.RaedsGlory.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.RaffleEntry.v0.json fix: Optimizes timer in house raffle stone (#1369) 2023-03-11 12:37:40 -08:00
Server.Items.RangerArms.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RangerChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RangerGloves.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RangerGorget.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RangerLegs.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RangersShortbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.RankingsOfTrades.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.RarewoodChest.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.RattanDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.RavenHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.RawBird.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.RawChickenLeg.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.RawFishSteak.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.RawLambLeg.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.RawRibs.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.ReactiveArmorScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.ReaperFormScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.RecallRune.v2.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.RecallScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.RecarosRiposte.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.ReceiverCrystal.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.RecipeScroll.v0.json fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Server.Items.RedArmoire.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.RedBeaker.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.RedBook.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.RedBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.RedCurvedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.RedDartFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.RedHangingLantern.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.RedLeaves.v0.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Items.RedMisoSoup.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.RedPlainRugAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.RedPlainRugDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.RedPoinsettia.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.RedRibbedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.RedScales.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.RedSoulstone.v0.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.RedStocking.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.RedVelvetGiftBox.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.RefreshPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.RegardingLlamas.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.RejuvinationAddonComponent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.RejuvinationAnkhNorth.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.RejuvinationAnkhWest.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.RepairDeed.v1.json fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350) 2023-02-25 00:54:12 -08:00
Server.Items.RepeatingCrossbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ReptalonFormTalisman.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.ResilientBracer.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.ResolvesBridle.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.ResurrectionScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.RevealScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.RewardBlackDyeTub.v1.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.RewardBrazier.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.RewardBrazierDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.RewardCake.v0.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.RewardCloak.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.RewardDress.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.RewardPottedCactus.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.RewardRobe.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.RibCage.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Ribs.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.RightArm.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.RighteousAnger.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.RightLeg.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.RingmailArms.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RingmailChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RingmailGloves.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RingmailGlovesOfMining.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.RingmailLegs.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.RingOfTheElements.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.RingOfTheSavant.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.RingOfTheVile.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.RisingColossusScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.RoastPig.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Robe.v2.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.RobeOfTheEclipse.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.RobeOfTheEquinox.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.RockArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.RollingPin.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.Rope.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.RoseInAVase.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.RoseOfTrinsic.v1.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.RoseOfTrinsicPetal.v0.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.RoundPaperLantern.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.RoyalCirclet.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.RoyalGuardSurvivalKnife.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.Ruby.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.RubyMace.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.RuinedPaintingArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.RuinedTapestry.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.RuneBlade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.RuneBladeOfKnowledge.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Runebook.v4.json fix: Fixes RunebookEntry serialization and removes unused migrations (#1449) 2023-08-10 19:27:01 -07:00
Server.Items.RunebookDyeTub.v1.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.RunebookEntry.v2.json fix: Fixes RunebookEntry serialization and removes unused migrations (#1449) 2023-08-10 19:27:01 -07:00
Server.Items.RuneCarvingKnife.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.RunedPrism.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Items.RunedSwitch.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Items.Runesabre.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.RunicDovetailSaw.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.RunicFletcherTool.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.RunicHammer.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.RunicSewingKit.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.SackFlour.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SackOfSugar.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SacrificialAltarAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.SacrificialAltarDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.SaddleArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Sai.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SakeArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SalivasFeather.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.SalvageBag.v0.json fix: Codegens salvage bags (#947) 2022-02-27 17:09:12 -08:00
Server.Items.SamaritanRobe.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.SamplesOfCorruptedWater.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.SamuraiHelm.v0.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.SamuraiTabi.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Sand.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.Sandals.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.SandMiningBook.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.SandstoneFireplaceEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SandstoneFireplaceEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SandstoneFireplaceSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SandstoneFireplaceSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SandstoneFountainAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Sapphire.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.SapphireMace.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Sausage.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SausagePizza.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SavageMask.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Saw.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.Scales.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.ScarecrowAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.ScarecrowComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.ScarecrowDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Scepter.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Scimitar.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Scissors.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.Scorp.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.Scourge.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ScribesPen.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.ScrollofAlacrity.v0.json fix: Fixes special scrolls (#1373) 2023-03-12 13:47:12 -07:00
Server.Items.ScrollofTranscendence.v0.json fix: Fixes special scrolls (#1373) 2023-03-12 13:47:12 -07:00
Server.Items.Sculpture1Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Sculpture2Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Scythe.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SeaChart.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.SeaHorseFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SeahorseStatuette.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.SecretDungeonDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.SecretLightWoodDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.SecretStoneDoor1.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.SecretStoneDoor2.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.SecretStoneDoor3.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.SecretWoodenDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.SeerRobe.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.SerpentFangSectBadge.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.SerpentPillar.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.SerpentPillarAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SerpentsFang.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SerpentstoneStaff.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.SerratedWarCleaver.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SewingKit.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.Sextant.v0.json fix: Fixes resources, SOS messages, and codegens fishing (#1279) 2022-11-24 11:12:44 -08:00
Server.Items.SextantParts.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.ShadowDancerLeggings.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ShadowIronGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.ShadowIronIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ShadowIronOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Shaft.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.ShaminoCrossbow.v0.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.ShardThrasher.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SheafOfHay.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Shell.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ShepherdsCrook.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ShieldOfInvulnerability.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.ShimmeringCrystals.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.ShipModelOfTheHMSCape.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.ShipwreckedItem.v0.json fix: Fixes resources, SOS messages, and codegens fishing (#1279) 2022-11-24 11:12:44 -08:00
Server.Items.Shirt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.Shoes.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ShojiLantern.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.ShortCabinet.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.ShortPants.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ShortSpear.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Shovel.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.Shrimp.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ShrineOfWisdomAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ShrineOfWisdomComponent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ShroudOfDeciet.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.SHTeleComponent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SHTeleporter.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Shuriken.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.SilvanisFeywoodBow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SilverBeadNecklace.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.SilverBracelet.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.SilverEarrings.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.SilverEtchedMace.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SilverNecklace.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.SilverRing.v0.json fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Server.Items.SilverSerpentBlade.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.SilverWire.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.SimpleElvenArmoire.v0.json fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Server.Items.SingingAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.Skillet.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.SkillTeleporter.v1.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.SkinnedDeerArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SkinnedGoatArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SkinningKnife.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Skirt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.SkullCandleArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SkullCap.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.SkullPileAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SkullPole.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.SkullsOnPike.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SlabOfBacon.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SlayerLongbow.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SledgeHammer.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.SleepScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SmallBagBall.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.SmallBedEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallBedEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallBedSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallBedSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallBlueBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallBlueFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallBrownBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallCrate.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.SmallEmptyFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallEmptyPot.v0.json fix: Codegens potted plants (#1270) 2022-11-23 13:04:30 -08:00
Server.Items.SmallFishingNetAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SmallFishingNetComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SmallFishingNetDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SmallFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallForgeAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallForgeDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallGreenBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallGreenBottle2.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallMouthSuckerFin.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallPlateJingasa.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.SmallPumpkin.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SmallRedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallStretchedHideEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallStretchedHideEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallStretchedHideSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallStretchedHideSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SmallVioletBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmallWatermelon.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SmallYellowFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SmithHammer.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.SmokeBomb.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.SmoothingPlane.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.SnowGlobe.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowGlobeOne.v1.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowGlobeThree.v1.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowGlobeTwo.v1.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.Snowman.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowPileDeco.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowStatueDeed.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowStatueGriffon.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowStatueMermaid.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowStatuePegasus.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SnowStatueSeahorse.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.SolenAntHole.v1.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.SolenAntHoleComponent.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SongOfSamlethe.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.SongWovenMantle.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SOS.v0.json fix: Fixes resources, SOS messages, and codegens fishing (#1279) 2022-11-24 11:12:44 -08:00
Server.Items.SoulGlaive.v0.json fix: Adds throwing weapons (#1107) 2022-07-01 17:03:27 -07:00
Server.Items.SoulSeeker.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.SoulStone.v4.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.SoulstoneFragment.v0.json fix: Codegens rest of special items (#1467) 2023-08-23 20:02:46 -07:00
Server.Items.SoulstoneFragmentToken.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.Spam.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.Spear.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.SpecialBeardDye.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.SpecialDyeTub.v1.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.SpecialFishingNet.v0.json fix: Codegens fishing pole (#1288) 2022-11-28 23:42:32 -08:00
Server.Items.SpecialHairDye.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.SpecialScroll.v0.json fix: Fixes special scrolls (#1373) 2023-03-12 13:47:12 -07:00
Server.Items.SpeckledCrab.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SpellbladeOfDefense.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Spellbook.v6.json fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Server.Items.SpellPlagueScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SpellScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SpellTriggerScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SpellweavingBook.v0.json fix: Codegens spellbooks (#1349) 2023-02-24 19:04:21 -08:00
Server.Items.SpellWovenBritches.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SpidersSilk.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SpikeTrap.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.SpinedHides.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SpinedLeather.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SpinedScratcherFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SpinningHourglass.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.SpinningWheelEastAddon.v0.json fix: Fixes linux not enumerating directories, and wrong spelling for migration files (#1049) 2022-06-12 09:59:23 -07:00
Server.Items.SpinningWheelEastDeed.v0.json fix: Fixes linux not enumerating directories, and wrong spelling for migration files (#1049) 2022-06-12 09:59:23 -07:00
Server.Items.SpinningWheelSouthAddon.v0.json fix: Fixes linux not enumerating directories, and wrong spelling for migration files (#1049) 2022-06-12 09:59:23 -07:00
Server.Items.SpinningWheelSouthDeed.v0.json fix: Fixes linux not enumerating directories, and wrong spelling for migration files (#1049) 2022-06-12 09:59:23 -07:00
Server.Items.SpiritOfTheTotem.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.SplitCoconut.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SpoolOfThread.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Spoon.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.SpoonLeft.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.SpoonRight.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.SpottedBuccaneer.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Springs.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.Spyglass.v0.json fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Server.Items.SquareGozaMatEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SquareGozaMatEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SquareGozaMatSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SquareGozaMatSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Squash.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SquirrelFormTalisman.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.SquirrelStatueEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SquirrelStatueEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SquirrelStatueSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SquirrelStatueSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StaffOfPower.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.StaffOfTheMagi.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StaffRobe.v0.json fix: Codegens suits and adds StaffRobe to replace the others (#1468) 2023-08-23 20:25:54 -07:00
Server.Items.StandardPlateKabuto.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StandingBrokenChairAddon.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.StandingBrokenChairComponent.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.StandingBrokenChairDeed.v0.json fix: Codegens promo items (#1355) 2023-02-26 00:48:27 -08:00
Server.Items.StarRoomGate.v1.json fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
Server.Items.StarSapphire.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.StatCapScroll.v0.json fix: Fixes special scrolls (#1373) 2023-03-12 13:47:12 -07:00
Server.Items.Static.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.StatuetteDyeTub.v1.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.StitchersMittens.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneAnkh.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.StoneAnkhComponent.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.StoneAnkhDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.StoneChair.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.StoneFaceTrap.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.StoneFaceTrapNoDamage.v0.json fix: Codegens traps (#1472) 2023-08-25 20:44:37 -07:00
Server.Items.StoneFireplaceEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneFireplaceEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneFireplaceSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneFireplaceSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneFormScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.StoneFountainAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneMiningBook.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.StoneOvenEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneOvenEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneOvenSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneOvenSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StoneStatueAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.StoneStatueDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Stool.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.StrangleScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.StrawHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.StrengthPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.StrengthScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.StretchedHideArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.StringOfPartsOfParoxysmusVictims.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.StrippedFlakeFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StrippedSosarianSwill.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StrongBackpack.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.StrongBox.v0.json fix: Codegens treasure/paragon chests & strongboxes (#948) 2022-02-27 17:22:38 -08:00
Server.Items.StrongWoodDoor.v0.json fix: Fixes doors as decorations & optimizes them (#1392) 2023-04-18 19:28:54 -07:00
Server.Items.StuddedArms.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedBustierArms.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedDo.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedGloves.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedGlovesOfMining.v0.json fix: Codegens BOD rewards. (#1361) 2023-03-06 19:01:14 -08:00
Server.Items.StuddedGorget.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedHaidate.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedHiroSode.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedLeggingsArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.StuddedLegs.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedMempo.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedSuneate.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.StuddedTunicArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SturdyPickaxe.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.SturdyShovel.v0.json fix: Codegens tools and magical skill items (#1299) 2022-12-07 20:46:41 -08:00
Server.Items.StValentinesBear.v0.json fix(codegen): Codegens Holiday stuff (#631) 2021-06-01 16:34:24 -07:00
Server.Items.StValentinesPanda.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.StValentinesPolarBear.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Subdue.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.SuitOfGoldArmorAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SuitOfGoldArmorComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SuitOfGoldArmorDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SuitOfSilverArmorAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SuitOfSilverArmorComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SuitOfSilverArmorDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.SulfurousAsh.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SummonAirElementalScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonCreatureScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonDaemonScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonEarthElementalScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonFamiliarScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonFeyScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonFiendScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonFireElementalScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.SummonWaterElementalScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Surcoat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.SushiPlatter.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.SushiRolls.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.SwampTile.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.SwarmOfFlies.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.SweatOfParoxysmus.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.SweetDough.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.SwitchItem.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.SwordDisplay1NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay1WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay2NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay2WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay3EastArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay3SouthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay4NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay4WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay5NorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.SwordDisplay5WestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.TableWithBlueClothAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.TableWithBlueClothDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.TableWithOrangeClothAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.TableWithOrangeClothDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.TableWithPurpleClothAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.TableWithPurpleClothDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.TableWithRedClothAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.TableWithRedClothDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Taffy.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Taint.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TaintedMushroom.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.TaintedSeeds.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.TaintedWool.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TaleOfThreeTribes.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TalesOfVesperVol1.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TalismanAttribute.v1.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Items.TalkingToWisps.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TallCabinet.v0.json fix: Codegens furniture containers (#977) 2022-03-27 15:02:29 -07:00
Server.Items.TallElvenBedEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TallElvenBedEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TallElvenBedSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TallElvenBedSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TallStrawHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.TalonBite.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.Tambourine.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.TambourineTassel.v0.json fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Server.Items.TamingDragons.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TanBook.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.Tapestry1N.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry1N.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry2N.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry2N.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry2W.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry2W.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry3N.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry3N.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry3W.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry3W.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry4N.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry4N.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry4W.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry4W.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry5N.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry5N.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry5W.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry5W.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry6N.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry6N.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry6W.InternalItem.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.Tapestry6W.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.TapestryOfSosaria.v1.json fix: Codegens gifts (#1363) 2023-03-07 21:07:45 -08:00
Server.Items.TarotCardsArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.TatteredAncientMummyWrapping.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.TattsukeHakama.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.TaxidermyKit.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.TeapotNorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.TeapotWestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Tekagi.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TelekinesisScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Teleporter.v5.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.TeleportScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Telescope.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Tessen.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.Tetsubo.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TheBeserkersMaul.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TheDragonSlayer.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TheDragonsTail.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.TheDryadBow.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TheFight.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TheMostKnowledgePerson.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.TheNightReaper.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TheRobeOfBritanniaAri.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.TheTaskmaster.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ThickGrayStoneWall.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.ThighBoots.v2.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.ThinBrickWall.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.ThinLongsword.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ThinStoneWall.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.ThornedWildStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ThorvaldsMedallion.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.ThrashersTail.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.Throne.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.ThrowingDagger.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ThunderingAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.ThunderstormScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.TigerClawSectBadge.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.TimeoutGoal.v0.json fix: Codegens teleporters (#1250) 2022-11-14 20:56:08 -08:00
Server.Items.TimeoutTeleporter.v1.json fix: Codegens teleporters (#1250) 2022-11-14 20:56:08 -08:00
Server.Items.TinkersTools.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.TinkerTools.v0.json fix: Updates professions & new player gargish equipment (#819) 2021-10-16 10:48:58 -07:00
Server.Items.TinyRedBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.TinyYellowBottle.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.TitansHammer.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TombstoneOfTheDamned.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.Tongs.v0.json fix: Codegens tools (#1354) 2023-02-25 13:54:05 -08:00
Server.Items.ToolKit.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Torch.v0.json fix: Moves mods and fixes migrations for lights (#1080) 2022-06-18 21:28:51 -07:00
Server.Items.TormentedChains.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Items.Torso.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TotalRefreshPotion.v0.json fix: Codegens potions and fixes a few minor bugs (#1347) 2023-02-24 18:06:59 -08:00
Server.Items.TotemOfVoid.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.Tourmaline.v0.json fix: Codegens gems (#1059) 2022-06-13 17:38:46 -07:00
Server.Items.TowerLanternArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.ToyBoat.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TradeGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.TrainingDummy.v0.json fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server.Items.TrainingDummyEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TrainingDummyEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TrainingDummySouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TrainingDummySouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TranslatedGargoyleJournal.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TrappableContainer.v3.json fix: Codegens trappable containers (#973) 2022-03-26 21:15:15 -07:00
Server.Items.TrashBarrel.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.TrashChest.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.TravestysCollectionOfShells.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.TravestysFineTeakwoodTray.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.TravestysSushiPreparations.v0.json fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Server.Items.TreasureChestDirt.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.TreasureChestLevel1.v0.json fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Server.Items.TreasureChestLevel2.v0.json fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Server.Items.TreasureChestLevel3.v0.json fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Server.Items.TreasureChestLevel4.v0.json fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Server.Items.TreasureMap.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.TreasureMapChest.v2.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.TreasureTrinketGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.TreatiseOnAlchemy.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.TreeStump.v1.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.TreeStumpDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.TribalBerry.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.TribalMask.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.TribalPaint.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.TribalSpear.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TricorneHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.TripleFanNorthArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.TripleFanWestArtifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.TrophyAddon.v2.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.TrophyDeed.v2.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.TrueAssassinSpike.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TrueLeafblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TrueRadiantScimitar.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TrueSpellblade.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TrueWarCleaver.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TrulyRareFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Tub.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.Tunic.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.TunicOfFire.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TunicOfGuarding.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.Turnip.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Turquoise.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TwilightJacket.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.TwilightLantern.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.TwinklingScimitar.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.TwoHandedAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.UnbakedApplePie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UnbakedFruitPie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UnbakedMeatPie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UnbakedPeachCobbler.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UnbakedPumpkinPie.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UnbakedQuiche.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UncookedCheesePizza.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UncookedSausagePizza.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.UncutCloth.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.UnfinishedBarrel.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.UnholyBone.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.UnlockScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.UnmadeBedAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.UnmadeBedDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.UnsettlingPortraitAddon.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.UnsettlingPortraitComponent.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.UnsettlingPortraitDeed.v0.json fix: Codegens evil decor. Fixes trash items (#1362) 2023-03-06 19:28:58 -08:00
Server.Items.Urn1Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.Urn2Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.VacationWafer.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ValentinesCard.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.ValentinesCardEast.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.ValentinesCardSouth.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.ValoriteGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.ValoriteIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.ValoriteOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.VampiricEmbraceScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.Vanilla.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.VanityAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.VanityDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.VendorRentalContract.v0.json fix: Codegens vendor contracts (#1000) 2022-04-17 16:51:59 -07:00
Server.Items.VengefulSpiritScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.VeriteGranite.v0.json fix: Codegens resources (#1272) 2022-11-23 13:45:32 -08:00
Server.Items.VeriteIngot.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.VeriteOre.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.VesperReefTiger.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.VikingSword.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.VioletCourage.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.VioletRibbedFlask.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.VirtueBook.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.VoiceOfTheFallenKing.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.VultureHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.WaitTeleporter.v1.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.Wakizashi.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.WalkersLeggings.v0.json fix: Codegen new haven quest rewards (#1269) 2022-11-23 13:00:28 -08:00
Server.Items.WallBanner.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.WallBannerComponent.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.WallBannerDeed.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.WallBlood.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.WallOfStoneScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.WallSconce.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.WallTorch.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.WallTorchAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.WallTorchComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.WallTorchDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.Waraji.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.WarAxe.v0.json fix(codegen): Code gens axes (#690) 2021-08-17 20:37:53 -07:00
Server.Items.WarCleaver.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.WarFork.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.WarHammer.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.WarMace.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.WarningItem.v1.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.WarriorStatueEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WarriorStatueEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WarriorStatueSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WarriorStatueSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Wasabi.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.WasabiClumps.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.WaterBarrel.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.WaterloggedBoots.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.Watermelon.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WaterTile.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.WaterTroughEastAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WaterTroughEastDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WaterTroughSouthAddon.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WaterTroughSouthDeed.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WaterVatEast.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WaterVatSouth.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WayPoint.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.WeakenScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.WeaknessWand.v0.json fix(codegen): Codegens wands (#716) 2021-08-22 01:30:27 -07:00
Server.Items.WeaponEngravingTool.v0.json fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00
Server.Items.Web.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.WheatSheaf.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.Whip.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.WhiteChocolate.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WhiteClothDyeTub.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WhiteDriedFlowers.v0.json fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Server.Items.WhiteHangingLantern.v0.json fix: Adds OSI candle/torch functionality, codegens lights (#1075) 2022-06-17 23:26:27 -07:00
Server.Items.WhiteLeatherDyeTub.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WhiteMisoSoup.v0.json fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Server.Items.WhitePearl.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WhitePoinsettia.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.WhiteScales.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.WhiteSnowflake.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.WhiteStoneWall.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.WideBrimHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.WildfireBow.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.WildfireScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.WildGirlOfTheForest.v0.json fix(codegen): Codegens books (#697) 2021-08-17 22:38:48 -07:00
Server.Items.WildStaff.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.WindChimes.v0.json fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Server.Items.Windsong.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.WindSpirit.v0.json fix(codegen): Codegens champion artifacts (#713) 2021-08-21 13:03:05 -07:00
Server.Items.WingedHelm.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.WinterGiftPackage2003.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.WitherScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.WizardsGlasses.v0.json fix(codegen): Code gens more armor items (#693) 2021-08-17 11:04:03 -07:00
Server.Items.WizardsHat.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.WomanPortrait1.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.WomanPortrait2.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.WondrousFish.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WoodenBench.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.WoodenBowl.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WoodenBowlOfCarrots.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WoodenBowlOfCorn.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WoodenBowlOfLettuce.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WoodenBowlOfPeas.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WoodenBowlOfStew.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WoodenBowlOfTomatoSoup.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.WoodenBox.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.WoodenChair.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.WoodenChairCushion.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.WoodenChest.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.WoodenCoffinAddon.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.WoodenCoffinComponent.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.WoodenCoffinDeed.v0.json fix: Codegens heritage items (#1364) 2023-03-07 21:29:13 -08:00
Server.Items.WoodenFootLocker.v0.json fix: Codegens containers (#946) 2022-02-27 17:01:49 -08:00
Server.Items.WoodenKiteShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.WoodenShield.v0.json fix: Codegens shields (#1273) 2022-11-23 16:42:17 -08:00
Server.Items.WoodenThrone.v0.json fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Server.Items.WoodenTreasureChest.v0.json fix: Codegens treasure chests (#949) 2022-02-27 18:02:36 -08:00
Server.Items.WoodlandArms.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.WoodlandBelt.v0.json fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
Server.Items.WoodlandChest.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.WoodlandGloves.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.WoodlandGorget.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.WoodlandLegs.v0.json fix(codegen): Code gens base armor and fixes code genning of other armors. (#696) 2021-08-17 17:52:15 -07:00
Server.Items.Wool.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WordOfDeathScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.WorldMap.v0.json fix: Source generates map item serialization (#1166) 2022-09-07 01:13:20 -07:00
Server.Items.WoundingAssassinSpike.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.WraithFormScroll.v0.json fix: Codegens scrolls (#1348) 2023-02-24 18:17:29 -08:00
Server.Items.WrappedCandy.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.WrathOfTheDryad.v0.json fix: Code gens artifacts (#1168) 2022-09-10 14:40:19 -07:00
Server.Items.WreathAddon.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.WreathDeed.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.WristWatch.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.WritingTable.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.YellowBeaker.v0.json fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Server.Items.YellowFinBluebelly.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.YellowGourd.v0.json fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Server.Items.YellowScales.v0.json fix: Fixes scales, heritage items, and codegens holiday items (#1365) 2023-03-07 22:38:35 -08:00
Server.Items.YewBoard.v0.json fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Server.Items.YewLog.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Items.YewWoodTable.v0.json fix: Codegens remaining construction items (#859) 2021-11-21 10:45:07 -08:00
Server.Items.Yumi.v0.json fix(codegen): Codegens Weapons (#698) 2021-08-19 09:12:24 -07:00
Server.Items.ZenRock1Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.ZenRock2Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.ZenRock3Artifact.v0.json fix: Codegens artifacts (#978) 2022-03-27 17:56:00 -07:00
Server.Items.ZoogiFungus.v0.json fix: Codegens rares and solen items (#1371) 2023-03-11 19:25:48 -08:00
Server.Items.ZyronicClaw.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Mobiles.Abscess.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.AbysmalHorror.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.AcidElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.AgapiteElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.AirElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Alchemist.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Alligator.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.AncientLich.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.AncientWyrm.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.AnimalTrainer.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.AnimatedWeapon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.AntLion.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ArcaneDaemon.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.ArcherGuard.v0.json fix: Codegens guards (#1474) 2023-08-25 20:59:11 -07:00
Server.Mobiles.Architect.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.ArcticOgreLord.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Armorer.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.BakeKitsune.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Baker.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Balron.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Bard.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.BardGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Barkeeper.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Barracoon.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.BaseChampion.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.BaseEnraged.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BaseFamiliar.v0.json fix: Codegens familiars (#1473) 2023-08-25 20:51:38 -07:00
Server.Mobiles.BaseGuard.v0.json fix: Codegens guards (#1474) 2023-08-25 20:59:11 -07:00
Server.Mobiles.BaseGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.BaseHealer.v2.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Mobiles.BaseHire.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.BaseMount.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.BaseShieldGuard.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.BaseTalismanSummon.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.BaseWarHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Beekeeper.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Beetle.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Betrayer.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Bird.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.BlackBear.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Blacksmith.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.BlacksmithGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.BlackSolenInfiltratorQueen.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BlackSolenInfiltratorWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BlackSolenQueen.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BlackSolenWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BlackSolenWorker.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BladeSpirits.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BloodElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Boar.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Bogle.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Bogling.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BogThing.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BoneDemon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BoneKnight.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.BoneMagi.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Bowyer.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Brigand.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.BronzeElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.BrownBear.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Bull.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.BullFrog.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Butcher.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.CapturedHordeMinion.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.Carpenter.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Cat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Centaur.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Changeling.ClonedItem.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Changeling.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ChaosDaemon.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.ChaosDragoon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ChaosDragoonElite.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ChaosGuard.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.ChargerOfTheFallen.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Chicken.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Chiikkaha.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Clone.v0.json fix: Cleans up more spells (#1122) 2022-07-16 23:15:45 -07:00
Server.Mobiles.Cobbler.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Coil.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CoMWarHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Cook.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.CopperElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CorporealBrume.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Corpser.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CorrosiveSlime.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CorruptedSoul.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Cougar.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Cow.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Crane.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.CrystalDaemon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CrystalElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CrystalLatticeSeeker.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CrystalSeaSerpent.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CrystalVortex.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CrystalWisp.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Cursed.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.CuSidhe.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.CustomHairstylist.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Cyclops.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Daemon.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.DarkGuardian.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.DarknightCreeper.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DarkWisp.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DarkWolfFamiliar.v0.json fix: Codegens familiars (#1473) 2023-08-25 20:51:38 -07:00
Server.Mobiles.DeathAdder.v0.json fix: Codegens familiars (#1473) 2023-08-25 20:51:38 -07:00
Server.Mobiles.DeathwatchBeetle.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DeathwatchBeetleHatchling.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DeepSeaSerpent.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DemonKnight.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DesertOstard.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Devourer.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DireWolf.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Dog.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Dolphin.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Doppleganger.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Dragon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Drake.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DreadSpider.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.DullCopperElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Eagle.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EarthElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Efreet.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ElderGazer.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.ElfBrigand.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.EliteNinja.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EnergyVortex.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EnragedBlackBear.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EnragedEagle.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EnragedHart.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EnragedHind.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EnragedRabbit.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EnslavedGargoyle.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.EnslavedSatyr.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.EtherealBeetle.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealCuSidhe.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealHiryu.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealKirin.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealLlama.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealMount.v4.json feat: Adds Stamina System to overhaul overweight. (#1465) 2023-09-16 17:52:54 -07:00
Server.Mobiles.EtherealOstard.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealReptalon.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealRidgeback.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealSwampDragon.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealUnicorn.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.EtherealWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Ettin.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.EvilHealer.v0.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Mobiles.EvilMage.v0.json Fix: Fixes evil mages so they look correct for T2A/UOTD (#735) 2021-08-26 19:11:16 -07:00
Server.Mobiles.EvilMageLord.v0.json Fix: Fixes evil mages so they look correct for T2A/UOTD (#735) 2021-08-26 19:11:16 -07:00
Server.Mobiles.EvilWanderingHealer.v0.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Mobiles.Executioner.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.ExodusMinion.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ExodusOverseer.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FanDancer.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Farmer.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.FeralTreefellow.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Ferret.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FetidEssence.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FireBeetle.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FireElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FireGargoyle.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.FireSteed.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.FisherGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Fisherman.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.FleshGolem.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FleshRenderer.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ForestOstard.v0.json fix: Adds codegen migration for Forest Ostard and Acid (#1315) 2022-12-30 09:43:52 -08:00
Server.Mobiles.FortuneTeller.v0.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Mobiles.FrenziedOstard.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.FrostOoze.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FrostSpider.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.FrostTroll.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Furtrader.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Gaman.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Gargoyle.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.GargoyleDestroyer.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.GargoyleEnforcer.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Gazer.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.GazerLarva.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Ghoul.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.GiantBlackWidow.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.GiantIceWorm.v0.json fix: Codegens and fixes bugs with plant system (#1490) 2023-09-05 19:20:03 -07:00
Server.Mobiles.GiantRat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.GiantSerpent.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.GiantSpider.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.GiantToad.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Gibberling.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Glassblower.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Gnaw.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Goat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.GoldenElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Golem.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.GolemController.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.GolemCrafter.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.GoreFiend.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Gorilla.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.GreaterDragon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.GreaterMongbat.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.GreatHart.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.GreyWolf.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.GrizzledMare.v0.json fix: Codegens mutation core (#1370) 2023-03-11 17:33:31 -08:00
Server.Mobiles.GrizzlyBear.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Grobu.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Guardian.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Guile.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.GypsyAnimalTrainer.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.GypsyBanker.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.GypsyMaiden.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.HairStylist.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Harpy.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Harrower.v1.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.HarrowerTentacles.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.HeadlessOne.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Healer.v0.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Mobiles.HealerGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.HellCat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.HellHound.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.HellSteed.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Herbalist.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Hind.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.HireBard.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireBardArcher.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireBeggar.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireFighter.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireMage.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HirePaladin.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HirePeasant.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireRanger.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireRangerArcher.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireSailor.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.HireThief.v0.json feat: Adds hireables (#1393) 2023-04-16 20:24:14 -07:00
Server.Mobiles.Hiryu.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.HolyMage.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.HordeMinion.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.HordeMinionFamiliar.v0.json fix: Codegens familiars (#1473) 2023-08-25 20:51:38 -07:00
Server.Mobiles.Horse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Hydra.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.IceElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.IceFiend.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.IceSerpent.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.IceSnake.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Ilhenir.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Imp.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Impaler.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.InnKeeper.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.InsaneDryad.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.InterredGrizzle.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Irk.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.IronWorker.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.JackRabbit.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Jeweler.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Juggernaut.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.JukaLord.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.JukaMage.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.JukaWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Jwilson.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Kappa.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.KazeKemono.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.KeeperOfChivalry.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.KhaldunRevenant.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.KhaldunSummoner.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.KhaldunZealot.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Kirin.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Kraken.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.LadyJennifyr.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.LadyLissith.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.LadyMarai.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.LadyOfTheSnow.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.LadySabrix.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.LavaLizard.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.LavaSerpent.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.LavaSnake.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.LeatherWorker.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.LesserHiryu.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Leviathan.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Lich.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.LichLord.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Lizardman.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Llama.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.LordOaks.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.Lurg.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Mage.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.MageGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Malefic.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MantraEffervescence.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Mapmaker.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.MasterJonath.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MasterMikael.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MasterTheophilus.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MeerCaptain.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MeerEternal.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MeerMage.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MeerWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Mephitis.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.Meraktus.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Meraktus.v1.json fix: Fixes leaking/errors caused by categorization (#1404) 2023-05-19 18:41:31 -07:00
Server.Mobiles.MerchantGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Miasma.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Miller.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.MinaxWarHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Miner.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.MinerGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Minotaur.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MinotaurCaptain.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MinotaurScout.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MLDryad.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Moloch.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Mongbat.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Monk.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.MougGuur.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MoundOfMaggots.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.MountainGoat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.MountItem.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Mummy.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Neira.v1.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.Neira.VirtualMountItem.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.Nightmare.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Ogre.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.OgreLord.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Oni.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.OphidianArchmage.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.OphidianKnight.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.OphidianMage.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.OphidianMatriarch.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.OphidianWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Orc.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.OrcBomber.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.OrcBrute.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.OrcCaptain.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.OrcishLord.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.OrcishMage.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.OrderGuard.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.PackHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.PackLlama.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Panther.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Parrot.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.PatchworkSkeleton.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.PestilentBandage.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Phoenix.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Pig.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Pixie.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.PlagueBeast.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.PlagueBeastLord.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.PlagueSpawn.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.PoisonElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.PolarBear.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.PredatorHellCat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.PricedHealer.v0.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Mobiles.Protector.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Provisioner.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.PumpkinHead.v0.json fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
Server.Mobiles.Putrefier.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Pyre.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Quagmire.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Rabbit.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.RagingGrizzlyBear.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RaiJu.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Rancher.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Ranger.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.RangerGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Rat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Ratman.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.RatmanArcher.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.RatmanMage.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Ravager.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RealEstateBroker.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Reaper.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RedDeath.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RedSolenInfiltratorQueen.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RedSolenInfiltratorWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RedSolenQueen.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RedSolenWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RedSolenWorker.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Rend.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RentedVendor.v0.json fix: Codegens vendor contracts (#1000) 2022-04-17 16:51:59 -07:00
Server.Mobiles.Reptalon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RestlessSoul.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Revenant.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RevenantLion.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RidableLlama.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.RideablePolarBear.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Ridgeback.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Rikktor.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.Ronin.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.RottingCorpse.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.RuneBeetle.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Saliva.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SandVortex.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Satyr.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Savage.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.SavageRider.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.SavageRidgeback.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.SavageShaman.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.ScaledSwampDragon.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Scorpion.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Scribe.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.SeaHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.SeaSerpent.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Semidar.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.Serado.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.SerpentineDragon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ServantOfSemidar.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.SewerRat.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Shade.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.ShadowFiend.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.ShadowIronElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ShadowKnight.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ShadowWisp.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.ShadowWispFamiliar.v0.json fix: Codegens familiars (#1473) 2023-08-25 20:51:38 -07:00
Server.Mobiles.ShadowWyrm.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Sheep.v0.json fix: Fixes Dice Infinite loop and deserialization of some items (#1360) 2023-03-05 18:29:48 -08:00
Server.Mobiles.Shipwright.v0.json fix: Fixes missing codegen for ShipWright (#1316) 2022-12-30 10:48:42 -08:00
Server.Mobiles.Silk.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Silvani.v0.json fix: Fixes memory leak in virtual mounts and codegens specials (#1476) 2023-08-25 22:42:23 -07:00
Server.Mobiles.SilverSerpent.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.SilverSteed.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.SirPatrick.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SkeletalDragon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SkeletalKnight.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.SkeletalMage.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.SkeletalMount.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Skeleton.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.SkitteringHopper.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Slime.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SLWarHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Snake.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.SnowElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SnowLeopard.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.SpawnedOrcishLord.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.SpectralArmour.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Spectre.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Spite.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Squirrel.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.StainedOoze.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.StoneCrafter.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.StoneGargoyle.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.StoneHarpy.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.StrongMongbat.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.Succubus.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.SummonedAirElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SummonedAntLion.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedArcticOgreLord.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedBakeKitsune.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedBogling.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedBullFrog.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedChicken.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedCow.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedDaemon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SummonedDoppleganger.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedEarthElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SummonedFireElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SummonedFrostSpider.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedGreatHart.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedLavaSerpent.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedOrcBrute.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedPanther.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedSheep.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedSkeletalKnight.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedVorpalBunny.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedWailingBanshee.v0.json fix: Codegens talismans - Fixes memory leak (#1469) 2023-08-23 22:41:48 -07:00
Server.Mobiles.SummonedWaterElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.SwampDragon.v2.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.SwampTentacle.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Swoop.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Szavetra.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Tailor.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.TailorGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Tangle.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Tanner.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.TavernKeeper.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.TBWarHorse.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.TerathanAvenger.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.TerathanDrone.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.TerathanMatriarch.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.TerathanWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Thief.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.ThiefGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Thrasher.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.TimberWolf.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Tinker.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.TinkerGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.Titan.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.TormentedMinotaur.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Treefellow.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Troglodyte.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Troll.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Mobiles.TropicalBird.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.TsukiWolf.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Twaulo.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.UnfrozenMummy.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Unicorn.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.Vagabond.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.ValoriteElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.VampireBat.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.VampireBatFamiliar.v0.json fix: Codegens familiars (#1473) 2023-08-25 20:51:38 -07:00
Server.Mobiles.VarietyDealer.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.VeriteElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Veterinarian.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.VirtualMountItem.v0.json feat: Adds Stamina System to overhaul overweight. (#1465) 2023-09-16 17:52:54 -07:00
Server.Mobiles.Virulent.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.VorpalBunny.BunnyHole.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.VorpalBunny.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.WailingBanshee.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Waiter.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Walrus.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.WandererOfTheVoid.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.WanderingHealer.v0.json fix: Codegens healers and fixes flamespurt trap (#1475) 2023-08-25 21:20:13 -07:00
Server.Mobiles.WarriorGuard.v0.json fix: Codegens guards (#1474) 2023-08-25 20:59:11 -07:00
Server.Mobiles.WarriorGuildmaster.v0.json fix: Changes on Vendors>NPC>Guildmasters to use code generation (#1307) 2022-12-21 20:35:18 -08:00
Server.Mobiles.WaterElemental.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Weaponsmith.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.Weaver.v0.json fix: Changes on Vendor>NPC to use code generation (#1308) 2022-12-22 12:40:26 -08:00
Server.Mobiles.WhippingVine.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.WhiteWolf.v0.json fix: Changes on Animals to use code generation (#1306) 2022-12-20 23:31:44 -08:00
Server.Mobiles.WhiteWyrm.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Wisp.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Wraith.v0.json fix: Changes magic humanoid monsters to use code gen (#1301) 2022-12-13 16:13:38 -08:00
Server.Mobiles.Wyvern.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Yamandon.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.YomotsuElder.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.YomotsuPriest.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.YomotsuWarrior.v0.json fix: Changes on Monsters to use code generation (#1304) 2022-12-17 19:40:04 -08:00
Server.Mobiles.Zombie.v0.json fix: Changes on Mele Humanoid Monsters to use code generation (#1300) 2022-12-13 14:33:05 -08:00
Server.Spells.Seventh.GateTravelSpell.InternalItem.v0.json fix: Adds gate travel migration file (#1491) 2023-09-03 21:28:50 -07:00