{
id: st-fearless
title: txt-st-fearless-title
important: true
debugCategory: Modding
description: txt-st-fearless
sprite: res_status_pureMind.png
dayEvents: {reqAge: 1.., removeStatusWithFlags: +phobia}
}
Also, I have tried to target de id of the ailments in order to add to them the flag "phobia" in this way:
{
targetId: *:st-paranoid*
flags: +ailment +phobia
}
{
targetId: *:st-lepidopterophobia*
flags: +ailment +phobia
}
{
targetId: *:st-claustrophobic*
flags: +ailment +phobia
}
{
targetId: *:st-acrophobia*
flags: +ailment +phobia
}
{
targetId: *:st-dendrophobia*
flags: +ailment +phobia
}
{
targetId: *:st-superstitious*
flags: +ailment +phobia
}
And... of course it doesn't work. if it worked I would not be here asking you.

Does anyone know what I am doing wrong? It's getting frustrating