Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: [ADVENTURE MODE] What the hell does...  (Read 3941 times)

Dakilven

  • Escaped Lunatic
    • View Profile
[ADVENTURE MODE] What the hell does...
« on: September 25, 2013, 07:31:44 pm »

Embrace do?

Well yes, I'm the only person who doesn't know how to play Dwarf Fortress mode yet so I play Adventurer.

I tried out a Vampire Mage and tested out its skills, theres one skill called Embrace....

When I cast it, I lapse in and out of consciousness and eventually die of suffocation. There is no targeting. What kinda sick joke is this? (or maybe it's a bug)
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [ADVENTURE MODE] What the hell does...
« Reply #1 on: September 25, 2013, 07:45:17 pm »

It's probably an adventure-only bug, since Meph doesn't test adventure mode.

Dakilven

  • Escaped Lunatic
    • View Profile
Re: [ADVENTURE MODE] What the hell does...
« Reply #2 on: September 25, 2013, 08:08:16 pm »

Guess that makes the entire vampire mage thing kinda pointless then if there is no vampirism involved...

But it's alright! Guess it'll be fixed in a few patches. Thanks for clarifying.
Logged

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: [ADVENTURE MODE] What the hell does...
« Reply #3 on: September 25, 2013, 08:32:54 pm »

The fortress AI uses the Vampires Embrace to insta-kill an enemy, didnt knew that adv.-mode targetting would target yourself.
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Blue_Dwarf

  • Bay Watcher
    • View Profile
Re: [ADVENTURE MODE] What the hell does...
« Reply #4 on: September 25, 2013, 08:36:59 pm »

I think you need to post this in the general Adventure mode. I don't think anyone else has succeeded in drinking his own blood to death yet.
Logged
Crafting Statistics 42.06Farming Statistics

Blue Dwarf has been happy lately. He did some !!science!! recently. He admired a fine forum post lately. He was enraged by a forum troll recently. He was upset by the delayed release of the new version of Dwarf Fortress lately. He took joy in planning a noble's death recently.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [ADVENTURE MODE] What the hell does...
« Reply #5 on: September 25, 2013, 08:42:05 pm »

It doesn't actually suck blood.

Dakilven

  • Escaped Lunatic
    • View Profile
Re: [ADVENTURE MODE] What the hell does...
« Reply #6 on: September 25, 2013, 08:52:47 pm »

I think you need to post this in the general Adventure mode. I don't think anyone else has succeeded in drinking his own blood to death yet.

Haha, try it for yourself. You literally just fall into a coma and die. No bleeding, no nothing, just suffocation.

start up adventure mode then make a Vamp Mage and cast embrace, enjoy trip back to the main menu :)
Logged

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: [ADVENTURE MODE] What the hell does...
« Reply #7 on: September 25, 2013, 08:57:09 pm »

Lol. Yeah, its insta-kill. ^^ But it shouldnt target you...

Code: [Select]
[CAN_DO_INTERACTION:SHADOW_EMBRACE_VAMPIRE_MAGE]
[CDI:ADV_NAME:Embrace]
                [CDI:VERB:embrace:embraces the enemy and drinks his blood, stilling his bloodlust for a month:NA]
                [CDI:TARGET_VERB:embrace:is drained of blood:NA]
[CDI:USAGE_HINT:ATTACK]
                [CDI:TARGET_RANGE:A:1]
[CDI:MAX_TARGET_NUMBER:A:1]
[CDI:WAIT_PERIOD:5000]
[CDI:TARGET:B:SELF_ONLY]
[CDI:MAX_TARGET_NUMBER:B:1]
[CDI:WAIT_PERIOD:5000]

It has too targets, A and B. A is the enemy, B is yourself. And this is the interaction:

Code: [Select]
[INTERACTION:SHADOW_EMBRACE_VAMPIRE_MAGE]
        [I_SOURCE:CREATURE_ACTION]
        [I_TARGET:A:CREATURE]
                [IT_LOCATION:CONTEXT_CREATURE]
                [IT_AFFECTED_CLASS:GENERAL_POISON]
                [IT_AFFECTED_CLASS:ALL_CREATURES]
        [IT_CANNOT_HAVE_SYNDROME_CLASS:SHADOW]
        [I_TARGET:B:CREATURE]
                [IT_LOCATION:CONTEXT_CREATURE]
                [IT_AFFECTED_CLASS:BLACK_1_M]
                [IT_AFFECTED_CLASS:BLACK_1_F]
 [I_EFFECT:ADD_SYNDROME]
                [IE_ARENA_NAME:no bloodlust]
                [IE_TARGET:B]
                [IE_IMMEDIATE]
                [SYNDROME]
[SYN_CLASS:SHADOW]
                    [SYN_NAME:shadow embrace] => well, yeah, it should kill.
                    [SYN_AFFECTED_CREATURE:DWARF:BLACK_1_M]
                    [SYN_AFFECTED_CREATURE:DWARF:BLACK_1_F]
[CE_REMOVE_TAG:BLOODSUCKER:START:0:END:11200]
        [I_EFFECT:ADD_SYNDROME]
                [IE_ARENA_NAME:shadow syndrome test]
                [IE_TARGET:A]
                [IE_IMMEDIATE]
                [SYNDROME]
[SYN_CLASS:SHADOW]
                    [SYN_IMMUNE_CREATURE:DWARF:BLACK_1_M]
                    [SYN_IMMUNE_CREATURE:DWARF:BLACK_1_F]
                    [SYN_NAME:shadow embrace] => well, yeah, it should kill.
                    [SYN_IMMUNE_CREATURE:SHADOW:ALL]
                    [CE_UNCONSCIOUSNESS:SEV:10000:PROB:100:START:1:PEAK:5:END:20000]
                    [CE_PARALYSIS:SEV:100000:PROB:100:START:5:PEAK:10:END:20000]
                    [CE_NECROSIS:SEV:100000:PROB:100:START:5:PEAK:10:END:20000]
                    [CE_PAIN:SEV:100000:PROB:100:START:5:PEAK:10:END:20000]        [CE_IMPAIR_FUNCTION:SEV:1000:PROB:100:BP:BY_CATEGORY:HEART:ALL:START:0:PEAK:1:END:500]
[CE_BLEEDING:SEV:1000:PROB:100:BP:BY_CATEGORY:ALL:ALL:START:5:PEAK:50:END:105]
[CE_NECROSIS:SEV:1000:PROB:100:START:10:PEAK:50:END:105]
[CE_IMPAIR_FUNCTION:SEV:1000:PROB:100:BP:BY_CATEGORY:HEART:ALL:START:0:PEAK:1:END:500]
[CE_BLEEDING:SEV:1000:PROB:100:BP:BY_CATEGORY:ALL:ALL:START:5:PEAK:50:END:105]
[CE_NECROSIS:SEV:1000:PROB:100:START:10:PEAK:50:END:105]
[CE_IMPAIR_FUNCTION:SEV:1000:PROB:100:BP:BY_CATEGORY:HEART:ALL:START:0:PEAK:1:END:500]
[CE_BLEEDING:SEV:1000:PROB:100:BP:BY_CATEGORY:ALL:ALL:START:5:PEAK:50:END:105]
[CE_NECROSIS:SEV:1000:PROB:100:START:0:PEAK:50:END:105]
[CE_IMPAIR_FUNCTION:SEV:1000:PROB:100:BP:BY_CATEGORY:HEART:ALL:START:0:PEAK:1:END:500]
[CE_BLEEDING:SEV:1000:PROB:100:BP:BY_CATEGORY:ALL:ALL:START:5:PEAK:50:END:105]
[CE_NECROSIS:SEV:1000:PROB:100:START:20:PEAK:50:END:105]
Targets A and kills it, targets B (yourself) and removes BLOODSUCKER for a while. In the end it should result in a vampire mage that is a bloodsucker and now and then sucks your dwarves dry, but if he has been in combat and killed an enemy, he doesnt need blood for a while.
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Dakilven

  • Escaped Lunatic
    • View Profile
Re: [ADVENTURE MODE] What the hell does...
« Reply #8 on: September 25, 2013, 09:12:45 pm »

I guess this is just a bug report then, Embrace in adv mode kills yourself!

Free cyanide pill, but Panic button on Fire mage is also a cyanide pill too (you always melt :) )
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [ADVENTURE MODE] What the hell does...
« Reply #9 on: September 25, 2013, 09:19:19 pm »

That interaction will never, ever be used. Any ATTACKs with a SELF_ONLY go unused. Always. Also, it's missing LINE_OF_SIGHT, which I think is why it doesn't work in adventure mode.