From The Mana World
m (Move page script moved page Dev:Itemset development to Development:Itemset development: Rename Dev: to Development: so the miraheze import works)
 
(25 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{status_green}}
== Item development plan ==
== Item development plan ==
The development of a new item for in the game consists of a number of steps. These are:
The development of a new item for in the game consists of a number of steps. These are:


Line 12: Line 12:


Below you'll find specification for item icons and a list of items currently in development. For a list of completed items that are ready for use, see the ItemReference.
Below you'll find specification for item icons and a list of items currently in development. For a list of completed items that are ready for use, see the ItemReference.
== Further readings ==
For an updated list of the current items see [[Item Reference]].
In order to get ideas and inspiration, you should take a look at our older item entries:
* [[Master equipment list]]
* [[Generic items]]
* [[Equipment system]]
* [[Equipment in development]]


== Item icon specs ==
== Item icon specs ==
Line 17: Line 26:
* '''Color depth:''' 32 bpp
* '''Color depth:''' 32 bpp
* '''File format:''' PNG
* '''File format:''' PNG
* '''Background:''' transparent
* '''Background:''' Alpha layer (transparent)
 
== Items in development ==
Someone wants to add a table here? ;)
=== Weapons ===
 
* Name: Knife
ID: 1201
http://themanaworld.sourceforge.net/archive/kekskiller/twm_wpn_short_sword.png
 
* Name: Blood axe
http://themanaworld.sourceforge.net/archive/kekskiller/twm_wpn_blood_axe.png
 
* Name: Broad sword
http://themanaworld.sourceforge.net/archive/kekskiller/twm_wpn_broad_sword.png
 
* Name: Pair sword
http://kekskiller.cybton.com/twm_wpn_pair_swords.png
 
* Name: Shuriken
http://themanaworld.sourceforge.net/archive/kekskiller/twm_wpn_shuriken.png
 
* Name: Throw spear
http://themanaworld.sourceforge.net/archive/kekskiller/twm_wpn_throw_spear.png
 
* Name: Arrow
ID: 1199
Image info: an arrow
Priority: URGENT
 
* Name: Bow
ID: 1200
Image info: a simple bow
Priority: URGENT
 
* Name: Cotton shirt
ID: 1202
Image info: a white cotton shirt
Priority: URGENT
 
 
=== Items ===
 
* http://themanaworld.sourceforge.net/archive/kekskiller/cactusdrink.png
Name: Cactus drink
ID: 501 / Effect: +10 HP<br>
 
 
* Name: Cactus potion
ID: 502 / Effect: +10 MP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/cactuspotion.png
 
 
* Name: Casino coins
ID: 503 / Effect:<br>
http://themanaworld.sourceforge.net/archive/kekskiller/casinocoins.png
 
 
* Name: Decor candy cane
ID: 504 / Effect:<br>
http://themanaworld.sourceforge.net/archive/kekskiller/candycane.png
 
 
* Name: Maggot slime
ID: 505 / Effect:<br>
http://kekskiller.cybton.com/twm_itm_maggotslime.png
 
* Name: Candy cane
ID: 506 / Effect: +7 HP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/twm_itm_candycane.png
 
* Name: Scorpion stinger
ID: 507 / Effect:<br>
http://img190.exs.cx/img190/3299/stingerblack9ak.gif
 
* Name: Xmas cake
ID: 508 / Effect: +10 HP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/cake.png
 
* Name: Chocolate
ID: 509 / Effect: +15 HP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/twm_itm_chocolate.png
 
* Name: Candy
ID: 510 / Effect: +5 HP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/twm_itm_candy.png
 
* Name: Santa's hat
ID: 511 / Effect:<br>
http://themanaworld.sourceforge.net/archive/kekskiller/hat.png
 
* Name: Gingerbread man
ID: 512 / Effect: +20 HP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/twm_itm_xmascake.png
 
* Name: Slice of cake
ID: 513 / Effect: +20 HP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/twm_itm_cakeslice.png
 
* Name: Xmas candy cane
ID: 514 / Effect: +14 HP<br>
http://themanaworld.sourceforge.net/archive/kekskiller/CandyC.png
Image info: a white and red curved candy cane
 
* Name: Pink present
ID: 515 / Effect:<br>
http://themanaworld.sourceforge.net/archive/kekskiller/presentpink.png
 
* Name: Yellow present
ID: 516 / Effect:<br>
http://themanaworld.sourceforge.net/archive/kekskiller/presentyellow.png
 
* Name: Red Stinger
ID: 517 / Effect:<br>
http://themanaworld.sourceforge.net/archive/kekskiller/stinger2jw.gif
 
* Name: Bug Leg
ID: 518 / Effect:<br>
http://kekskiller.cybton.com/twm_itm_bugleg.png
 
* Name: Slice of cake with a cherry
ID: 519 / Effect: +20 HP<br>
http://kekskiller.cybton.com/twm_itm_cakeslice_with_cherry.png
 
Talaroc: Graphic developer: you should replace Image info with your images.
Database developer: add new items to the items database.

Latest revision as of 03:56, 27 March 2024

This article is for reference purpose

The features described in this article are already implemented in the game. The article should describe how a certain aspect of the game currently works. You may of course edit this article to improve the description of the circumstances. Your opinions or improvement suggestions about the described aspects themself are of course appreciated, too. But please put these on the discussion page of this article to keep facts and fiction separated.

Item development plan

The development of a new item for in the game consists of a number of steps. These are:

  • The item needs a name, description and purpose. A small piece of information about the item's origins and current uses could also be helpful. The point of this part is the the item will need a place in the world, inhabitants could mention the item or it could be used in quests. Some information about the item is helpful to make the occurances of the item in the world more natural.
  • Relevant graphics need to be drawn. In most cases this is at least an icon to be able to show the item on the map and in inventory. In the case of visible equipment this should also include the character overlay to be used.
  • The attributes of the item need to be specified. Here we mean to point out exactly what happens when you use or equip an item and what it's value, weight and id are. With our new server this part will include composing the related XML item definition.
  • Finally, use the item in the game. Make certain monsters drop the item, or have it be sold in certain stores. Incorporate it in a quest or allow it to be harvested in certain places. It should be easy to find out where an item is being used later, possibly by its id which could be prefixed by "item".

Below you'll find specification for item icons and a list of items currently in development. For a list of completed items that are ready for use, see the ItemReference.

Further readings

For an updated list of the current items see Item Reference.

In order to get ideas and inspiration, you should take a look at our older item entries:

Item icon specs

  • Dimension: 32x32
  • Color depth: 32 bpp
  • File format: PNG
  • Background: Alpha layer (transparent)