Difference between revisions of "Template:Equipment Attributes"

From Mushpedia
Jump to: navigation, search
(unlock option)
m
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{{1}}} Name |
 
{{{1}}} Name |
 
{{{Name|{{{1|Unknown Equipment}}}}}}
 
{{{Name|{{{1|Unknown Equipment}}}}}}
 +
}}{{#vardefine:
 +
{{{1}}} Full Name|
 +
{{{Full Name|{{{Name|{{{1|Unknown Equipment}}}}}}}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Icon |
 
{{{1}}} Icon |
{{{Icon|Postit.jpg}}}
+
{{{Icon|banana.jpg}}}
 +
}}{{#vardefine:
 +
{{{1}}} Other Icon |
 +
{{{Other Icon|}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} In-game Examine Text |
 
{{{1}}} In-game Examine Text |
{{{In-game Examine Text|}}}
+
{{{In-game Examine Text|{{todo|Missing in-game "examine" text}}}}}
 +
}}{{#vardefine:
 +
{{{1}}} Room |
 +
{{{Room|}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Location |
 
{{{1}}} Location |
{{{Location|}}}
+
{{{Location|{{room|{{{Room|Daedalus}}}}}}}}
 +
}}{{#vardefine:
 +
{{{1}}} MapImage |
 +
{{{MapImage|{{#if: {{{Room|}}}|Map_{{{Room|}}}.png}}}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Unlock|
 
{{{1}}} Unlock|
 
{{{Unlock|}}}
 
{{{Unlock|}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
{{{1}}} Terminal |
+
{{{1}}} Has Terminal Access |  
 
{{{Has Terminal Access|no}}}
 
{{{Has Terminal Access|no}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
{{{1}}} Starts Unavailable |
+
{{{1}}} Terminal Details |  
{{{Starts Unavailable|no}}}
+
{{{Terminal Details|}}}
 +
}}{{#vardefine:
 +
{{{1}}} Needs Cleanness |
 +
{{{Needs Cleanness|no}}}
 +
}}{{#vardefine:
 +
{{{1}}} Needs Relaying |
 +
{{{Needs Relaying|no}}}
 +
}}{{#vardefine:
 +
{{{1}}} Makes Dirty |
 +
{{{Makes Dirty|no}}}
 +
}}{{#vardefine:
 +
{{{1}}} Affected by Crew Lock|
 +
{{{Affected by Crew Lock|no}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Enables Action |
 
{{{1}}} Enables Action |
Line 26: Line 50:
 
{{{1}}} Has Passive Effect |
 
{{{1}}} Has Passive Effect |
 
{{{Has Passive Effect|no}}}
 
{{{Has Passive Effect|no}}}
}}{{#vardefine:
 
{{{1}}} Has Passive Effect in Room |
 
{{{Has Passive Effect in Room|no}}}
 
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Max Charges |
 
{{{1}}} Max Charges |
Line 34: Line 55:
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Starting Charges |
 
{{{1}}} Starting Charges |
{{{Starting Charges|}}}
+
{{{Starting Charges|?}}}
 +
}}{{#vardefine:
 +
{{{1}}} Can Break |
 +
{{{Can Break|yes}}}
 +
}}{{#vardefine:
 +
{{{1}}} Can Be Dismantled |
 +
{{{Can Be Dismantled|yes}}}
 +
}}{{#vardefine:
 +
{{{1}}} Can Be Sabotaged|
 +
{{{Can Be Sabotaged|yes}}}
 +
}}{{#vardefine:
 +
{{{1}}} Slime Target|
 +
{{{Slime Target|yes}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Repair Chance |
 
{{{1}}} Repair Chance |
 
{{{Repair Chance|?}}}
 
{{{Repair Chance|?}}}
 +
}}{{#vardefine:
 +
{{{1}}} Sabotage Chance |
 +
{{{Sabotage Chance|?}}}
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Dismantle Chance |
 
{{{1}}} Dismantle Chance |
Line 58: Line 94:
 
}}{{#vardefine:
 
}}{{#vardefine:
 
{{{1}}} Summary |
 
{{{1}}} Summary |
{{#ifeq: {{#var: {{{1}}} Starts Broken}}|yes|Starts '''broken'''. |}}{{#ifeq: {{#var: {{{1}}} Can be Moved}}|no|'''Cannot be moved.''' |}}{{#ifeq: {{#var: {{{1}}} Can Perish}}|yes|'''Perishable'''. |}}{{#if: {{#var: {{{1}}} Starting Charges}}|Starts with {{Charge}}x'''{{#var: {{{1}}} Starting Charges}}'''. |}}{{#ifeq: {{#var: {{{1}}} Is Personal}}|yes|'''Personal''' item; only visible to the owner. |}}{{#ifeq: {{#var: {{{1}}} Can be Stacked}}|yes|'''Stackable'''. |}}{{#ifeq: {{#var: {{{1}}} Can be Dropped}}|no|'''Cannot be dropped'''. |}}{{#ifeq: {{#var: {{{1}}} Can be Hidden}}|no|'''Cannot be hidden'''. |}}{{{Summary|{{Todo|Missing a short summary to be displayed on the Inventory page. Please append it.}}}}}
+
{{{Summary|{{Todo|Missing a short summary to be displayed on the Equipment page. Please append it.}}}}}
 
}}</onlyinclude></includeonly>
 
}}</onlyinclude></includeonly>
  
See [[Template:Item Attributes]].
+
Works similarly to [[Template:Item Attributes]].
 +
 
 +
Possible variables and default values:
 +
* '''Full Name''' (if different from the equipment name)
 +
:: (empty)
 +
* '''Icon'''
 +
:: banana.jpg
 +
* '''Other Icon''' (possible 2nd icon for this equipment)
 +
:: (empty)
 +
* '''In-game Examine Text'''
 +
:: todo:Missing in-game "examine" text
 +
* '''Room''' (room where it is located)
 +
:: (empty)
 +
* '''Location''' (for special cases: fill in multiple rooms here)
 +
:: (same as room, with template)
 +
* '''MapImage''' (File to show as minimap)
 +
:: Map_[room].png
 +
* '''Unlock''' (e.g., {{Research|Mycoscan}}. Leave empty if no condition)
 +
:: (empty)
 +
* '''Has Terminal Access''' (yes/no)
 +
:: no
 +
* '''Terminal Details''' (see Template:Teminal Display)
 +
:: (empty)
 +
* '''Needs Cleanness''' (if at least one feature requires the character to be clean: yes/no)
 +
:: no
 +
* '''Needs Relaying''' (yes/no)
 +
:: no
 +
* '''Makes Dirty''' (if at least one feature may make the user dirty: yes/no)
 +
:: no
 +
* '''Affected by Crew Lock''' (yes/no)
 +
:: no
 +
* '''Enables Action''' when player clicks on it (yes/no)
 +
:: no
 +
* '''Has Passive Effect''' on other actions (yes/no)
 +
:: no
 +
* '''Max Charges''' (leave empty if no charges)
 +
:: (empty)
 +
* '''Starting Charges'''
 +
:: ?
 +
* '''Can Break''' (yes/no only)
 +
:: yes
 +
* '''Can Be Dismantled'''(yes/no only)
 +
:: yes
 +
* '''Can Be Sabotaged'''(yes/no only)
 +
:: yes
 +
* '''Slime Target'''(yes/no only)
 +
:: yes
 +
* '''Repair Chance '''
 +
:: ?
 +
* '''Sabotage Chance '''
 +
:: ?
 +
* '''Dismantle Chance'''
 +
:: ?
 +
* '''Dismantle Cost'''
 +
:: (empty)
 +
* '''Dismantle Result 1 '''
 +
:: (empty)
 +
* '''Dismantle Result Amount 1'''
 +
:: (empty)
 +
* '''Dismantle Result 2 '''
 +
:: (empty)
 +
* '''Dismantle Result Amount 2 '''
 +
:: (empty)
 +
* '''Summary '''
 +
:: Todo:Missing a short summary to be displayed on the Equipment page. Please append it.

Latest revision as of 16:44, 21 September 2014


Works similarly to Template:Item Attributes.

Possible variables and default values:

  • Full Name (if different from the equipment name)
(empty)
  • Icon
banana.jpg
  • Other Icon (possible 2nd icon for this equipment)
(empty)
  • In-game Examine Text
todo:Missing in-game "examine" text
  • Room (room where it is located)
(empty)
  • Location (for special cases: fill in multiple rooms here)
(same as room, with template)
  • MapImage (File to show as minimap)
Map_[room].png
  • Unlock (e.g., Research project Mycoscan. Leave empty if no condition)
(empty)
  • Has Terminal Access (yes/no)
no
  • Terminal Details (see Template:Teminal Display)
(empty)
  • Needs Cleanness (if at least one feature requires the character to be clean: yes/no)
no
  • Needs Relaying (yes/no)
no
  • Makes Dirty (if at least one feature may make the user dirty: yes/no)
no
  • Affected by Crew Lock (yes/no)
no
  • Enables Action when player clicks on it (yes/no)
no
  • Has Passive Effect on other actions (yes/no)
no
  • Max Charges (leave empty if no charges)
(empty)
  • Starting Charges
 ?
  • Can Break (yes/no only)
yes
  • Can Be Dismantled(yes/no only)
yes
  • Can Be Sabotaged(yes/no only)
yes
  • Slime Target(yes/no only)
yes
  • Repair Chance
 ?
  • Sabotage Chance
 ?
  • Dismantle Chance
 ?
  • Dismantle Cost
(empty)
  • Dismantle Result 1
(empty)
  • Dismantle Result Amount 1
(empty)
  • Dismantle Result 2
(empty)
  • Dismantle Result Amount 2
(empty)
  • Summary
Todo:Missing a short summary to be displayed on the Equipment page. Please append it.