Parser PTCD

hustoon

Active Member
Jun 3, 2020
39
12
Sweatshop
I wanted to write something with variations for different levels of PC corruption This doesn't seem to work in the parser tester. I tried changing PC corruption level from 0 to 100, as well as using Kas as target since she has 100 corruption. The output, however, was always the same no matter the corruption level.

Is the parser tester outdated or have I missed a flag?
 

hustoon

Active Member
Jun 3, 2020
39
12
Sweatshop
With further testing I found that this works fine:
Code:
[pc.ptcd|PURE|TAINTED|CORRUPT|DEMONIC]

100 Corruption outputs Demonic, etc. But if I change the line to

Code:
[pc.ptcd|PURE|TAINTED|CORRUPT|]

The output is pure, though I expected it to be empty. The last vertical bar is still there, so the 100 corruption should output nothing.

Edit: Removing the last vertical bar:
Code:
[pc.ptcd|PURE|TAINTED|CORRUPT]
outputs Tainted.

And if I only have the pure text:
Code:
[pc.ptcd|PURE]
There's no output.