6,366
editsAd placeholder
Template:Weapon page: Difference between revisions
Jump to navigation
Jump to search
add uuid
(sentence case header) |
(add uuid) |
||
Line 114: | Line 114: | ||
}} </li> | }} </li> | ||
<li> {{Weight | kg = {{{weight kg}}} | lb = {{{weight lb}}} }} </li> | <li> {{Weight | kg = {{{weight kg}}} | lb = {{{weight lb}}} }} </li> | ||
<li> {{Price | {{{price}}} }} <li> {{#if:{{{uid|}}}|<li>{{Uid|{{{uid | <li> {{Price | {{{price}}} }}</li> | ||
{{#if:{{{uid|}}}|<li>{{Uid|{{{uid}}}}}</li>}} | |||
{{#if:{{{uuid|}}}|<li>{{Uuid|{{{uuid}}}}}</li>}} | |||
{{#if: {{{special|}}} | {{blank}}</li> | |||
</ul> | </ul> | ||
Line 233: | Line 236: | ||
| price = 75 | | price = 75 | ||
<!-- The uid for the item, usually in format "MAG_SomeDescription_Something". | <!-- The uid for the item, usually in format "MAG_SomeDescription_Something". --> | ||
| uid = OBJ_Longsword | | uid = OBJ_Longsword | ||
<!-- The uid or Root Template for the item. --> | |||
| uuid = 3d99b0ae-4e96-438a-8029-cce11109f415 | |||
<!-- Actions you get when you have proficiency and wield the weapon in your main-hand. --> | <!-- Actions you get when you have proficiency and wield the weapon in your main-hand. --> | ||
Line 283: | Line 288: | ||
| price = | | price = | ||
| uid = | | uid = | ||
| uuid = | |||
| weapon actions = | | weapon actions = | ||
| special = | | special = | ||
Line 753: | Line 759: | ||
"icon": { | "icon": { | ||
"description": "The icon of this item. Defaults to the value of image= if not provided." | "description": "The icon of this item. Defaults to the value of image= if not provided." | ||
}, | |||
"uuid": { | |||
"description": "UUID or Root Template for the item. In a uuid format like \" 3d99b0ae-4e96-438a-8029-cce11109f415\"" | |||
}, | |||
"uid": { | |||
"description": "Unique id for the item. Often in format OBJ_Blabla_Whatever" | |||
} | } | ||
}, | }, | ||
Line 788: | Line 800: | ||
"weight lb", | "weight lb", | ||
"price", | "price", | ||
"uid", | |||
"uuid", | |||
"special", | "special", | ||
"weapon actions" | "weapon actions" |