sum1won / summod

This is summod, a dominions 4 overhaul mod.
5 stars 8 forks source link

Globals #126

Open sum1won opened 7 years ago

sum1won commented 7 years ago

Previous modding efforts focused on globals costs, paths and research levels. I think some of these could be better addressed via event modding to increase their utility.

Lambert-Simnel commented 7 years ago

Mech malitia has been fairly powerful when used early, fyi

sum1won commented 7 years ago

Yes, I think that is better at 7.

On Oct 5, 2016 12:51 PM, "Lambert-Simnel" notifications@github.com wrote:

Mech malitia has been fairly powerful when used early, fyi

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sum1won/summod/issues/126#issuecomment-251732313, or mute the thread https://github.com/notifications/unsubscribe-auth/ARLtL3TdP1ujB14Q38j7v9ZEB6Y9DS4Fks5qw9WbgaJpZM4KO9JW .

Lambert-Simnel commented 7 years ago

The issue with some of them is they lack punch, global slot competition means that those which are kinda meh are never cast.

We now have 1,000 new events, surely another rider or two on most of them would help?

Moggers commented 7 years ago

Ghost Ship Armada needs more than just making it cheap to be worth casting.

sum1won commented 7 years ago

For ghost ship, I'm thinking of making admiral better, and also causing it to spawn friendly pirates.

Moggers commented 7 years ago

You mean friendly so the caster gets the province instead of indies?

sum1won commented 7 years ago

Ghost Ship: Gets you pirate freespawn, earlier/easier to cast TKO: Events themed around the erinye. (Random assassins (serpents?), (disease/horror mark chance?).

sum1won commented 7 years ago

This code adds pirates for admiral torgin's wild ride

#selectmonster 870
#name "Pirate Captain"
#sailing 80 2
#pillagebonus 5
#end
#selectmonster 871
#pillagebonus 2
#end
#newmonster 6498 --Pirate Captain
#name "Pirate Captain"
#sailing 80 2
#pillagebonus 5
#descr "Pirates are armed with falchions and like booty.  They flock to whoever raises the Damned Admiral as the pirate king."
#hp 10
#mr 10
#mor 11
#str 10
#att 11
#def 12
#prec 10
#enc 2
#mapmove 2
#ap 12
#maxage 50
#itemslots 15494
#size 2
#weapon 10
#armor 119
#armor 9
#okleader
#copyspr 870
#end

#newmonster 6497 --Pirate
#name "Pirate"
#copyspr 871
#descr "Pirates are armed with falchions and like booty.  They flock to whoever raises the Damned Admiral as the pirate king."
#gcost 10
#hp 10
#mr 10
#mor 11
#str 10
#att 10
#def 10
#prec 10
#enc 2
#mapmove 2
#ap 12
#maxage 50
#itemslots 15494
#size 2
#weapon 10
#armor 119
#armor 10
#pillagebonus 2
#end

#newevent
#rarity 5
#req_rare 70
#req_enchdom 43
#nation -2
#req_coast 1
#msg "A band of pirates has joined your nation!"
#notext
#nolog
#req_fort 1
#1d3units 6497
#end

#newevent
#rarity 5
#req_rare 33
#req_enchdom 43
#nation -2
#req_coast 1
#msg "A band of pirates has joined your nation.  Their captain has made a donation in exchange for a Letter of Marque."
#nolog
#req_fort 1
#com 6498
#4d6units 6497
#req_permonth 1
#end
sum1won commented 7 years ago

Here are the current global changes:

Strands of Arcane Power - Evo 9 -> 8

Mechanical Militia - 80 -> 60 gems, research 9->5

Riches from Beneath - 70->40 gems, E5->E4

Ghost Ship Armada - 60 -> 40 gems

Second Sun - 80 -> 50 gems, pathrec 6, research 6

Fata Morgana - 90 -> 60 gems -- Pathrec 6

Astral Corruption - 166 -> 222 gems; Research level 9

Looming Hell - Research 9->6 150->100 slavecost, B8->7

Guardians of the Deep - 60 -> 40 gems, Conj 8 -> 6

Lure of the Deep 70-> 50 gemcost Research 8->7

Purgatory 60 -> 50 gemcost, Research 7->6

TKO Research 8->7, Paths F6N4-> F4N2

Celestial Rainbow Path W7N5-> W5N3, gemcost 80->60

Wrath of Sea - Ench 8->6 gemcost 70->50

Forge of the ancients- 80-> 50 gems

Burden of Time research 6->7

Lambert-Simnel commented 7 years ago

Mech militia being rushed makes PD fairly formidable early-game, I haven't tested it much but I'd suggest getting someone to.

sum1won commented 7 years ago

Yeah, sorry, those were the ones from before I changed it.