Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > King's Bounty > King's Bounty: Crossworlds > Mods

Mods King's Bounty: Crossworlds Mods

Reply
 
Thread Tools Display Modes
  #1  
Old 01-29-2019, 06:07 PM
Sirlancelot's Avatar
Sirlancelot Sirlancelot is offline
Approved Member
 
Join Date: May 2011
Posts: 291
Smile

About the fire spider, I forgot to say it doesn't recieve the Initiative bonus from the Blue baby Dragon. I think is a bug imported from vanilla Crossworlds, due to the fact back in The Legend they were considered part of the Demons faction.

And it would be nifty if the description would explain on more detail which Arquery bonus they receive or can receive.

I see Knights have obtained a new talent, Running. That makes them a bit more interesting as enemies, but I think they were already powerful enough for the player. You just need to buff their speed with a spell or/and an item, or use Teleport. Keep in mind they have 30% physical reduction, Mastery, morale +1, high protection from fire and even extra damage against dragons. Oh, and the usually undervalued Circle Attack, which can be devasting when combined with Target (for example) Pair them with Paladins or Horsemen and you have an extraordinary melee setup.

They make Polar Bears and the like too obsolete, IMO.

Snake description is wrong (another bug from vanilla, I'm afraid) They don't poison, but stun.

By the way, congratulations for the new Darkside mod!
Reply With Quote
  #2  
Old 01-30-2019, 08:10 AM
raknefne raknefne is offline
Approved Member
 
Join Date: May 2011
Location: Denmark (Aarhus)
Posts: 564
Default

Knights: I never used them before, always Paladins. BTW Paladins only heals now, no ressurection... In Darkside I saw they took the "give turn" from the Paladin and gave it to the Knight to balance these 2 more.

Snakes: Yes, must be vanilla, didn't touch it. Must be the red ones, the blue and green poisons.

Darkside mod: Don't know if anybody plays it anymore... it was very unbalanced, that was why I made a mod with more balance. Was too hard at first and much easier later, I remember in vanilla Darkside my mage had 100+ Mana as level 8 or so. I gave up, had the feeling that goodies like mana/rage etc were thrown in your face too much.
Reply With Quote
  #3  
Old 01-30-2019, 08:55 PM
Sirlancelot's Avatar
Sirlancelot Sirlancelot is offline
Approved Member
 
Join Date: May 2011
Posts: 291
Default

Alchemist:

When facing them as opponents, venom potion talent appears missing, yet the enemy uses it.
Energy drink seems removed. Why?

Quote:
BTW Paladins only heals now, no ressurection
This is a brave move from your part. And I applaud it, is refreshing. No more easy ways to avoid casualties, no more tedium at the end of combats.

I see that you also made Phantom pricier in mana, crystals and gold. Well done. Exploits out.

Don't worry about the Darkside mod reception. Once Katauri releases next Kings Bounty entry (which could be soon, or that's what rumors say), all the saga modding community/enviroment will feel alive again. I really think so.
Reply With Quote
  #4  
Old 01-31-2019, 07:10 AM
raknefne raknefne is offline
Approved Member
 
Join Date: May 2011
Location: Denmark (Aarhus)
Posts: 564
Default

I have to check Alchemist, there has been a lot of fuzz around them since I modded it. Minors though. Mainly I gave it more potions. I never used Alchemists... A player that played Trent on Impossible to the end, pointed out about Paladins, Phantom spell, Nature Call (I made it cheaper, now 10-20-30 Mana) etc., it was all added in version 1.1.

About new releases, I hope they playtest it well, Darkside can't be playtested much. It is strange, using a lot of time and energy for making the maps and tons of complicated quests, but not the balance. Strange. Sounds like they were in a hurry. I can also see it was another team on mapmaking, the maps are very different from Crossworld.
Reply With Quote
  #5  
Old 02-01-2019, 03:55 AM
Sirlancelot's Avatar
Sirlancelot Sirlancelot is offline
Approved Member
 
Join Date: May 2011
Posts: 291
Default

Fire spiders spits don't work properly yet. The spiders are unable to burn anyone on ranged no matter the %. After dozen of attempts, I changed locally the value of:

custom_params {
burn=15 //30
}


, to 75 for nothing. I don't know what's wrong. Perhaps the related animation is missing? Something not linked, there?

Code:
  throw {
    group=1,2
    class=throw
    distance=5
    mindist=2
    penalty=0.7
    base_attack=1
    animation=cast/throw/thtarget
    throw=catapultfireball
    dontusenearenemy=1
    framekey=x
    damage {
      fire=2,3
    }
    custom_params {
      burn=75   //30
    }
  }
Reply With Quote
  #6  
Old 02-01-2019, 08:32 PM
raknefne raknefne is offline
Approved Member
 
Join Date: May 2011
Location: Denmark (Aarhus)
Posts: 564
Default

I will have to check with Ice Spider from WoTn which spits ice and can freeze, 20% chance,. It works there. I will check, if I can't make it work, I just remove the chance to burn on ranged attacks, shooting after all is an improvement for the Fire Spiders.
Reply With Quote
  #7  
Old 02-02-2019, 08:54 AM
jorko80 jorko80 is offline
Approved Member
 
Join Date: Mar 2009
Posts: 64
Default

Hi raknefne, Sirlancelot
As I said to raknefne already I play not just impossible but combined with a very good mod which removes all unbalanced stuff and makes the game super challenging. This is for both The Legend and Crossroads and believe me beholders are not overpowered. Units with ressurection and some other abilities are, but raknefne already took care of some. And some abilities should really be removed from phantom creatures(creatures made with phantom spell).
@Sirlancelot - these mods are not mine so I don't know if I can translate them ,but they were the inspiration for me to make my mod for WotN-Ice and Fire.
@raknefne - the problem with WotN is that everything is thrown at you after just the first island. You have access to so many powerful creatures and the money is infinite and the game is becoming ultra boring. The gorgons(snake summoner) maybe powerful in the beginning but later with more experienced and powerful enemies they are not. In my mod I made many changes regarding access to new islands and it's not easy to get there and the money is so hard to obtain - I even named the mod - Expensive .
I will translate my mod and in time I can think about the others, but it will be much later(maybe in the end of this year). I expect to finish the translation of my mod around the end of april(start in march).

P.S @raknefne - In the spider_fire.atom file in the arena_params section under hitback=1 insert this line - posthitmaster=features_burn, it should look like this:
arena_params {
features_label=cpi_spider_fire_feat
features_hints=poison_defense_header/poison_defense_hint,fire_resistance_header/fire_resistance_hint,mind_immunity_header/mind_immunity_hint,flaming_header/flaming_hint,fire_spit_header/fire_spit_hint
race=neutral
cost=60
level=2
leadership=30
attack=12
defense=12
defenseup=3
initiative=6
speed=2
hitpoint=30
movetype=0
krit=20
hitback=1
posthitmaster=features_burn
posthitslave=features_flaming
hitbackprotect=0
attacks=moveattack,throw,web
features=mind_immunitet
This should allow the burning chance to work.

Last edited by jorko80; 02-02-2019 at 09:15 AM.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:24 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.