ItemWearState

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
(Fields)
Current revision (06:05, 9 February 2017) (view source)
(3column)
 
(One intermediate revision not shown.)
Line 3: Line 3:
Describes the current wear state of an item.  
Describes the current wear state of an item.  
-
 
==Fields==
==Fields==
-
 
+
{| {{API Header 3}}
-
{| {{API_Header}}
+
{{API Row 3|'''Undefined'''|An unknown wear state. (0%)    |0}}
-
{{API_Row|'''Broken'''|A broken wear state.}}
+
{{API Row 3|'''Damaged''' |A damaged wear state. (1% - 20%)|1}}
-
{{API_Row|'''Damaged'''|A damaged wear state.}}
+
{{API Row 3|'''Pristine''' |A pristine wear state. (100%)  |2}}
-
{{API_Row|'''Pristine'''|A pristine wear state.}}
+
{{API Row 3|'''Broken'''   |A broken wear state. (0%)      |3}}
-
{{API_Row|'''Undefined'''|An unknown wear state.}}
+
{{API Row 3|'''Worn'''     |A worn wear state. (21% - 99%)  |4}}
-
{{API_Row|'''Worn'''|A worn wear state.}}
+
|}
|}
-
 
-
 
-
 
-
====Alternative: values====
 
-
{| {{API_Row|'''Name'''|'''Value'''}}
 
-
{{API_Row|'''Broken'''|3}}
 
-
{{API_Row|'''Damaged'''|1}}
 
-
{{API_Row|'''Pristine'''|2}}
 
-
{{API_Row|'''Undefined'''|0}}
 
-
{{API_Row|'''Worn'''|1}}
 
-
|
 
==Remarks==
==Remarks==
Describes the current wear state of an item. This reflects how damaged an item is.  
Describes the current wear state of an item. This reflects how damaged an item is.  
-
 
+
[[Category:API Enumerations]]
-
 
+
-
[[Category:API_Enumerations]]
+

Current revision


Describes the current wear state of an item.

Fields

Name Description Index
Undefined An unknown wear state. (0%) 0
Damaged A damaged wear state. (1% - 20%) 1
Pristine A pristine wear state. (100%) 2
Broken A broken wear state. (0%) 3
Worn A worn wear state. (21% - 99%) 4

Remarks

Describes the current wear state of an item. This reflects how damaged an item is.

Personal tools