From 0841ee50deef31b50ac3e543e1834945df39a45f Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 30 Nov 2017 12:47:58 +0000 Subject: [PATCH] Updated Objects (markdown) --- Objects.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/Objects.md b/Objects.md index c92712e..f04480a 100644 --- a/Objects.md +++ b/Objects.md @@ -16,6 +16,48 @@ There are 11 different types of object: # objexport checklist +## Small Scenery +* [ ] Name +* [ ] Images +* [ ] Price +* [ ] Removal price +* [ ] Scenery tab +* [ ] Tool icon +* [ ] Height +* [ ] Animation delay +* [ ] Animation mask +* [ ] Animation frame count +* [ ] Animation frame offsets[] +* [ ] Flags + * [ ] Is full tile + * [ ] SMALL_SCENERY_FLAG_VOFFSET_CENTRE + * [ ] Requires flat surface + * [ ] Rotatable + * [ ] Animated + * [ ] Can wither + * [ ] Can be watered + * [ ] Has overlay image (UI only) + * [ ] SMALL_SCENERY_FLAG_DIAGONAL + * [ ] Has glass + * [ ] Has primary colour + * [ ] SMALL_SCENERY_FLAG_FOUNTAIN_SPRAY_1 + * [ ] SMALL_SCENERY_FLAG_FOUNTAIN_SPRAY_4 + * [ ] Is clock (peep checks time and frames are for each hour:minute of day) + * [ ] SMALL_SCENERY_FLAG_SWAMP_GOO + * [ ] Has animation frame offsets (can be derived) + * [ ] SMALL_SCENERY_FLAG17 + * [ ] Must be on surface + * [ ] Prohibit walls + * [ ] Has secondary colour + * [ ] No supports + * [ ] SMALL_SCENERY_FLAG_VISIBLE_WHEN_ZOOMED + * [ ] SMALL_SCENERY_FLAG_COG + * [ ] Allow supports above + * [ ] SMALL_SCENERY_FLAG_HALF_SPACE + * [ ] SMALL_SCENERY_FLAG_THREE_QUARTERS + * [ ] Supports have primary colour + * [ ] SMALL_SCENERY_FLAG27 + ## Large Scenery * [ ] Name * [ ] Images