Hello,
the Vision Enhancement is not adding its rating to Perception like the Audio Enhancement is doing.
Looking in the Editor, "mdVisEnhan" is lacking the script part to display the adjustment in the Perception mouse over.
Adding the following eval script fixed the problem:
Phase: Traits
Timing: After script "Calc grRating Final"
Would be nice if it could be edited in the core game files.
Best regards,
Thrawn
EDIT:
Not sure if it is possible add the addition of the limit as well, did not find the right field.
PS: Audioenhancement is missing wireless ON/OFF check as well.
the Vision Enhancement is not adding its rating to Perception like the Audio Enhancement is doing.
Looking in the Editor, "mdVisEnhan" is lacking the script part to display the adjustment in the Perception mouse over.
Adding the following eval script fixed the problem:
Phase: Traits
Timing: After script "Calc grRating Final"
Code:
doneif (activated = 0)
if (parent.field[grIsEquip].value <> 0) then
if (tagis[Equipment.WirelessOn] <> 0) then
perform #dicepool[spPerVisu,+,field[grRating].value,""]
endif
endif
Would be nice if it could be edited in the core game files.
Best regards,
Thrawn
EDIT:
Not sure if it is possible add the addition of the limit as well, did not find the right field.
PS: Audioenhancement is missing wireless ON/OFF check as well.
Last edited: