Vlek / RuinsAndRiches

Ruins & Riches Ultima Online Server Files
6 stars 0 forks source link

Remove pre-aos properties from items #133

Open Vlek opened 11 months ago

Vlek commented 11 months ago

Specifically weapons, there are a lot of these.

Damage Stats

Enums for the property levels

Vlek commented 11 months ago

Currently working on this. I have found some interesting properties that are going to need to be removed:

OldStrengthReq OldDexterityReq OldIntelligenceReq OldMinDamage OldMaxDamage OldSpeed OldMaxRange OldHitSound OldMissSound OldSkill OldType OldAnimation

Going to need to double-check as I am removing this stuff that there are going to be these properties available for the AOS equivalents. I think I can change over and use the old animations in the new AOSAnimations attribute for instance if not. (Probably already like that so that everything is consistent, but I'll double-check).

Vlek commented 10 months ago

This was done in conjunction with reformatting which I believe broke stuff. This might have? I am not sure, will need to do one after another.