User:Tase: Difference between revisions

From The Cataclysm: Dark Days Ahead Wiki
Jump to navigation Jump to search
(Created page with "Hi, WORK DAMNIT {{ #switch: {{uc: at_batt }} |AT_NULL = |AT_NAIL = nails |AT_BB = BBs |AT_BOLT = bolts |AT_ARROW = arrows |AT_SHOT = shot |AT_22 ...")
 
No edit summary
 
Line 3: Line 3:
WORK DAMNIT
WORK DAMNIT


 
<code>
{{ #switch: {{uc: at_batt }}
{{ #switch: AT_BATT
   |AT_NULL  =
   |AT_NULL  =
   |AT_NAIL  = nails
   |AT_NAIL  = nails
   |AT_BB    = BBs
   |AT_BB    = BBs
  |AT_BOLT  = bolts
  |AT_ARROW  = arrows
  |AT_SHOT  = shot
  |AT_22    = .22
  |AT_9MM    = 9mm
  |AT_38    = .38
  |AT_40    = .40
  |AT_44    = .44
  |AT_45    = .45
  |AT_57    = 5.7mm
  |AT_46    = 4.6mm
  |AT_762    = 7.62x39mm
  |AT_223    = .223
  |AT_3006  = .30-06
  |AT_308    = .308
  |AT_40MM  = 40mm grenade
  |AT_GAS    = gasoline
   |AT_BATT  = batteries
   |AT_BATT  = batteries
   |AT_PLUT  = plutonium
   |AT_PLUT  = plutonium
Line 30: Line 13:
   |AT_12MM  = 12mm slug
   |AT_12MM  = 12mm slug
   |AT_PLASMA = hydrogen
   |AT_PLASMA = hydrogen
   |#default={{{1}}}
   |#default=AT_BATT
}}
 
{{#switch: a
|a = worked
|b = wtf
}}
}}


<noinclude>
Template for converting Ammo Type identifiers to their associated names.


* [https://raw.github.com/Whales/Cataclysm/master/itypedef.cpp itypedef.cpp]


[[Category:Templates|{{PAGENAME}}]]
</code>
</noinclude>

Latest revision as of 17:49, 7 March 2013

Hi,

WORK DAMNIT

batteries

worked