Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Bleeding and oozing syndromes don't do anything  (Read 844 times)

MrOrangeHorseman

  • Bay Watcher
    • View Profile
Bleeding and oozing syndromes don't do anything
« on: December 02, 2019, 12:25:32 pm »

I created a black magic secret that allows you to make creatures bleed and ooze pus, along with other fun stuff. However, the bleeding and oozing syndromes don't actually seem to have any effect. What's the issue?

Code: [Select]
[INTERACTION:BLEED]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_CANNOT_TARGET_IF_ALREADY_AFFECTED]
[IT_MANUAL_INPUT:target]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[IE_ARENA_NAME:Bleeding]
[SYNDROME]
[CE_BLEEDING:SEV:500:BP:ALL:VASCULAR_ONLY:ABRUPT:PROB:100:START:0:PEAK:50:END:100]

[INTERACTION:OOZE]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_CANNOT_TARGET_IF_ALREADY_AFFECTED]
[IT_MANUAL_INPUT:target]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[IE_ARENA_NAME:Oozing]
[SYNDROME]
[CE_OOZING:SEV:500:BP:ALL:VASCULAR_ONLY:ABRUPT:PROB:100:START:0:PEAK:50:END:100]
Logged
I added lice to hobbit feet last night.
Due to a modding error, I once got sieged by an army of toads lead by a pyromancer. Not toadmen, not giant toads, but toads. The kind cats murder.

brolol.404

  • Bay Watcher
    • View Profile
Re: Bleeding and oozing syndromes don't do anything
« Reply #1 on: December 02, 2019, 12:39:27 pm »

Check out my blood spells here:

http://www.bay12forums.com/smf/index.php?topic=101264.405

Are you getting an error? BP:ALL might not work.

MrOrangeHorseman

  • Bay Watcher
    • View Profile
Re: Bleeding and oozing syndromes don't do anything
« Reply #2 on: December 02, 2019, 01:06:54 pm »

Check out my blood spells here:

http://www.bay12forums.com/smf/index.php?topic=101264.405

Are you getting an error? BP:ALL might not work.
That seems to be the problem. BP:ALL is giving an error. Thanks!
Logged
I added lice to hobbit feet last night.
Due to a modding error, I once got sieged by an army of toads lead by a pyromancer. Not toadmen, not giant toads, but toads. The kind cats murder.