Tasks:Items on Map: Difference between revisions

From Adonthell
Jump to navigation Jump to search
Item integration task added
 
m Dependencies: also depends on object models
 
Line 9: Line 9:


* [[Tasks:Mapengine|Map Engine]] implementation
* [[Tasks:Mapengine|Map Engine]] implementation
* [[Tasks:Object Models|Object Model]] implementation


== Requirements ==
== Requirements ==

Latest revision as of 21:11, 17 January 2008

Back to Task Lists

Overview

Integrate items into map engine. It should be possible for items to lie on the ground and/or in containers like chests, cupboards, etc. Characters can pick up or deposit items.

Dependencies

Requirements

  • Items need graphical representation (and model) for placement on the map.
  • Multiple items/stacks of items on a single tile
  • Functionality for picking up/dropping items (possible dependency on UI)
  • NPCs must be able to locate, pick up and drop items

References