Roll: Revision history

From Terra Invicta Official Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 November 2022

27 October 2022

  • curprev 23:2623:26, 27 October 2022ProfaneServitor talk contribs 1,700 bytes +1,700 Created page with "'''Roll''' is a mechanic used to determine outcomes of many events in Terra Invicta. Rolling is random, and it is weighted by difference between offence and defense modifiers. The exact formula is as follows: <pre> diff = offense-defense if diff >=0 chance = 1-0.5*0.775^abs(diff) else chance = 0.5*0.775^abs(diff) </pre> For example, councilor with 10 expionage trying to assasinate another councilor with 7 security needs to do a roll with <code>diff = 10 - 7</cod..."