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: The Legend > Mods

Mods Everything about mods

Reply
 
Thread Tools Display Modes
  #1  
Old 12-30-2011, 04:46 AM
MattCaspermeyer MattCaspermeyer is offline
Approved Member
 
Join Date: Aug 2010
Posts: 553
Smile Almost gave up on this!

Quote:
Originally Posted by Fatt_Shade View Post
Also had couple ideas, so what you ppl think about this ?
Priest have 26 hp, and heal 2x10hpm but cant cast it on undead as dmg.Heal spell can be used as dmg for undead, so why not priest healing ability?
I would lower it to 5 heal (when you lead more then 90 priests you dont have unit that can be healed for that much hp 90priest*10heal), and reload 2 so it wouldn`t be used 2 times in row then gift and imba dmg to undead. Thought`s ? ( i got this idea in just finished game i had 1400 priests, and who need 14000 hp healing ? so i thought to make them a bit more useful in fights against undead).
I almost gave up on this one!

I had everything working, but the hint. As it turns out (I had a similar problem when implementing the Thorn's Gift of Life) certain abilities' hints are hard coded in the game.

The fact that it is called "cure" means that it has a built-in hint generator and it cannot be overriden! This was giving me fits all day today! So I called it "cure2" so I could use a custom hint - whew!

Screenies of the implementation are below.

Damage might be a little low, but we'll see how it goes - base heal is 2 and then priests do 2x damage to undead so base damage is 4. In your example, their Heal would be 2800 and then damage to undead would be 5600. If you had your Healer skill at level 3, you'd get an additional +30%, which would be 3640 healing and 7280 damage. That seems pretty reasonable for right now. Note that if the total cure value isn't consumed when healing then a charge isn't used - we'll have to see how that goes. I didn't put a reload value, but it may be a good idea to give them one. Also with respect to charges, it might be better to just let it consume a charge but give them a few more charges. Hmmm...

/C\/C\
Attached Images
File Type: jpg Priest Updated Healing Ability.jpg (162.9 KB, 4 views)
File Type: jpg Priest Updated Healing Ability 2.jpg (794.7 KB, 4 views)
File Type: jpg Priest Updated Healing Ability 3.jpg (390.2 KB, 4 views)
Reply With Quote
  #2  
Old 12-30-2011, 04:49 AM
MattCaspermeyer MattCaspermeyer is offline
Approved Member
 
Join Date: Aug 2010
Posts: 553
Cool New Giant Feature - Thump!

Okay, here's a screenie of the new Giant Thump feature.

The idea behind this is that the Giant is able to knock out opponents (most likely so that it can take them back to its lair and eat them - especially EGD's)

Highly experimental, it'll be provided in the next update...

/C\/C\
Attached Images
File Type: jpg Giant New Thump Feature.jpg (198.5 KB, 7 views)
Reply With Quote
  #3  
Old 12-30-2011, 08:14 AM
MattCaspermeyer MattCaspermeyer is offline
Approved Member
 
Join Date: Aug 2010
Posts: 553
Exclamation To Do List...

Here's a list of things I'm currently working on, thinking about implementing, or simply dreaming about implementing...
  • Change Undead Resurrection to Necro Call. Done!
  • Check ArchDemon Amalgamation ability from human player's viewpoint. Fixed minor issue - done!
  • Check Priest's new Healing (cure2) from AI viewpoint and make sure AI can use it properly. Done!
  • Go through Fatt_Shade's item upgrades.
  • Check Giant's new Thump from human player's viewpoint.
  • Check Ogre's new Clobber from human player's viewpoint.
  • I tried enabling Thorn's Gift of Life when they are cast on a corpse, but I felt it made resurrecting plants too easy. Still under consideration though if I drop resurrection value. Parked for now - the way it works is okay!
  • I experimented a bit with Necromancy skill and Undead ability bonuses; I've done the following:
    • Neromancers can now resurrect Undead with their Raise Undead ability if you have the Necromancy skill
    • Necromancer Raise Undead power is improved by the Necromancy skill
    • Ghost Cry damage is increased by the Necromancy skill
    • Doing the other Undead abilities is more difficult because the damage is computed internally, but I may still be able to give the ability a bonus by adding a "hack" to compute the damage when done, but I think for now I'm not going to do this because the only other ability I was thinking about doing would be the Bone Dragon Poison Cloud and it seems the implementation would be a a bit kludgy. I may just look at the damage done and increase it to be more in line with the other Dragon's if warranted.
  • I'm still brainstorming (Veteran) Orc abilities...
  • Go through and experiment with some of Fatt_Shade's other comments.
  • Tolerance level 2 no longer gives +1 Morale all as the bonus has been partially shifted to Diplomacy.
  • Diplomacy - now also increases morale of races:
    • Level 1: Dwarf Morale: +1
    • Level 2: Dwarf and Elf Morale: +1
    • Level 3: Dwarf, Elf, and Orc Morale: +1
  • Keeper of Light - now also acts similar to Dark Commander except for troops of the light:
    • Level 1: All Elves, Dwarves, Humans except Robbers, and Griffins: Defense: +2
    • Level 2: Same group: Defense: +4, Speed: +1
    • Level 3: Same group: Defense: +8, Speed and Initiative: +1
  • Trade - could aid Dwarves, aren't Dwarves greedy? Just a thought...
  • Learning now also adds to the critical hit of the hero's troops: +5, +15, +30%
  • Shaman Dancing Axes - I think I'm going to leave this be for now...
  • Shaman Healing Totem - look into other bonuses possibly...
  • Phoenix Resurrection - transfers its life to another unit's (any troop) and dies. If it has another life, then you can still resurrect it and use the ability again on same or another troop and then that will kill the Phoenix for good.
  • Gerda's Ordwald's HOMM3 skills are unknown, so I may change his Dwarf bonus to an Offensive bonus so that Gerda will have 1 baby with Offense! I'll keep his +1 init and +1 speed, though.
  • Baby upgrades?! Not sure how to implement, but the idea is that maybe after X battles, you can upgrade a baby to the next level (i.e. Rina baby from 6 to 7 (so it'll have bonuses like a Feanora baby)), by fighting the baby's keepers (just like upgradeable items).
  • Wife upgrades?! Same as above, but with wives after Y battles.
  • This is probably not doable, but experience system for babies that would allow you to select new skills for your babies after they level up! This would be similar to how it worked in HOMM3!
Thoughts?

/C\/C\

Last edited by MattCaspermeyer; 01-08-2012 at 05:45 PM. Reason: Updated status of some tasks...
Reply With Quote
  #4  
Old 12-30-2011, 09:53 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

Nice work on priest changed healing, but i dont think there is need to set it so it wont consume charge if not healed unit by full amount because with gift lvl 1 it`s easy rechargeable and in early game when you dont have lots of priests it will mostly use their heal to max.

Any plan to change order on gift of life for plants, so it wont consume your plan to resurrect summoned ?

Diplomacy/trade/trophy . . .yes i agree that this skills are among least useful, but have no idea how to improve them. You thought to buff up dwarfes not bad, but what did you think to do with them ? Simple stats improvement (att/def/speed/initiative...) or ?

Shaman dancing axes works great, so why would you make totems resurrect also ? 1 res skill per race is enough, if totems also revived units it would be to much, maybe set them to cure units(remove plague, pugmy, sheep etc). Or totems resurrect, and axes stun/shock targeted unit ?

Upgrading kids - nice idea, but every upgrade only part of their bonus not all of them, same for wives (also could you try making some code to set this to real life: upgrading girlfriend/wife to better model after some time together ).
Reply With Quote
  #5  
Old 12-30-2011, 06:32 PM
MattCaspermeyer MattCaspermeyer is offline
Approved Member
 
Join Date: Aug 2010
Posts: 553
Lightbulb Brainstorming Diplomacy, Trade, and Keeper of Light...

Quote:
Originally Posted by Fatt_Shade View Post
Nice work on priest changed healing, but i dont think there is need to set it so it wont consume charge if not healed unit by full amount because with gift lvl 1 it`s easy rechargeable and in early game when you dont have lots of priests it will mostly use their heal to max.
Okay - I think you're right here. I'll make it consume a charge no matter what. I think I'll give them a reload time so that they can use it every other turn if they wish. I might give them 1 more charge for a total of 3, still thinking about that one...

Quote:
Originally Posted by Fatt_Shade View Post
Any plan to change order on gift of life for plants, so it wont consume your plan to resurrect summoned ?
I did a little experiment to see if I knew how to do it and I can. I tried it out a little bit and it seemed too easy to resurrect your plants.

Let me clarify this a little bit - only Thorns and Thorn Warriors that use their Sowing on a corpse are allowed to endow the new Thorn with their Gift of Life enabled.

Dryads, (Ancient) Ents, and Royal Thorns were not affected. Like I mentioned previously, using corpses controls use so I won't change it for these troops otherwise it would be too easy to res all your plants.

I'm going to park this idea for a while and let it sit as I've had no issues myself with the way it works now, but at least I know how to do it if it is warranted to be changed based on additional feedback...

Quote:
Originally Posted by Fatt_Shade View Post
Diplomacy/trade/trophy . . .yes i agree that this skills are among least useful, but have no idea how to improve them. You thought to buff up dwarfes not bad, but what did you think to do with them ? Simple stats improvement (att/def/speed/initiative...) or ?
Not sure, just brainstorming ideas. For Diplomacy, I'm considering another -5% Leadership Requirement for each race, since more of them would be interested if your relations were better, but with all the other Leadership Reduction bonuses, I might have to do just 2% (but then that hardly seems worth it). So what stats would improve due to better relations? Morale? That might be interesting to do that for each race: Level 1: Dwarf Morale +1, Level 2: Elf Morale +1, Level 3 Orc Morale +1. That might be intersting...

For Keeper of Light, I was thinking of making it sort of like the counterpart to Dark Commander, perhaps. So it might have similar bonuses except for good troops. As a start, Good troops would be all Elves. Who else? Are Dwarves considered good or neutral? I think humans would be neutral, except for maybe Priests and Inquisitors. Need to think of good unit list...

For Trade, I'm not sure about that one. Would any units benefit from trade? Cheaper unit costs would be neat! Can I implement that? Don't know how, but sounds like a cool idea! Other ideas? Cheaper items...

You know to go along a bit with your idea to have Tibold recharge special items, would be to simply make some items more expensive! But I guess that's too easy to do, so I'll think about how to implement the Tibold idea more...

Quote:
Originally Posted by Fatt_Shade View Post
Shaman dancing axes works great, so why would you make totems resurrect also ? 1 res skill per race is enough, if totems also revived units it would be to much, maybe set them to cure units(remove plague, pugmy, sheep etc). Or totems resurrect, and axes stun/shock targeted unit ?
Good point, it just seems like they should do more. I've considered removing penalties - will have to look into how to implement as that would at least be a good thing for them...

Quote:
Originally Posted by Fatt_Shade View Post
Upgrading kids - nice idea, but every upgrade only part of their bonus not all of them, same for wives (also could you try making some code to set this to real life: upgrading girlfriend/wife to better model after some time together ).
I'll put that in the "dreaming" category!

/C\/C\
Reply With Quote
  #6  
Old 12-31-2011, 01:13 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

Yea i agree with you on gift of life point, since it only works that way for simple thorns. No need to change it.

For trade/trophy check - http://forum.1cpublishing.eu/showthread.php?t=16919
The rider had interesting idea to give some bonuses after battle depending what skills you have on what lvl. blood potion for warrior bloodlust skill/mana potions for mage high magic skill. In arena.lua find this string if (Game.Random(1,100) <= tonumber(Logic.hero_lu_skill("alchemist"))*5) then , and check file from that point.

Totems, how about this ; ice totem slows enemy and dmg on end of turn, so why not make healing totem give initiative/deff/res or any other bonus to ally units in AoE ? With healing it should be enough for passive bonus every turn.

As for upgrading wives (seriously now , how is Triggers upgrading work in AP/CW for his higher crit% for archer units ? You get that bonus after battles with him as companion, so it possible to get that mechanics for wives also. And exp system for kids, i`m not sure that would be doable. How to assign exp after battles, or share part of your own exp with your kids? And then you pick what bonus you want to upgrade when kid lvlup ... to complicated i think

I`m off for new year, c ya in couple of days ppl Happy New Year, have fun
Reply With Quote
  #7  
Old 12-31-2011, 09:59 AM
MattCaspermeyer MattCaspermeyer is offline
Approved Member
 
Join Date: Aug 2010
Posts: 553
Exclamation Necro Call Resurrect Undead with Necromancy Skill Implemented!

Okay, I've implemented the switch from using Resurrection to using Necro Call to resurrect (permanently reanimate) your Undead troops - screenies are attached below.

This was a lot of effort and very tricky to implement!

The way it works is:
  • If you don't get the Necromancy Skill then it works same as before.
  • If you do get the Necromancy Skill then:
    • If the target is an allied Undead unit or corpse, it resurrects a certain amount of Undead based on spell power and your reanimation percent. This encourages you to max out your Necromancy Skill, otherwise your Undead resurrect power will be much lower than the animate power.
      • Necromancy Skill Level 1 - Reanimation Percent: 10-20%
      • Necromancy Skill Level 2 - Reanimation Percent: 30-50%
      • Necromancy Skill Level 3 - Reanimation Percent: 60-100%
    • If the target is not an allied Undead unit (or corpse) then it works the same way it did before.
See the screenies, and you'll see.

This will be provided in the next update...

/C\/C\
Attached Images
File Type: jpg Necro Call Spell - Without Necromancy.jpg (62.0 KB, 8 views)
File Type: jpg Necromancy Skill - Level 1.jpg (137.4 KB, 7 views)
File Type: jpg Necro Call Spell - With Necromancy.jpg (88.1 KB, 8 views)
File Type: jpg Necro Call Spell - Cast Hint.jpg (117.8 KB, 9 views)
File Type: jpg Necro Call Spell - After Cast Log.jpg (39.7 KB, 8 views)
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 11:46 PM.


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