ModernUO/Projects/UOContent/Items/Misc
Kamron Batman 936000ecf7
feat: Adds SerializedCommandProperty (#1249)
## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.

## Important Change
* Adds `SerializedCommandProperty`

Example:
```cs
    [InvalidateProperties]
    [SerializableField(0)]
    [SerializedCommandProperty(AccessLevel.GameMaster)]
    private Mobile _completedBy;
```
2022-11-14 18:24:33 -08:00
..
Bedlam fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Blighted Grove fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Corpses fix: Fixes serious stacking issue (#1225) 2022-11-02 22:18:44 -07:00
Labyrinth fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Painted Caves fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Palace of Paroxysmus fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Prism of Light fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
The Citadel fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
Twisted Weald fix: Codegens misc ML items (#1213) 2022-10-28 20:44:08 -07:00
ArcaneGem.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
BankCheck.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Beeswax.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Blocker.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Blood.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Bola.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
BolaBall.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
ClockworkAssembly.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
CommunicationCrystals.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
DeceitBrazier.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
EffectController.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
EffectItem.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
ExecutionersCap.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Firebomb.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
FlippableAddonAttribute.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
FlippableAttribute.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
GlassItems.cs fix: Codegens more misc items (#1214) 2022-10-29 00:43:30 -07:00
Gold.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Guillotine.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
HairDye.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
HoveringWisp.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
IDurability.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
InteriorDecorator.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Key.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
KeyRing.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
LOSBlocker.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Moonstone.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
MoonstoneGate.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
MorphItem.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
OilCloth.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
OilFlask.cs feat: Implement Oil Flask & Refueling (#1165) 2022-09-07 00:35:47 -07:00
Origami.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
PlayerBulletinBoards.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
PlayerVendorDeed.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
PoolOfAcid.cs fix: Updates pool of acid (#1028) 2022-05-18 17:53:53 -07:00
PowerCrystal.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
PowerGenerator.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
PromotionalToken.cs fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
PublicMoongate.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Rares.cs fix: Codegens more misc items (#1216) 2022-10-29 16:08:23 -07:00
Scales.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
SerpentPillar.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
SpecialBeardDye.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
SpecialHairDye.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Static.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
SwarmOfFlies.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
Teleporter.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
TrashBarrel.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
TrashChest.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
TribalBerry.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
TribalPaint.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
UnholyBone.cs fix: Finishes code gen for misc items (#1248) 2022-11-13 23:10:13 -08:00
WarningItem.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
WayPoint.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
WindChimes.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00