Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[Coriolis Alternative] Typo in the "Sensors" command

Hello everyone, I am currently DMing a Coriolis game with the Coriolis Alternative character sheet, and found a typo in the sheet. I don't know how to correct it and i have no idea where to ask or if it could be done, but here is the typo and the fix : In Character Sheet, second tab ("Spaceship Sheet"), in combat manager, there is the SENSORS button. This is the macro it uses : &{template:skill} {{skill=^{ship-action-sensors-detect}}} {{ship_name=@{Vaisseau ISBG|character_name}}} {{character_name=@{Vaisseau ISBG|ship_sensors_name}}} {{description=^{ship-action-sensors-detect-description}}} {{roll=[[[[@{Vaisseau ISBG| ship_engineer_wits }+@{Vaisseau ISBG| ship_engineer_technology }+?{@{Vaisseau ISBG|query_signature}|0}]]d6>6]]}} {{effect=it happens}} However, the sensors are used not by the engineer but by the "sensors". The macro should be : &{template:skill} {{skill=^{ship-action-sensors-detect}}} {{ship_name=@{Vaisseau ISBG|character_name}}} {{character_name=@{Vaisseau ISBG|ship_sensors_name}}} {{description=^{ship-action-sensors-detect-description}}} {{roll=[[[[@{Vaisseau ISBG| ship_sensors_wits }+@{Vaisseau ISBG| ship_sensors_data_djinn }+?{@{Vaisseau ISBG|query_signature}|0}]]d6>6]]}} {{effect=it happens}} Be careful however, the " Vaisseau ISBG" is the name of the PC's ship, not a universal thing. Any chance a pure soul would take a few seconds to fix this one ? I would do it myself if i could, but i'm not sure how to preceed. Thanks for any help !
1649856373

Edited 1649856496
GiGs
Pro
Sheet Author
API Scripter
I've submitted the changes - I don't know when they'll go live. Be careful however, the " Vaisseau ISBG" is the name of the PC's ship, not a universal thing. No need to worry about that - the buttons autofill in the sheet name. The name isn't in the underlying code.
1650039868

Edited 1650577681
Thanks a lot ! Really nice of you ! I'm looking forward for the change to happen :) EDIT : Resolved and working ! Thanks !