Difference between revisions of "Object Template"

From UnReal World Wiki
Jump to: navigation, search
Line 29: Line 29:
 
}}
 
}}
  
; cultures    = <code>{{Cultures All}}, [[requires::Kuikki-Tribe]]</code>
+
; cultures    = <nowiki>{{Cultures All}}, [[requires::Kuikki-Tribe]]</nowiki>
 
: List of tribes, {{Cultures All}} Actually includes all tribes, so the <code>[[requires::Kuikki-Tribe]] is redundant.
 
: List of tribes, {{Cultures All}} Actually includes all tribes, so the <code>[[requires::Kuikki-Tribe]] is redundant.
 
<br/>
 
<br/>
Line 46: Line 46:
 
: Whether the item is wearable, Yes or No
 
: Whether the item is wearable, Yes or No
 
<br/>
 
<br/>
; bodyPart    = Example <code>[[:Category:Head]]</code>
+
; bodyPart    = Example <nowiki>[[:Category:Head]]</nowiki>
 
: Where on the body it is warn, valid locations are [[:Category:Cap]], [[:Category:Face]], [[:Category:Neck]], [[:Category:Shoulder]], [[:Category:Upper Arm]], [[:Category:Chest]], [[:Category:Elbow]], [[:Category:Arm]], [[:Category:Hand]], [[:Categroy:Hip]], [[:Category:Groin]], [[:Category:Thighs]], [[:Category:Knees]], [[:Category:Shins]], [[:Category:Feet]]
 
: Where on the body it is warn, valid locations are [[:Category:Cap]], [[:Category:Face]], [[:Category:Neck]], [[:Category:Shoulder]], [[:Category:Upper Arm]], [[:Category:Chest]], [[:Category:Elbow]], [[:Category:Arm]], [[:Category:Hand]], [[:Categroy:Hip]], [[:Category:Groin]], [[:Category:Thighs]], [[:Category:Knees]], [[:Category:Shins]], [[:Category:Feet]]
 
<br/>
 
<br/>
Line 78: Line 78:
  
 
<br/>
 
<br/>
; craftSkills  = [[requires::Hideworking]]
+
; craftSkills  = Example <nowiki> [[requires::Hideworking]] </nowiki>
 
: Skill used in crafting
 
: Skill used in crafting
 
<br/>
 
<br/>
; tools        = <code> [[requires::{{Axe All}}, <[[Handaxe]]>
+
; tools        = <nowiki> [[requires::{{Axe All}}, <[[Handaxe]]> </nowiki>
 
: List of required tools
 
: List of required tools
 
: To list complete groups of types of items use {{<Base Item> All}}
 
: To list complete groups of types of items use {{<Base Item> All}}
 
<br/>
 
<br/>
; ingredients  =  Example <code> [[requires::Slender Tree Trunk]]
+
; ingredients  =  Example <nowiki> [[requires::Slender Tree Trunk]] </nowiki>
 
: List of ingredients
 
: List of ingredients
 
<br/>
 
<br/>

Revision as of 07:26, 26 September 2014

Object Template
File:Object Template.png
Basic Info
Cultures:
Weight:
Trade Value:
Flammable:


cultures = {{Cultures All}}, [[requires::Kuikki-Tribe]]
List of tribes, All Actually includes all tribes, so the Kuikki-Tribe is redundant.


weight = Weight in 0.0 lbs
Weight of a single item


value =
Base trade value of the item


flammable =
Whether or not it can be burned, simply Yes or No


burnTime = Example
1h 30m


clothing =
Whether the item is wearable, Yes or No


bodyPart = Example [[:Category:Head]]
Where on the body it is warn, valid locations are Category:Cap, Category:Face, Category:Neck, Category:Shoulder, Category:Upper Arm, Category:Chest, Category:Elbow, Category:Arm, Category:Hand, Categroy:Hip, Category:Groin, Category:Thighs, Category:Knees, Category:Shins, Category:Feet


weapon =
If the item is a weapon, Yes/No


craftable =
If the item is craftable, Yes/No
If it can be crafted.


Combat Values for Weapons, Only appears if weapon is Yes

combatSkill = Example <code>Dagger
Which weapon skill is used with this weapon. valid types are Shield, Dagger, Sword, Club, Axe, Flail, Spear, Bow, Crossbow
blunt =
edge =
point =
attackBonus =
defenseBonus =


Levels of Protection: Only appears if Clothing is Yes

avgProtection =
warmthProtection =
edgeProtection =
squeezeProtection =
pointProtection =
bluntProtection =


Levels of Protection: Only appears if Crafting is Yes


craftSkills = Example [[requires::Hideworking]]
Skill used in crafting


tools = [[requires::{{Axe All}}, <[[Handaxe]]>
List of required tools
To list complete groups of types of items use {{<Base Item> All}}


ingredients = Example [[requires::Slender Tree Trunk]]
List of ingredients


craftTime =
Time to complete crafting


finishTime =
Wait time after finished crafting








Template Parameters