Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
I tried it twice, changing the value to 0.6 and then to 1.8. I'm in the Medieval Era, so the final modifier should be 1.8 and 5.4 respectively, but I got 0 and 3. This meant the value was rounded down to 0 and 1 before multiplying by the era value (x3).
So, the modifier does take float values, but it is always rounded down (becomes an integer) prior to multiplication. Therefore there is no need to input a non-integer into the modifier value.
(Not the simple yes-no answer I was expecting.)