Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Akyaevin

About

Username
Akyaevin
Joined
Visits
2,444
Last Active
Roles
Member
Points
948

Comments

  • Thoughts on changes to rustedspikes? It currently knocks off leg balance for about ~1s, meaning it's of no use against anybody: even monks use a SPECIFIC leg balance rather than the 'legs' balance, and as it knocks offbal for less than the standard …
  • No, just pollutedstuds.
  • You must have been very lucky in the past. I'm pretty sure it's always been a negative-sum game for each fight: the dying figurine loses more xp/months than the winning figurine gains. So in a battle royale, the first however many rounds can be real…
  • Splendours provide more. See here:

    Splendours only:
    Viynain's aura of weapons rebounding disappears.
    Viynain points his staff at you, and the burning ball at its tip flares and shoots a stream of liquid …
  • When Pyrochemantics is released, the final temporal flux sets into motion a chain of events that results in the return of Ackleberry!

  • (Quote) There are fuse/embed skills in the 'chems and 'woods, and Sleepmist can always be dropped in individual rooms (although I would not object to an additional sleepmist-fume-thing for DW 'chems and 'woods).
  • Set the server-side sipper up. I'm sure it could keep you alive against masochism.
  • Two feeds for one reagent, counted by when you put them in the bag. And yes, one reagent is 10 trains.
  • (Quote) Could even just shift the damage type of the damage one over to say 50% asphyx 50% poison rather than replacing it, so it has a chance to trigger the trans skill (which is based on enemy list, hm).
  • Wyrden lacks in the synergy department but has the ability to stack large numbers of affs immediately before their burst. Not sure how effective that is, though, I think the damage scaling even for high numbers is pretty low.

    An…
  • If that was intentional, then vapors, healthleech and haemophilia all have alternative herb cures. So the fumes hit on 3 cure balances and you'd be left over with 1 aff, either worms or vomiting on fume hit. None of the terts work with purgatives, a…
  • (Quote) Apply melancholic actually takes salve balance, not purgative. 
  • Magnum and nozzle. There's a missing skill (fuse, possibly embed) that doesn't show up because I'm not runes/dreamweaving.

    Speaking of:


    magnum craft
    Quickly forming the …
  • Those three are all damaging affs, even if they're not great in that respect (vomiting took 31 seconds, then 50 seconds, to tick on Marcella for about 700 damage). Dizziness doesn't really fit even in that respect, though. I think rigormortis is jus…
  • (Quote)

    Well, we will. At the moment it's bugged, requiring non-Megalith power of some kind.
  • You'll get errors using that exact code: you'll get "attempt to concatenate a nil value" errors when the table isn't fully populated (i.e. when you don't know all the runes). If you don't mind them being in one column, you can use 
    for _,r in pa…
  • The contamination seems to be a proc chance on any asphyx damage, not scaling (or at least not scaling much) to the strength of the damage. Causes ~100 bleed and a random plague aff.

  • ***************************[ PARTIAL IMP MASK ]****************************

                             ID: 1949
                      Curio Set: Imp Mask
                           Part: Par…
  • Here are all the implant messages. Some of them are a little squicky, but they deserve to be shared.


    irontanks create
    Running your hands over the iron, you slowly enhance the Earthen vibrations de…
  • It's only ~500 damage on hold breath. And we don't seem to have the ability to refresh contamination the way aeros can their one.
  • Not likely to happen for mechanical reasons, although you might get 'brass knuckles' monk weapons or something. But you need something for weapon stats, and to attach runes to, etc.
  • (Quote) That was actually the first proposed solution, plus the target's mana consumption (e.g. clot) still being doubled too. The second solution was dropping the drain boost to 33% or less. The admin selected 50%.

    It's a very…
  • Farscout artifact!

    Not unique, but oh so popular.
  • You can gpent someone into a (flamed mono) room and phantomsphere them to death. Shatter is faster than shield.
  • Looking to buy imp pieces!
  • (Quote) ... right up until you murder a baby.
  • Where do you get mask pieces, and what are the various new shortdescs? Particularly wondering about that imp, or any other Mag-like ones.

    EDIT: Answer is they're only available from random curio spawns now (presents, wheel, less…
  • It causes scabies, pox, addiction and masochism. All four of them. I do not believe there is any effect if one of them is already applied.
  • The dracnari camp in the Skarch, I believe.
  • (Quote) This is initializing timers to ensure it's not null. If timers is not declared, it will return null, so it goes into the if statement and declares it. Thus, after this if check, we always know timers is not null (we don't NECESS…