Discontinuum

Results 76 comments of Discontinuum

Regarding most sweeping balance changes, arcane resistance stuff: > Smallfoot, armoredfoot, elusivefoot, mounted, fly, smallfly, lightfly, deepsea, mountainfoot, gurefoot, rodentfoot, lizard, dunefoot, duneelusivefoot, dunearmoredfoot, dunehorse, dunearmoredhorse (basically humans, ghouls, gryphons,...

I've had not too much time for LotI unfortunately, but as far as I'm aware, the Sylph thing was done. We probably still have to think about how arcane change...

#833 Although Elvish Champion has +10% accuracy but LotI Juggernaut doesn't. Although new Juggernaut, as far as I could see him, is very nice and has cool amlas

I made a bit different way ``` #define MY_CAMPAIGN TYPE ABBR [campaign] id=my_campaign_{TYPE} type={TYPE} abbrev={ABBR} ... [/campaign] #enddef {MY_CAMPAIGN sp "ABBR"} {MY_CAMPAIGN mp "ABBR MP"} ``` the workaround by knyghtmare...

I thought at first hardcoding the "MP" prefix isn't desirable but prolly it makes sense. As you say, people may define two distinct non-hybrid campaigns if they want to

I would be cautious about moving everything into the addon server. What the use of just bare Wesnoth without nothing? Some users have troubles with addon servers or prefer to...

Hm, I see this (1.16.5 from flatpak, Middle difficulty, the first chapter). 125 gold ![изображение](https://github.com/wesnoth/wesnoth/assets/68666085/cf7ab38c-50a9-4bd9-b28f-f0bf4426de7e)

Easy difficulty, 150 ![изображение](https://github.com/wesnoth/wesnoth/assets/68666085/68c0a347-aab1-40f0-8f48-10814abb24b4)

Tbh I wonder why each game has its own dedicated seed generator instead of using only one generator for the whole MP server (which doesn't stop the attack but makes...

Maybe if there are some libs with cryptographic secure prngs (which I'm sure should be present), it could be fixed by using just that lib?