New OOTS products from CafePress
New OOTS t-shirts, ornaments, mugs, bags, and more
Page 4 of 10 FirstFirst 12345678910 LastLast
Results 91 to 120 of 279
  1. - Top - End - #91
    Orc in the Playground
     
    EvilClericGuy

    Join Date
    Mar 2009
    Location
    New England
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Then the elemental would start attacking them at random. Only Human+Greatsword gives us a tank role in this fight.
    No. Redcloak told the elemental to "Kill everyone, starting with the human with the greatsword."

    Therefore, in order to kill everyone, and still literally fulfill its orders, it must first kill "the human with a greatsword." Otherwise, it is not starting the killing the way it was commanded to.

  2. - Top - End - #92
    Troll in the Playground
     
    WolfInSheepsClothing

    Join Date
    Feb 2008
    Location
    Italy
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread


    Roy's face in the third to last panel is the best!
    In memory of Evisceratus: he dreamed of a better world, but he lacked the class levels to make the dream come true.

    Ridiculous monsters you won't take seriously even as they disembowel you

    my take on the highly skilled professional: the specialized expert

  3. - Top - End - #93
    Titan in the Playground
     
    NinjaGuy

    Join Date
    Jan 2007

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by Friv View Post
    Uh...

    Spoiler
    Show
    They already died by the technicality.

    I mean, not literally, of course. But Haley exploited technicalities in order to get the sand elemental to chase her, and then Roy got shafted because of the technicality that Haley doesn't have a quiver.
    Or rather

    Spoiler
    Show
    the technicality that Roy doesn't have a quiver of arrows (and why would he, anyway). Shown humorously, of course before the 'miss the joke much?' brigade shows up.


    Quote Originally Posted by drazen View Post
    No. Redcloak told the elemental to "Kill everyone, starting with the human with the greatsword."

    Therefore, in order to kill everyone, and still literally fulfill its orders, it must first kill "the human with a greatsword." Otherwise, it is not starting the killing the way it was commanded to.
    Do you want to take that chance? Seems to me that its a bit of an iffy proposition.
    Last edited by Porthos; 2013-07-24 at 02:20 PM.
    Concluded: The Stick Awards II: Second Edition
    Ongoing: OOTS by Page Count
    Coming Soon: OOTS by Final Post Count II: The Post Counts Always Chart Twice
    Coming Later: The Stick Awards III: The Search for More Votes


    __________________________

    No matter how subtle the wizard, a knife between the shoulder blades will seriously cramp his style - Jhereg Proverb

  4. - Top - End - #94
    Titan in the Playground
     
    Planetar

    Join Date
    Dec 2006
    Location
    Raleigh NC
    Gender
    Male

    Post Re: OOTS #904 - The Discussion Thread

    Well, since everyone ELSE is having a shot at coding up the thing, I guess I'll try too.

    Spoiler
    Show

    import java.util.Date;

    Target selectTarget() {
    boolean greatswordFound = false;
    Target returnTarget = null;
    List<Target> targetList = Target.getAllIntelligentBeingsByDescendingCr();
    for (currentTarget : targetList) {
    if (currentTarget.isHuman() && currentTarget.hasGreatSword) {
    returnTarget = currentTarget;
    greatswordFound = true;
    } else if (!greatswordFound) {
    returnTarget = currentTarget;
    }
    }
    return returnTarget;
    }
    void elemental(Date summonExpire) {

    Date currentTime = new Date();
    Target aTarget = null;
    while (currentTime.before(summonExpire) {
    aTarget = selectTarget();
    if (aTarget != null) {
    killTarget();
    } else {
    doNothing();
    }
    currentTime = new Date();
    }


    }


    So I interpret the instructions this way: So long as a human with a greatsword is alive within the elemental's sensing range, it will attempt to kill that human. If no such human is alive, it will simply kill "everyone" where everyone is presumably "any obvious sapient being". I assume it will start with the target with the highest CR and work its way down. That wasn't specified by Redcloak but I think that would be common sense on the part of an INT-10 creature, wouldn't it?

    After all targets are killed, it would do nothing until either a new target presented itself or the summon time expired.

    Respectfully,

    Brian P.
    Last edited by pendell; 2013-07-24 at 02:23 PM.
    "Every lie we tell incurs a debt to the truth. Sooner or later, that debt is paid."

    -Valery Legasov in Chernobyl

  5. - Top - End - #95
    Bugbear in the Playground
     
    Gamgee's Avatar

    Join Date
    Feb 2007
    Location
    Canada Land
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Yeah Roy... jeez.
    They say hope begins in the dark, but most just flail around in the blackness...searching for their destiny. The darkness... for me... is where I shine. - Riddick

    Exile

    Deny a monochrome future!!! -Radio Gosha-

  6. - Top - End - #96
    Pixie in the Playground
    Join Date
    Jul 2013

    Default Re: OOTS #904 - The Discussion Thread

    So a Silicon Elemental wouldn't be the same as a sand one eh? Because aren't sand elementals vulnerable to cold...

  7. - Top - End - #97
    Troll in the Playground
     
    WolfInSheepsClothing

    Join Date
    Feb 2008
    Location
    Italy
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Also, I wonder if the joke about arrows is a poke about people nitpicking in the forum
    In memory of Evisceratus: he dreamed of a better world, but he lacked the class levels to make the dream come true.

    Ridiculous monsters you won't take seriously even as they disembowel you

    my take on the highly skilled professional: the specialized expert

  8. - Top - End - #98
    Barbarian in the Playground
     
    AssassinGuy

    Join Date
    May 2006
    Location
    Brasil
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    This comic is proof that The Giant reads the forum and hates the overanalyzers, nitpickers, rules advocates and the FDLs -- that's a category I'm inventing now, the fiddly-little-detailers.

    The Hundred Second
    Creator of the first iteration of The Stick Awards

  9. - Top - End - #99
    Orc in the Playground
     
    EvilClericGuy

    Join Date
    Mar 2009
    Location
    New England
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Do you want to take that chance? Seems to me that its a bit of an iffy proposition.
    Considering I've never actually seen an elemental "expire" in the comic -- only be dismissed by scroll or summoner, or killed outright (by Tsukiko) -- I'm simply not sure the Stick really has a better idea at this point.
    Last edited by drazen; 2013-07-24 at 02:32 PM.

  10. - Top - End - #100
    Bugbear in the Playground
    Join Date
    Jul 2008

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by LokiRagnarok View Post
    Why do we assume this? The way I imagine it, the instructions for the elemental are:

    while (humansExist()){
    firstTarget = getPersonWithSword();
    until firstTarget.isDead(){
    attack(firstTarget);
    }
    attackEverybodyElse();
    }

    If it cannot kill the person with the greatsword, it should stop.
    Except that the elemental is not a computer or mindless construct. It's fully sentient, as sentient as a human.

    I really like the arrow joke, the greatsword swapping I find pretty lame.

    Good that Redcloak didn't point at Roy and told the elemental to start with the human over there, otherwise it would have stood still and did nothing as soon as Roy moved a few feet (going by that greatsword logic)
    Quote Originally Posted by FolcoTook View Post
    Still waiting for someone to try a club (or mace, etc.) on the Si elemental. It really doesn't seem they are doing any (significant) damage to the thing and that could be because it has DR to piercing/slashing. It's made of sand, after all.
    Even better. Elder elementals just have DR 10/-
    Quote Originally Posted by Kish View Post
    Doubtful. Immune to crits=an Elemental Burst weapon will never go off.
    Actually an icy burts' crit extra cold is just the icing. An icy burst weapon also deals 1d6 cold with every hit just like a normal cold weapon
    Last edited by SoC175; 2013-07-24 at 02:38 PM.

  11. - Top - End - #101
    Barbarian in the Playground
     
    Daemon

    Join Date
    Oct 2011

    Default Re: OOTS #904 - The Discussion Thread

    Hey a humorous comic. Feels like it's been a while.

  12. - Top - End - #102
    Dwarf in the Playground
     
    RangerGuy

    Join Date
    Feb 2013

    Default Re: OOTS #904 - The Discussion Thread

    Slightly upset about being wrong in the "human with a greatsword" dispute, but the jokes more than made up for it.

  13. - Top - End - #103
    Titan in the Playground
     
    Planetar

    Join Date
    Dec 2006
    Location
    Raleigh NC
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by Nazzo, the 102nd View Post
    This comic is proof that The Giant reads the forum and hates the overanalyzers, nitpickers, rules advocates and the FDLs -- that's a category I'm inventing now, the fiddly-little-detailers.

    I'm not convinced that's true.

    I don't think I could find it in me, personally, to hate the people who come to my web forum day after day, read every strip, and plunk down money for kickstarter stuff, books, and other merchandise.

    "hate" is a strong term. "Poke fun at in a comedy strip" is more like it. *I* am one of those rule lawyers, and if I see the joke hits at me a little bit, I'm going to have a laugh at myself in a good-hearted way. I don't think the Giant is doing it to be mean or to flip off his fan base. I think he's doing it as good-natured teasing and trying to lighten what has been up to now a fairly sombre series of strips. Durkon vampirized? V sucked into hell? Evil triumphant? Yeah, I think we COULD do with a laugh about now.

    Respectfully,

    Brian P.
    Last edited by pendell; 2013-07-24 at 02:38 PM.
    "Every lie we tell incurs a debt to the truth. Sooner or later, that debt is paid."

    -Valery Legasov in Chernobyl

  14. - Top - End - #104
    Bugbear in the Playground
     
    Fish's Avatar

    Join Date
    Oct 2007
    Location
    Olympia, WA

    Default Re: OOTS #904 - The Discussion Thread

    LIVE by the technicality ... Live a good LONG TIME!

    [squeak]
    The Giant says: Yes, I am aware TV Tropes exists as a website. ... No, I have never decided to do something in the comic because it was listed on TV Tropes. I don't use it as a checklist for ideas ... and I have never intentionally referenced it in any way.

  15. - Top - End - #105
    Ogre in the Playground
     
    Oko and Qailee's Avatar

    Join Date
    Feb 2013

    Default Re: OOTS #904 - The Discussion Thread

    Best Punchline Ever
    (Currently afk halfway across the country.)

    Attempting Homebrew:
    Requip Knight

  16. - Top - End - #106
    Dwarf in the Playground
    Join Date
    Sep 2012
    Location
    Pilsen, Czech Republic
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    I don't think I've ever seen Haley with unibrow like Roy so often has... I mean, she has the sword for a minute and already acts like him

    Might be I have just never noticed her like that before...

    Quote Originally Posted by Kish View Post
    Doubtful. Immune to crits=an Elemental Burst weapon will never go off.
    As he and Haley referenced, Roy is proficient in all simple and martial weapons as a class feature.
    Elemental Bursts add 1-6 points of elemental damage even on non-crits. So they're doing a small amount of damage on every hit, even if they wouldn't bypass his DR (if he has any). Also some DMs rule that the burst damage (and other on-crit effects) works even on confirmed crits on crit-immune monsters, but that's probably just house-ruling...
    Quote Originally Posted by Tock Zipporah View Post
    Hmm, now that you mention it, they HAVEN'T been seen in the same place at the same time! Tarquin will no doubt be captured, at which point Elan will pull off his rubber mask and reveal that it was Old Man Hinjo who was behind the haunted amusement park!
    Spoiler
    Show
    Belucard avatar by me.

    Older sig quotes:
    Quote Originally Posted by FlawedParadigm View Post
    Let's not let a little thing like facts get in the way of interpretations.

  17. - Top - End - #107
    Halfling in the Playground
     
    WolfInSheepsClothing

    Join Date
    Mar 2008

    Default Re: OOTS #904 - The Discussion Thread

    Which leads to a pretty good strategy:

    Roy tells Elan to create an illusion of ten humans with great swords, running in different directions away from the SI elemental.
    That's my opinion and if you don't like it, well, I have others - Groucho Marx

  18. - Top - End - #108
    Pixie in the Playground
     
    GnomePirate

    Join Date
    Aug 2010

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by Nazzo, the 102nd View Post
    This comic is proof that The Giant reads the forum and hates the overanalyzers, nitpickers, rules advocates and the FDLs -- that's a category I'm inventing now, the fiddly-little-detailers.

    "Hates" in the "OMG, get over it already, I forgot it was +5!!!".

    And don't we all hate them! (unless they're helping us, in which case, they are TOTALLY CORRECT!!!)

    Also, Fiddly-Little-Detailers being FDL is gonna drive them nuts

  19. - Top - End - #109
    Ogre in the Playground
     
    Oko and Qailee's Avatar

    Join Date
    Feb 2013

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by SoC175 View Post
    Except that the elemental is not a computer or mindless construct. It's fully sentient, as sentient as a human.

    I really like the arrow joke, the greatsword swapping I find pretty lame.

    Good that Redcloak didn't point at Roy and told the elemental to start with the human over there, otherwise it would have stood still and did nothing as soon as Roy moved a few feet (going by that greatsword logic)
    You see, really what happened was that Haley's bluff is just too high.

    I would have fell for it too.
    (Currently afk halfway across the country.)

    Attempting Homebrew:
    Requip Knight

  20. - Top - End - #110
    Dwarf in the Playground
     
    HalflingRangerGuy

    Join Date
    Jan 2012
    Location
    Cardiff,Wales

    Default Re: OOTS #904 - The Discussion Thread

    Never noticed Haley didn't have a quiver before. Hooray for suspension of disbelief!
    Check out my Order of the Stick tribute art at:

    http://afreon.deviantart.com/

  21. - Top - End - #111
    Barbarian in the Playground
     
    AssassinGuy

    Join Date
    May 2006
    Location
    Brasil
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by pendell View Post
    "hate" is a strong term. "Poke fun at in a comedy strip" is more like it.
    Yes, that it what I was trying to say. The word came out stronger than I wanted.

    Quote Originally Posted by attriel View Post
    "Hates" in the "OMG, get over it already, I forgot it was +5!!!".
    This.
    The Hundred Second
    Creator of the first iteration of The Stick Awards

  22. - Top - End - #112
    Barbarian in the Playground
     
    RogueGuy

    Join Date
    Jul 2010

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by gorocz View Post
    I don't think I've ever seen Haley with unibrow like Roy so often has... I mean, she has the sword for a minute and already acts like him

    Might be I have just never noticed her like that before...
    I think you just haven't noticed it. If you mean the 'V' shape, she can be seen with it just two strips ago, and if you're referring to the flatter expression of the last panel, she has it as recently as #896.

  23. - Top - End - #113
    Dwarf in the Playground
    Join Date
    Sep 2012
    Location
    Pilsen, Czech Republic
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by Goosefeather View Post
    I think you just haven't noticed it. If you mean the 'V' shape, she can be seen with it just two strips ago, and if you're referring to the flatter expression of the last panel, she has it as recently as #896.
    Ok, it's gotta be the sword that made it stand out to me so

    (And yes, I was referring to the flat position)
    Last edited by gorocz; 2013-07-24 at 03:11 PM.
    Quote Originally Posted by Tock Zipporah View Post
    Hmm, now that you mention it, they HAVEN'T been seen in the same place at the same time! Tarquin will no doubt be captured, at which point Elan will pull off his rubber mask and reveal that it was Old Man Hinjo who was behind the haunted amusement park!
    Spoiler
    Show
    Belucard avatar by me.

    Older sig quotes:
    Quote Originally Posted by FlawedParadigm View Post
    Let's not let a little thing like facts get in the way of interpretations.

  24. - Top - End - #114
    Firbolg in the Playground
     
    Gwynfrid's Avatar

    Join Date
    Apr 2009
    Location
    Ontario
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Most hilarious comic in quite a while, that joke about not ever tracking ammunition was fantastic. After all the horrors happening to Belkar and Durkon, and the tension around V and the gate, this is really welcome.

    ... Cleverly paced, too. You rock, Rich.

  25. - Top - End - #115
    Firbolg in the Playground
     
    137beth's Avatar

    Join Date
    Aug 2009

    Default Re: OOTS #904 - The Discussion Thread

    Perfect, from the title I sorta expected to see V alive (and banishing elementals) due to the "no harm" technicality from the IFCC, but this works.

  26. - Top - End - #116
    Barbarian in the Playground
     
    BardGuy

    Join Date
    Oct 2008

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by Jay R View Post
    The INT score and stupidity have nothing to do with it. Redcloak could have meant either one. For instance, if the greatsword was +5 vs. Goblins, then clearly whichever person has it is the biggest threat against the one who summed the elemental. You and I know that's not the case, but the elemental doesn't.

    The order was ambiguous. Note that Haley didn't say, "I'm the one you're supposed to kill first"; she said, "Are you sure I'm not the one you're supposed to kill first?"

    She's trying to confuse it based on ambiguity.
    Maybe she just successfully bluffed the thing. She did ask it in a way that could introduce self-doubt, and bluffing is something she's very good at.

    Of course, if so she might not be able to just pass the sword again.

  27. - Top - End - #117
    Pixie in the Playground
     
    DruidGirl

    Join Date
    Nov 2008
    Gender
    Female

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by LokiRagnarok View Post
    Why do we assume this? The way I imagine it, the instructions for the elemental are:

    while (humansExist()){
    firstTarget = getPersonWithSword();
    until firstTarget.isDead(){
    attack(firstTarget);
    }
    attackEverybodyElse();
    }

    If it cannot kill the person with the greatsword, it should stop.
    Ignoring the fact there's no reason it should be programming, that would be pretty poor programming. Unnecessary resources used checking the while loop every time with no reason to do so, doing that just uses more resources and makes it exploitable.
    The only reasonable thing to do would be an if else statement. Much less resources used and less exploitable.

  28. - Top - End - #118
    Ogre in the Playground
    Join Date
    Jan 2007
    Location
    Northern Ireland
    Gender
    Male

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by LokiRagnarok View Post
    Why do we assume this? The way I imagine it, the instructions for the elemental are:

    while (humansExist()){
    firstTarget = getPersonWithSword();
    until firstTarget.isDead(){
    attack(firstTarget);
    }
    attackEverybodyElse();
    }

    If it cannot kill the person with the greatsword, it should stop.
    The primary order is "kill everyone", so one of two things happen depending on how it can't kill him:

    - Target is invincible: Wails on target until target stops being invincible or disappears
    - Target leaves: Returns to standard orders of killing everyone.

    So I don't think it "stops" until it succeeds or is forced to.
    "They couldn't know that the points from the mainline to the siding were frozen, and the signal should have been set at 'DANGER', but snow had forced it down."
    - The Flying Kipper

  29. - Top - End - #119
    Ogre in the Playground
     
    Deepbluediver's Avatar

    Join Date
    Oct 2011
    Location
    The US of A

    Default Re: OOTS #904 - The Discussion Thread

    Quote Originally Posted by Throknor View Post
    Maybe she just successfully bluffed the thing. She did ask it in a way that could introduce self-doubt, and bluffing is something she's very good at.

    Of course, if so she might not be able to just pass the sword again.
    Maybe the elemental doesn't like being summoned, and is interpreting its orders in the least-beneficial manner possible, AKA the Jerkass Genie trope.

    We can propose lots of things, but prove very little.
    Quote Originally Posted by Rater202 View Post
    It's not called common because the sense is common, it's called common because it's about common things.
    Homebrew Extended Signature!

  30. - Top - End - #120
    Pixie in the Playground
     
    TruDivination's Avatar

    Join Date
    Oct 2012

    confused Re: OOTS #904 - The Discussion Thread

    This may be a bit of a stretch, but what happens if Belkar is holding the sword? He's not a human, so the elemental may be unable to carry out it's orders, specifically, "Kill everyone, starting with the human with the greatsword." If it is unable to "start" killing everyone else, what will happen? I'm not sure what happens to elementals unable to complete their orders though.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •