All public logs

From Terra Invicta Official Wiki

Combined display of all available logs of Terra Invicta Official Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:26, 27 October 2022 ProfaneServitor talk contribs created page Roll (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...")