Template:Batting abilities

From MLB Power Pros Wiki

(Difference between revisions)
Jump to: navigation, search
m
m (updated switch code)
 
Line 5: Line 5:
{| width="100%" border="1" cellpadding="0"
{| width="100%" border="1" cellpadding="0"
| Clutch Hit:  
| Clutch Hit:  
-
{{switch
+
{{#switch: {{{clutchhit}}}
-
  |{{{clutchhit}}}
+
   |1=Choke Artist
-
   |case: 1=Choke Artist
+
   |2=Weak
-
   |case: 2=Weak
+
   |3=Average
-
   |case: 3=Average
+
   |4=Good
-
   |case: 4=Good
+
   |5=Great
-
   |case: 5=Great
+
   |Average
-
   |default=Average
+
}}
}}
| VS Lefty
| VS Lefty
-
{{switch
+
{{#switch: {{{vslefty}}}
-
  |{{{vslefty}}}
+
   |1=Choke Artist
-
   |case: 1=Choke Artist
+
   |2=Weak
-
   |case: 2=Weak
+
   |3=Average
-
   |case: 3=Average
+
   |4=Good
-
   |case: 4=Good
+
   |5=Great
-
   |case: 5=Great
+
   |Average
-
   |default=Average
+
}}
}}
|
|

Current revision as of 22:33, 27 February 2008

This is the graphical layout for Batting Abilities.

Usage

Every line is optional. The major abilities not defined will default to level 3. To add special abilities, set them equal to 1.

The abilities are marked in all lowercase of their english in-game versions without spaced (Gd Catcher -> gdcatcher).

{{Batting abilities
| clutchhit=4
| pushhitter=1
}}

becomes


Personal tools