Gwyrdain / apprentices-workshop

Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Additional object validations during area review #117

Closed TokugawaTFC closed 8 years ago

TokugawaTFC commented 8 years ago

It would be helpful if the below object types could have a warning in the Review section if they have no Value0, Value1, or Value3 assigned to them.

https://wiki.tfcmud.com/index.php/Object_Type_Specifications

Cordir commented 8 years ago

I'd disagree with a couple of those:

TokugawaTFC commented 8 years ago

All of the items here need the review because if they do not have a value they are not done being written. On May 15, 2016 8:00 AM, "Cordir" notifications@github.com wrote:

I'd disagree with a couple of those:

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Gwyrdain/apprentices-workshop/issues/117#issuecomment-219290726

Cordir commented 8 years ago

Ok. Your title says "Applies" -- Applies is +1 str, or the like. If you're talking VALUES then yeah, agreed. But Applies, not so much. :)

Gwyrdain commented 8 years ago

Renamed and changed the list to a checklist. I will discretely report the reviews by item here as completed and you can comment on them.

Gwyrdain commented 8 years ago

Added v0 warning for SCROLL, WAND, STAFF,FETISH, POTION, PILL, RING, RELIC: No spell level set...

Gwyrdain commented 8 years ago

Added v1 warning for SCROLL, POTION, PILL: No first spell set.

Gwyrdain commented 8 years ago

Added v3 warning for WAND, STAFF, FETISH, RING, RELIC: No spell set...

Gwyrdain commented 8 years ago

Added v1 warning for WAND, STAFF, FETISH, RING, RELIC: Max charges for should be > 0...

Gwyrdain commented 8 years ago

Added v1 and v2 warnings for WEAPON and WEAPON ANIMAL: Max damage should be >0, Min damage should be >0...

Gwyrdain commented 8 years ago

Skipping fountain: A 0 0 0 0 fountain should actually be the most common: water with no spell

Gwyrdain commented 8 years ago

Add v0 warnings for FOOD (and PET FOOD): Hrs of nourishment should be >0.

Gwyrdain commented 8 years ago

Added v0 warning for MONEY: should be worth >0 gold.

Gwyrdain commented 8 years ago

Added v0 and v1 warnings for ARMOR and ANIMAL ARMOR: AC should be >0... Max AC should be >0...

Gwyrdain commented 8 years ago

Added v0 warning for CONTAINER: Should have a hold weight >0...

Gwyrdain commented 8 years ago

Added v0 and v1 warning for DRINK CONTAINER: Should have >0 drinks. Should have >0 drinks left.

Gwyrdain commented 8 years ago

All items are done to the best of my understanding. Please review and advise if anything is missing or wrong.

TokugawaTFC commented 8 years ago

This looks good. Thanks for adding this.