This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"id":"_meta","author":"Lindsay","name":"Oops All Pit Hags, RCC Edition"},"cannibal","chef","choirboy","clockmaker","courtier","dreamer","empath","exorcist","farmer","fisherman","flowergirl","fool","fortune_teller","gambler","general","gossip","grandmother","high_priestess","huntsman","innkeeper","juggler","king","knight","librarian","lycanthrope","magician","mathematician","mayor","minstrel","nightwatchman","noble","professor","sage","sailor","savant","slayer","snake_charmer","soldier","steward","tea_lady","town_crier","undertaker","washerwoman","barber","butler","drunk","golem","goon","klutz","snitch","sweetheart","assassin","baron","boomdandy","cerenovus","devils_advocate","fearmonger","godfather","marionette","organ_grinder","monk","virgin","acrobat","tinker","mastermind","mezepheles","pit-hag","poisoner","artist","balloonist","oracle","pacifist","philosopher","pixie","preacher","ravenkeeper","seamstress","witch","shugenja","harpy","al-hadikhia","village_idiot","fang_gu","imp","lunatic","leviathan","llee |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| animalName : Pet -> String | |
| animalName pet = | |
| if canSqueak pet then | |
| "mouse" | |
| else if canBark pet then | |
| if isScary pet then | |
| "wolf" | |
| else | |
| "dog" | |
| else if canMeow pet then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| # This file was automatically generated by the MediaWiki 1.37.0-alpha | |
| # installer. If you make manual changes, please keep track in case you | |
| # need to recreate them later. | |
| # | |
| # See includes/DefaultSettings.php for all configurable settings | |
| # and their default values, but don't forget to make changes in _this_ | |
| # file, not there. | |
| # |