Dwarf Fortress > DF General Discussion

most syndromes do nothing [BUG]

(1/3) > >>

Caldfir:
bug report: https://dwarffortressbugtracker.com/view.php?id=12668

Summary: many syndrome effects are less powerful than intended by a factor of exactly 10,000
edit: after more investigation, this is probably only affecting vermin-bites in vanilla

Information regarding the severity thresholds of syndromes on the wiki was incomplete, and I was hoping to fill-in the data. Initially I was using modded cats to infect dwarves via head-bumps, but switched to arena-testing when I couldn't make that work. Eventually I just tried arbitrarily large numbers in the arena via custom interactions of the following form:


--- Code: ---[INTERACTION:DEBUG_INFECTION011]
  [I_TARGET:A:CREATURE]
    [IT_LOCATION:CONTEXT_CREATURE]
  [I_EFFECT:ADD_SYNDROME]
    [IE_TARGET:A]
    [IE_IMMEDIATE]
    [SYNDROME]
      [IE_ARENA_NAME:fever 10kA]
      [CE_FEVER:SEV:10000:PROB:100:START:1:END:5000:ABRUPT]

--- End code ---

It soon became evident that the required CE_FEVER:SEV (severity) values needed to be over 10k to have any effect at all. This was not uniform over the effect-types, and I set-out the find the cutoffs. I tested using groups of 10 allied humans for each test-syndrome (edit: confirmed fevers in fortress mode match arena findings). The following is a summary of my research, capturing the lower/upper bounds for each threshold boundary:

--- Quote ---CE_NUMBNESS:
  - 7500A< "completely numb" ~9900A
  - ~500K consistently "injured"
  - never fatal? (tested to 1GA)
 
CE_FEVER:
  - 7500A< "slight fever" ~9900A
  - 100kA< "moderate fever" ~500kA (+"injured" sometimes)
  - ~500kA< "serious fever" ~1MA (+"seriously injured" sometimes)
  - never fatal? (tested to 1GA)
 
CE_DIZZINESS:
  - 7500A< "dizzy" ~9900A
  - ~500K consistently "injured"
  - never fatal? (tested to 1GA)
  - no fainting as described by wiki
 
CE_PAIN:
  - "slight pain" <~2500A???
  - ~50K ("seriously injured" consistently)
  - 100kA< "pain" ~500kA
  - ~500kA< "extreme pain" ~1MA ("unconscious" consistently)
 
CE_NAUSEA:
  - 7500A< "nauseous" ~9900A
  - ~500K consistently "injured"
  - never fatal? (tested to 1GA)
 
CE_UNCONSCIOUSNESS:
  - 7500A< "unconscious" ~9900A
  - never fatal? (tested to 10MA)
  - ~10MA no longer unconscious! (overflow?)
 
CE_SWELLING: (lungs)
  - "slightly swollen"desc ~250A
  - 250A< "swollen"desc ~500A
  - 750A< "quite swollen"desc ~1000A
  - 1000A< "very swollen"desc ~2500A
  - 2500A< "heavily swollen"desc ~5000A
  - 7500A< "completely swollen"desc ~9900A (+"injured" status)
  - causes rot at 9900
    - THIS rot does not trigger functionality-checks (can be triggered by bruising)
 
CE_IMPAIR_FUNCTION:
  - haults lung operation at 9900
  - no partial impairment below threshhold
  - always abrupt

CE_*:...:RESISTABLE:
  - does nothing?

--- End quote ---

The important note here is that 10k and 1M show up quite frequently in the data. If we divide these values by 10k, we end up with values that fall between 1-100. The outlier is swelling, which seems to have a factor of 100. The effects I tested were of the "constant-effect" variety (as opposed to "cumulative-effect" like CE_NECROSIS that scales with duration).

The vanilla RAWs use SEV levels between 1 and 100 exclusively. This means that most of the default syndromes are totally ineffective, and leads me to believe that the behaviour outlined above is a bug.
Spoiler: every vanilla instance of CE_*:SEV (click to show/hide)[CE_STOP_BLEEDING:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_CLOSE_OPEN_WOUNDS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_HEAL_TISSUES:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_HEAL_NERVES:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_PAIN:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_SWELLING:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_CURE_INFECTION:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_PARALYSIS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_DIZZINESS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_NAUSEA:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REDUCE_FEVER:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_REGROW_PARTS:SEV:100:PROB:100:START:0:PEAK:0:END:12:ABRUPT]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:0:PEAK:10:END:2400]
[CE_NECROSIS:SEV:100:PROB:37:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:100:PEAK:500:END:2400]
[CE_NAUSEA:SEV:50:PROB:14:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_FEVER:SEV:50:PROB:14:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:25:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:100:PEAK:500:END:2400]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:50:END:1200]
[CE_SWELLING:SEV:10:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:25:PEAK:50:END:1200]
[CE_PAIN:SEV:50:PROB:100:RESISTABLE:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_SWELLING:SEV:75:PROB:100:RESISTABLE:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:50:PROB:100:RESISTABLE:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_SWELLING:SEV:75:PROB:100:RESISTABLE:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:2:PEAK:100:END:1500]
[CE_SWELLING:SEV:25:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_FEVER:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_NAUSEA:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_DIZZINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_SWELLING:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_OOZING:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_BRUISING:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_BLEEDING:SEV:10:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:75:END:100]
[CE_NECROSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:800:END:3000]
[CE_FEVER:SEV:50:PROB:100:RESISTABLE:START:50:PEAK:500:END:1500]
[CE_NAUSEA:SEV:35:PROB:100:RESISTABLE:START:50:PEAK:100:END:300]
[CE_DROWSINESS:SEV:75:PROB:100:RESISTABLE:START:1000:PEAK:2000:END:4000]
[CE_DIZZINESS:SEV:75:PROB:100:RESISTABLE:START:1000:PEAK:2000:END:3000]
[CE_PAIN:SEV:15:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]
[CE_BLISTERS:SEV:25:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]
[CE_NUMBNESS:SEV:100:PROB:100:START:5:PEAK:10:END:33600]
[CE_DIZZINESS:SEV:25:PROB:100:START:5:PEAK:10:END:33600]
[CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]
[CE_DIZZINESS:SEV:10:PROB:100:RESISTABLE:START:5:PEAK:100]  never ends!
[CE_COUGH_BLOOD:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:100:END:1000]
[CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]
[CE_NAUSEA:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:400:PEAK:500:END:1200]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:50:END:2400]
[CE_SWELLING:SEV:25:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_BLISTERS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_BLEEDING:SEV:10:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:75:END:100]
[CE_SWELLING:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_BRUISING:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_BLISTERS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_NECROSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:800:END:3000]
[CE_NAUSEA:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_DIZZINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_SWELLING:SEV:10:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:50:PEAK:500:END:1500]
[CE_NAUSEA:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:50:END:1200]
[CE_DIZZINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:30:PEAK:100:END:1200]
[CE_DROWSINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:30:PEAK:100:END:1200]
[CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:60:PEAK:100:END:1200]
[CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_DIZZINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:30:PEAK:500:END:1500]
[CE_DROWSINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:30:PEAK:500:END:1500]
[CE_UNCONSCIOUSNESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_FEVER:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:500:END:1500]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:500:END:1500]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:50:END:1200]
[CE_BLEEDING:SEV:10:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:30:END:50]
[CE_DIZZINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:100:END:1200]
[CE_UNCONSCIOUSNESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:50:PEAK:100:END:200]
[CE_NAUSEA:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:60:PEAK:200:END:300]
[CE_PAIN:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:100:PEAK:200:END:300]
[CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:125:PEAK:200:END:1200]
[CE_NAUSEA:SEV:35:PROB:100:SIZE_DILUTES:START:120:PEAK:480:END:1200:DWF_STRETCH:4]
[CE_DIZZINESS:SEV:50:PROB:100:SIZE_DILUTES:START:20:PEAK:240:END:600:DWF_STRETCH:4] for ataxia
[CE_UNCONSCIOUSNESS:SEV:25:PROB:100:SIZE_DILUTES:START:120:PEAK:480:END:1200:DWF_STRETCH:4]
[CE_FEEL_EMOTION:EMOTION:EUPHORIA:SEV:75:PROB:100:SIZE_DILUTES:START:10:PEAK:120:END:480:DWF_STRETCH:4]
[CE_ERRATIC_BEHAVIOR:SEV:50:PROB:100:SIZE_DILUTES:START:10:PEAK:120:END:480:DWF_STRETCH:4]
[CE_IMPAIR_FUNCTION:SEV:20:BP:BY_TYPE:BREATHE:ALL:PROB:100:SIZE_DILUTES:START:120:PEAK:480:END:1200:DWF_STRETCH:4]
[CE_NAUSEA:SEV:35:PROB:100:SIZE_DILUTES:START:120:PEAK:480:END:1200:DWF_STRETCH:4]
[CE_DIZZINESS:SEV:50:PROB:100:SIZE_DILUTES:START:20:PEAK:240:END:600:DWF_STRETCH:4] for ataxia
[CE_UNCONSCIOUSNESS:SEV:25:PROB:100:SIZE_DILUTES:START:120:PEAK:480:END:1200:DWF_STRETCH:4]
[CE_FEEL_EMOTION:EMOTION:EUPHORIA:SEV:75:PROB:100:SIZE_DILUTES:START:10:PEAK:120:END:480:DWF_STRETCH:4]
[CE_ERRATIC_BEHAVIOR:SEV:50:PROB:100:SIZE_DILUTES:START:10:PEAK:120:END:480:DWF_STRETCH:4]
[CE_IMPAIR_FUNCTION:SEV:20:BP:BY_TYPE:BREATHE:ALL:PROB:100:SIZE_DILUTES:START:120:PEAK:480:END:1200:DWF_STRETCH:4]
[CE_NECROSIS:SEV:100:PROB:100:BP:BY_CATEGORY:ALL:ALL:START:0:PEAK:30:END:1200]

The factors of 100 and 10,000 (100^2) being the specific factors here are significant. My guess would be that there is a percentage-conversion that got changed from a "/" to a "*" at some point.

Caldfir:
Did a search on the forums for anyone else who noticed this, and the only promising hit was this one from 2016:

--- Quote from: Thomasasia on October 20, 2016, 10:03:14 pm ---After trying to make a human breathe dust with syndrome affects, in the raws of my region 1, i just could not get it to work. Aggravated, i decided to go into the object testing arena (using the default, unedited raws). Lo and behold! The bark scorpion's poison had no effect, and nor did the iron man's gas! I am very confused at this point,  is this a bug or something? i waited a while for the syndromes to show their effects, but i got nothing.

--- End quote ---

Will try to grab an old 0.4x version to see how far back this goes.

edit: confirmed in 0.47.05

edit: confirmed in 0.43.05 (2016)

edit: present in 0.34.11, but manifestation is slightly different
  - values below CE_FEVER:SEV:9900 result in "slight fever" rather than nothing at all

I could go back farther but it gets harder to test because interactions don't exist, so it would involve licking modded cave-blobs or whatever. The point is somewhat moot. This issue is ten years old.

This explains so much. Why do most forgotten beasts seem so weak? Whatever random syndrome their blood or breath is causing is very likely to be pulling from a pool of effects that are effectively locked to zero!

Putnam:
So, how it ought to work is that syndromes have an "adjusted level" which is multiplied by severity, then divided by 100, and then it adds 1 to all that, and if that's below 100 it just doesn't do the effect. How adjusted_level is calculated is:

1. Start with the current syndrome concentration (I think this is usually 10000, by default? A lot of syndromes have explicit set-to-10000 lines just in case in the vanilla raws)
2. Calculate dilution factor as DISEASE_RESISTANCE * SYNDROME_DILUTION_FACTOR/100 (only used for dwarves and alcohol right now, but important to point out)

2. If the symptom is RESISTABLE, multiply the dilution factor by min(500, exposure count*10+100)/100 (apparently RESISTABLE refers to immunity from repeat exposure???? I didn't know this either????)

3. Multiply the dilution factor by min(500, exposure count*10+100)/100

4. If SIZE_DILUTES, multiply dilution factor by body size/100

5. Do... the equation in this graph. Where adjusted_level was L_0, it is now L_1. As you can see, in practice these means that a dilution level of 5000 makes it 1% as strong, of 0 makes it 2x as strong, and 2500 is the halfway point between these.

6. Set the level to 1, if it's lower.

7. If there's a PEAK, multiply so you get a linear ramp-up to PEAK from START, if before PEAK; if after PEAK and no ABRUPT_END, do a similar linear interpolation.

Quick test with king cobra on a human got me an adjusted_level of 990, which sent the pain to "urgent care required" levels immediately, so I suspect it's an issue with PEAK calculations; this syndrome has a PEAK, and an early one, so it gets strong quickly.


--- Code: --- [SYNDROME]
[SYN_NAME:king cobra bite]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:KING_COBRA:ALL]
[SYN_INJECTED]
[CE_PAIN:SEV:75:PROB:100:RESISTABLE:SIZE_DILUTES:LOCALIZED:VASCULAR_ONLY:START:10:PEAK:50:END:1200]
[CE_DIZZINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:30:PEAK:100:END:1200]
[CE_DROWSINESS:SEV:50:PROB:100:RESISTABLE:SIZE_DILUTES:START:30:PEAK:100:END:1200]
[CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:60:PEAK:100:END:1200]
--- End code ---

Caldfir:
@Putnam Thanks for the quick response!


--- Quote from: Putnam on January 25, 2024, 06:18:26 pm ---2. If the symptom is RESISTABLE, multiply the dilution factor by min(500, exposure count*10+100)/100 (apparently RESISTABLE refers to immunity from repeat exposure???? I didn't know this either????)

--- End quote ---
This explains why my testing made it seem like RESISTABLE does nothing. It makes sense from the perspective of syndromes originally just being poisonous bites, with creatures "building a tolerance" to the poison. With the modern expansion of their functionality, this is unexpected.

An initial expected "concentration factor" of 10k would explain the oddities in my testing. Since I was only testing interaction-based syndromes, and there is no "concentration" available from the interaction itself like with attacks.

The use of the SYN_CONCENTRATION_ADDED tag seems intended as a workaround:

--- Quote from: Toady One on February 01, 2020, 04:06:14 am ---The SYN_CONCENTRATION_ADDED tag was a precaution after I had one bug with effects not fully manifesting due to low levels.  It may not be necessary, but I decided to give everybody a full dose of the juice until I could get a closer look at it.

--- End quote ---

The vanilla raws, however, use a value of 1000, not 10000. I tested it and this does still mean that CE_FEVER:SEV:100 + SYN_CONCENTRATION_ADDED:1000:0 results in only "slight fever". With this pumped up to 10k, this produces the "serious fever" you'd expect. There seems to be a hidden hard-cap of 1000 on SYN_CONCENTRATION_ADDED:X so this cannot be cranked up to 10k to fix the issue. Values below 1000 seem to work alright, but you need SEV:500 to get a "moderate fever" with the maximum concentration-multiplier.

edit: (removed section - information was bad and rambling)

Caldfir:
There is definitely still some kind of problem. I will try illustrate with a specific example:

It is not currently possible for an interaction (or vermin-bite) to cause a syndrome that results in "moderate fever" without setting CE_FEVER:SEV larger than 100. Current values for CE_*:SEV in the vanilla game are never larger than 100, indicating this is the "correct" range. SYN_CONCENTRATION_ADDED can be used to increase the adjusted-level, but the maximum allowed value of 1000 is not enough.

The following conditions can be applied easily in the arena to demonstrate:
Spoiler: interaction_debug_fever.txt (click to show/hide)interaction_debug_fever

[OBJECT:INTERACTION]

[INTERACTION:DEBUG_INFECTION_FEVER001]
  [I_TARGET:A:CREATURE]
    [IT_LOCATION:CONTEXT_CREATURE]
  [I_EFFECT:ADD_SYNDROME]
    [IE_TARGET:A]
    [IE_IMMEDIATE]
    [SYNDROME]
      [IE_ARENA_NAME:fever 500kA]
      [CE_FEVER:SEV:500000:PROB:100:START:1:END:5000:ABRUPT]
RESULT: "moderate fever" (PASS)
     
[INTERACTION:DEBUG_INFECTION_FEVER002]
  [I_TARGET:A:CREATURE]
    [IT_LOCATION:CONTEXT_CREATURE]
  [I_EFFECT:ADD_SYNDROME]
    [IE_TARGET:A]
    [IE_IMMEDIATE]
    [SYNDROME]
      [SYN_CONCENTRATION_ADDED:1000:0]
      [IE_ARENA_NAME:fever 500A*1000]
      [CE_FEVER:SEV:500:PROB:100:START:1:END:5000:ABRUPT]
RESULT: "moderate fever" (PASS)
     
[INTERACTION:DEBUG_INFECTION_FEVER003]
  [I_TARGET:A:CREATURE]
    [IT_LOCATION:CONTEXT_CREATURE]
  [I_EFFECT:ADD_SYNDROME]
    [IE_TARGET:A]
    [IE_IMMEDIATE]
    [SYNDROME]
      [SYN_CONCENTRATION_ADDED:10000:0]
      [IE_ARENA_NAME:fever 50A*10k (FAIL)]
      [CE_FEVER:SEV:50:PROB:100:START:1:END:5000:ABRUPT]
RESULT: "slight fever" (FAIL)
     
[INTERACTION:DEBUG_INFECTION_FEVER003b]
  [I_TARGET:A:CREATURE]
    [IT_LOCATION:CONTEXT_CREATURE]
  [I_EFFECT:ADD_SYNDROME]
    [IE_TARGET:A]
    [IE_IMMEDIATE]
    [SYNDROME]
      [SYN_CONCENTRATION_ADDED:10000:0]
      [IE_ARENA_NAME:fever 100A*10k (FAIL)]
      [CE_FEVER:SEV:100:PROB:100:START:1:END:5000:ABRUPT]
RESULT: "slight fever" (FAIL)
     
[INTERACTION:DEBUG_INFECTION_FEVER003c]
  [I_TARGET:A:CREATURE]
    [IT_LOCATION:CONTEXT_CREATURE]
  [I_EFFECT:ADD_SYNDROME]
    [IE_TARGET:A]
    [IE_IMMEDIATE]
    [SYNDROME]
      [SYN_CONCENTRATION_ADDED:100000:0]
      [IE_ARENA_NAME:fever 5A*100k (FAIL)]
      [CE_FEVER:SEV:5:PROB:100:START:1:END:5000:ABRUPT]
RESULT: no fever (FAIL)

I've created syndromes specifically avoiding contributions of the dilution-factor, so the problem appears to be with the initial "syndrome concentration".

Navigation

[0] Message Index

[#] Next page

Go to full version