Familiar: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Zarqon
m took out none's
imported>StDoodle
Redirected page to Datatype Constants#familiar
Line 1: Line 1:
This page has ASH functions and constants related to familiars.
#REDIRECT [[Datatype Constants#familiar]]
 
== Basic Familiar Functions ==
'''familiar [[my_familiar()]]''' - returns the familiar you currently have equipped.
 
'''boolean [[have_familiar()|have_familiar( familiar pet )]]''' - returns ''true'' if you have the specified familiar in your Terrarium (or "equipped").  Otherwise, returns ''false''.
 
'''boolean [[use_familiar()|use_familiar( familiar pet )]]''' - equips the specified familiar.
 
'''int [[familiar_weight()|familiar_weight( familiar pet )]]''' - returns the raw, unbuffed weight of the specified familiar.
 
'''item [[familiar_equipment()|familiar_equipment( familiar pet )]]''' - returns the item that is most common to <tt>pet</tt>.
 
 
== Datatype Conversions ==
'''string [[to_string()|to_string( familiar pet )]]''' - returns the string name of <tt>pet</tt>.
 
'''familiar [[to_familiar()|to_familiar( string str )]]''' - returns <code>$familiar[str]</code> from the string given.
 
'''int [[to_int()|to_int( familiar pet )]]''' - returns the KoL number of familiar <tt>pet</tt> for raw URL building.
 
'''familiar [[to_familiar()|to_familiar( int nFamiliar )]]''' - returns <code>$familiar[pet]</code> from the KoL number of the familiar.
 
 
== $familiar[constant] ==
* Mosquito
* Leprechaun
* Levitating Potato
* Angry Goat
* Sabre-Toothed Lime
* Fuzzy Dice
* Spooky Pirate Skeleton
* Barrrnacle
* Howling Balloon Monkey
* Stab Bat
* Grue
* Blood-Faced Volleyball
* Ghuol Whelp
* Baby Gravy Fairy
* Cocoabo
* Star Starfish
* Hovering Sombrero
* Ghost Pickle on a Stick
* Killer Bee
* Whirling Maple Leaf
* Coffee Pixie
* Cheshire Bat
* Jill-O-Lantern
* Hand Turkey
* Crimbo Elf
* Hanukkimbo Dreidl
* Baby Yeti
* Feather Boa Constrictor
* Emo Squid
* Personal Raincloud
* Clockwork Grapefruit
* MagiMechTech MicroMechaMech
* Flaming Gravy Fairy
* Frozen Gravy Fairy
* Stinky Gravy Fairy
* Spooky Gravy Fairy
* Inflatable Dodecapede
* Pygmy Bugbear Shaman
* Doppelshifter
* Attention-Deficit Demon
* Cymbal-Playing Monkey
* Temporal Riftlet
* Sweet Nutcracker
* Pet Rock
* Snowy Owl
* Teddy Bear
* Ninja Pirate Zombie Robot
* Sleazy Gravy Fairy
* Wild Hare
* Wind-up Chattering Teeth
* Spirit Hobo
* Astral Badger
* Comma Chameleon
* Misshapen Animal Skeleton
* Scary Death Orb
* Jitterbug
* Nervous Tick
* Reassembled Blackbird
* Origami Towel Crane
* Ninja Snowflake
* Evil Teddy Bear
* Toothsome Rock
* Ancient Yuletide Troll
* Dandy Lion
* O.A.F.
* Penguin Goodfella
* Jumpsuited Hound Dog
* Green Pixie
* Ragamuffin Imp
* Exotic Parrot
* Wizard Action Figure
* Gluttonous Green Ghost
* Casagnova Gnome
* Hunchbacked Minion
* Crimbo P. R. E. S. S. I. E.
* Bulky Buddy Box
* Teddy Borg
* RoboGoose
* El Vibrato Megadrone
* Mad Hatrack
* Hobo Monkey
* Llama Lama
* Cotton Candy Carnie
* Disembodied Hand
* Black Cat
* Uniclops
* Psychedelic Bear
* Baby Mutant Rattlesnake
* Mutant Fire Ant
* Mutant Cactus Bud
* Mutant Gila Monster
* Cuddlefish
* Sugar Fruit Fairy
* Imitation Crab
* Pair of Ragged Claws
* Magic Dragonfish

Revision as of 01:21, 13 March 2010