Difference between revisions of "Template:AutocatWeapon"
From TheKolWiki
(Added chainsaw) |
(Flowers) |
||
Line 3: | Line 3: | ||
$a = preg_match('/(ranged weapon)?(weapon)? \(([123])-handed (.*)\)/',$argv[1],$x); | $a = preg_match('/(ranged weapon)?(weapon)? \(([123])-handed (.*)\)/',$argv[1],$x); | ||
if ($a) { | if ($a) { | ||
− | $wt=array('accordion','axe','banjo','bazooka','blowgun','boomerang','bow','chainsaw','chefstaff','claw','club','crossbow','drill','drum','flail','flute','forearm replacement','guitar','gun','hammer','horn','knife','knuckles','machine gun','pistol','polearm','radio','rattle','rifle','saucepan','shotgun','slingshot','spear','staff','sword','umbrella','utensil','wand','whip','whistle','yoyo'); | + | $wt=array('accordion','axe','banjo','bazooka','blowgun','boomerang','bow','chainsaw','chefstaff','claw','club','crossbow','drill','drum','flail','flower','flute','forearm replacement','guitar','gun','hammer','horn','knife','knuckles','machine gun','pistol','polearm','radio','rattle','rifle','saucepan','shotgun','slingshot','spear','staff','sword','umbrella','utensil','wand','whip','whistle','yoyo'); |
− | $wtc=array('Accordions','Axes','Banjos','Bazookas','Blowguns','Boomerangs','Bows','Chainsaws','Chefstaves','Claws','Clubs','Crossbows','Drills','Drums','Flails','Flutes','Forearm replacements','Guitars','Guns','Hammers','Horns','Knives','Knuckles','Machine guns','Pistols','Polearms','Radios','Rattles','Rifles','Saucepans','Shotguns','Slingshots','Spears','Staves','Swords','Umbrellas','Utensils','Wands','Whips','Whistles','Yoyos'); | + | $wtc=array('Accordions','Axes','Banjos','Bazookas','Blowguns','Boomerangs','Bows','Chainsaws','Chefstaves','Claws','Clubs','Crossbows','Drills','Drums','Flails','Flowers','Flutes','Forearm replacements','Guitars','Guns','Hammers','Horns','Knives','Knuckles','Machine guns','Pistols','Polearms','Radios','Rattles','Rifles','Saucepans','Shotguns','Slingshots','Spears','Staves','Swords','Umbrellas','Utensils','Wands','Whips','Whistles','Yoyos'); |
$mw=array('saucepan','chefstaff','utensil','artsything'); | $mw=array('saucepan','chefstaff','utensil','artsything'); | ||
$c='Melee'; | $c='Melee'; |
Latest revision as of 18:47, 23 October 2020
This template enables automatic categorization of weapon types.
Usage
- first argument: The type field of the item description.
- second argument (optional): The statreq field of the item description (only important for for classifying mysticality weapons that are not saucepans, utensils, chefstaves, or artsythings).