Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:WeaponStats: Difference between revisions

Template page
No edit summary
No edit summary
Line 4: Line 4:
       [[File:{{{icon_image|}}}|{{{icon_width|60px}}}]]
       [[File:{{{icon_image|}}}|{{{icon_width|60px}}}]]
     </div>
     </div>
     <div>
     <div class="header-text-container">
       <h1 class="item-name">{{{item_name|[ITEM_NAME]}}}</h1>
       <div class="header-title-tier-row">
        <h1 class="item-name">{{{item_name|[ITEM_NAME]}}}</h1>
        <div class="item-tier-container">
          <span class="tier-label">TIER</span>
          <span class="tier-value">{{{item_tier|[ITEM_TIER]}}}</span>
        </div>
      </div>
       <p class="item-type">{{{item_type|[ITEM_TYPE]}}}</p>
       <p class="item-type">{{{item_type|[ITEM_TYPE]}}}</p>
     </div>
     </div>
Line 18: Line 24:
   <div class="stats-section">
   <div class="stats-section">
     <div class="stat-row"><span>Damage Multiplier</span> <span>{{{damage_mult|[DAMAGE_MULT]}}}</span></div>
     <div class="stat-row"><span>Damage Multiplier</span> <span>{{{damage_mult|[DAMAGE_MULT]}}}</span></div>
     <div class="stat-row"><span>Fire Rate</span> <span>{{{fire_rate|[FIRE_RATE]}}}</span></div>
     <hr class="weapon-separator" /> <div class="stat-row"><span>Fire Rate</span> <span>{{{fire_rate|[FIRE_RATE]}}}</span></div>
     <div class="stat-row"><span>Max Ammo</span> <span>{{{max_ammo|[MAX_AMMO]}}}</span></div>
     <hr class="weapon-separator" /> <div class="stat-row"><span>Max Ammo</span> <span>{{{max_ammo|[MAX_AMMO]}}}</span></div>
     <div class="stat-row"><span>Range</span> <span>{{{range|[RANGE]}}}</span></div>
     <hr class="weapon-separator" /> <div class="stat-row"><span>Range</span> <span>{{{range|[RANGE]}}}</span></div>
   </div>
   </div>


Line 27: Line 33:
   <div class="inventory-section">Inventory: {{{inventory_count|[INVENTORY_COUNT]}}}</div>
   <div class="inventory-section">Inventory: {{{inventory_count|[INVENTORY_COUNT]}}}</div>


   <div class="durability-section">DURABILITY: {{{current_dur|[CURRENT_DUR]}}}/{{{max_dur|[MAX_DUR]}}} <span class="repair-status">{{{repair_status|[REPAIR_STATUS]}}}</span></div>
   <div class="durability-section-left">DURABILITY: {{{current_dur|[CURRENT_DUR]}}}/{{{max_dur|[MAX_DUR]}}} <span class="repair-status">{{{repair_status|[REPAIR_STATUS]}}}</span></div>


   <hr class="weapon-separator" />
   <hr class="weapon-separator" />
Line 36: Line 42:
   </div>
   </div>
</div></includeonly><noinclude>
</div></includeonly><noinclude>
This template is for displaying weapon statistics for The Legend of California.  
This template is for displaying weapon statistics for The Legend of California.


== Usage ==
== Usage ==
Line 44: Line 50:
| icon_width = 60px
| icon_width = 60px
| item_name = Name of the weapon
| item_name = Name of the weapon
| item_tier = Item Tier (e.g., 4)
| item_type = Weapon Type
| item_type = Weapon Type
| description = Short description
| description = Short description
Line 53: Line 60:
| current_dur = Current value
| current_dur = Current value
| max_dur = Max value
| max_dur = Max value
| repair_status = Status
| repair_status = Status (wraps naturally)
| gold = Value
| gold = Value
| silver = Value
| silver = Value

Revision as of 23:58, 17 March 2026

This template is for displaying weapon statistics for The Legend of California.

Usage

{{WeaponStats
| icon_image = Exact_Uploaded_Filename.png
| icon_width = 60px
| item_name = Name of the weapon
| item_tier = Item Tier (e.g., 4)
| item_type = Weapon Type
| description = Short description
| damage_mult = Value
| fire_rate = Value
| max_ammo = Value
| range = Value
| inventory_count = Quantity
| current_dur = Current value
| max_dur = Max value
| repair_status = Status (wraps naturally)
| gold = Value
| silver = Value
}}
Contents