loathers / yorick

4 stars 9 forks source link

Building the Banishers Tileset #55

Open docrostov opened 2 years ago

docrostov commented 2 years ago

GOAL & SPECIFICATIONS

REQUESTS

docrostov commented 2 years ago

Here is my long and arduous map. Obviously this tracks "session log" interpretation of the banishes rather than preferences and availability, but it at least serves me well as a checklist of what the hell's available and what can be used here.


static string [string] banisherList = {
    // List of all banisher strings, & whether they're items or 
    //   skills. Sources in comments for personal reference.

                                                      // PERMASTANDARD & PATHS =========
    "BATTER UP"                           : "skill",  // seal clubber skill; removing ! tho
    "SHOW THEM YOUR RING"                 : "skill",  // mafia middle finger ring
    "Harold's bell"                       : "item",   // once/ascension quest reward
    "BALEFUL HOWL"                        : "skill",  // PATH: dark gyffte
    "ULTRA SMASH"                         : "skill",  // PATH: path of the plumber
    "BANISHING SHOUT"                     : "skill",  // PATH: avatar of boris
    "PEEL OUT"                            : "skill",  // PATH: avatar of sneaky pete
    "WALK AWAY FROM EXPLOSION"            : "skill",  // PATH: avatar of sneaky pete
    "smoke grenade"                       : "item",   // PATH: avatar of sneaky pete
    "CURSE OF VACATION"                   : "skill",  // PATH: avatar of ed the undying
    "BEANCANNON"                          : "skill",  // PATH: avatar of WOL
    "HOWL OF THE ALPHA"                   : "skill",  // PATH: zombie slayer
    "THUNDER CLAP"                        : "skill",  // PATH: heavy rains
    "classy monkey"                       : "item",   // PATH: class act
    "dirty stinkbomb"                     : "item",   // PATH: KOLHS
    "deathchucks"                         : "item",   // PATH: KOLHS
    "B. L. A. R. T. SPRAY (WIDE)"         : "skill",  // PATH: Wildfire

                                                      // BANISHER SKILLS via IOTM ======
    "CREEPY GRIN"                         : "skill",  // 2007 vivala mask
    "GIVE YOUR OPPONENT THE STINKEYE"     : "skill",  // 2010 stinky cheese
    "TALK ABOUT POLITICS"                 : "skill",  // 2013 pantsgiving
    "LICORICE ROPE"                       : "skill",  // 2016 gingerbread city
    "SNOKEBOMB"                           : "skill",  // 2016 snojo
    "KGB TRANQUILIZER DART"               : "skill",  // 2017 KGB
    "SPRING-LOADED FRONT BUMPER"          : "skill",  // 2017 asdon-martin
    "BREATHE OUT"                         : "skill",  // 2017 space jellyfish
    "THROW LATTE ON OPPONENT"             : "skill",  // 2018 latte lovers member card
    "REFLEX HAMMER"                       : "skill",  // 2019 doctor bag
    "SABER BANISH"                        : "skill",  // 2019 force saber; this is a custom remapping!!
    "FEEL HATRED"                         : "skill",  // 2021 emotion chip
    "SHOW YOUR BORING FAMILIAR PICTURES"  : "skill",  // 2021 familiar scrapbook

                                                      // BANISHER ITEMS via IOTM =======
    "divine champagne popper"             : "item",   // 2008 libram of divine favors
    "crystal skill"                       : "item",   // 2011 tome of clip art
    "Winifred's whistle"                  : "item",   // 2012 blavious kloop
    "Louder Than Bomb"                    : "item",   // 2013 smith's tome
    "ice house"                           : "item",   // 2014 winter garden
    "tennis ball"                         : "item",   // 2016 haunted doghouse
    "Daily Affirmation: Be a Mind Master" : "item",   // 2017 new-you affirmations
    "tryptophan dart"                     : "item",   // 2018 mechanical elf
    "human musk"                          : "item",   // 2019 red-nosed snapper
};
docrostov commented 2 years ago

beldur populated an autoscend banish doc for me :-) it is here