.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Scenarios, Maps and Mods (http://forum.shrapnelgames.com/forumdisplay.php?f=146)
-   -   Utility: Code diving - 3.10 list of sites and spells (http://forum.shrapnelgames.com/showthread.php?t=36344)

DrPraetorious October 9th, 2007 10:46 AM

Code diving - 3.10 list of sites and spells
 
EDIT: Made a slight error in my code-diving, had the wrong field width for names. Fixed now.

See the posts below for individual files in the archive.

One love,
TNDP

lch October 9th, 2007 11:17 AM

Re: Code diving
 
Nice stuff. I think you should just change the title to reflect more what this is about.

Edi October 9th, 2007 11:50 AM

Re: Code diving
 
Thanks! Saves me from making a separate request. http://forum.shrapnelgames.com/images/smilies/happy.gif

I've got most things done, but the specials can now be added, as well as terrain masks.

Gandalf Parker October 9th, 2007 11:57 AM

Re: Code diving
 
I need to pull new text lists. Nation numbers, items, monsters, etc.

Plus the All View map for monsters and the All View map for sites should be updated.

And the auto-programs for adding to maps such as the chaotica themes.

Edi October 9th, 2007 12:25 PM

Re: Code diving
 
I can do the monsters, weapons, armor, sites and items for you as soon as I finish updating the DB. The string dumps of weapon lists and armor you have done in the pasts have been missing things. It's literally a matter of minutes to do them once the DB is up to snuff.

Does anyone remember where the old Code Diving thread is? Because it has all the explanations for the raw dump columns, which I don't quite remember.

Edi October 9th, 2007 12:56 PM

Re: Code diving
 
Never mind, I found the old thread. It's here.

DrPraetorious, can you do the same kind of summary as you did the last time, or give me column names for the various things in the new .csv file? Try as I might, without some sort of informative column headers, I can't do anything with that data since I won't know what's what.

Zylithan October 9th, 2007 01:54 PM

Re: Code diving
 
you guys rock!

DrPraetorious October 9th, 2007 04:41 PM

Re: Code diving
 
I'm going to fix it this evening when I get back from rehearsal.

Edi October 9th, 2007 04:49 PM

Re: Code diving
 
Thanks! Take your time, it's nearly 11 pm here and I've got morning shift tomorrow from 8 to 4 pm, so you have no hurry. http://forum.shrapnelgames.com/images/smilies/happy.gif

DrPraetorious October 9th, 2007 10:23 PM

Re: Code diving
 
1 Attachment(s)
Here's a nearly-readable version in .xls format. Here are the fields explained:

How to read it:
The Path and Rarity columns are pretty self-explanatory, and match to the number values used in the modding manual.

Each site has up to 5 powers, each of which has an argument.

Power1 corresponds to Argument1, Power2 corresponds to Argument2, and so forth.

The codes for powers and their arguments are (unused powers are not noted, but may do things - for example, I bet there's a power that generates temples):
Powers 1-8 are *gem income* - these are off by 1 from the ordinary path numbers (so fire is 1 instead of 0, etc.). Argument is the number of gems.

Power 10 was probably once extra-resources in capital. May not do anything now?

Power 11 is a recruitable troop. Argument is unit #.

Power 12 is a recruitable commander. Argument is unit #.

Power 13 is gold income. Argument is amount of gold.

Power 14 is resource income. Argument is number of resources.

Power 15 generates labs when found. Argument is just 1.

Power 16 generates temples when found, but is not used. Argument would presumably be 1 if it existed.

Power 17 makes fortresses when found. Argument is fort #.

Power 18 is enter-to-summon - it's repeated for each unit that appears. The type of mage automatically matches the type of site. Argument is unit #.

Power 19 is unrest adjustment - argument gives amount. Negative numbers increase unrest. Note that negative numbers are represented as very bug numbers in the spreadsheet (sorry).

Power 20 is supplies adjustment. Argument gives amount.

Power 21 is spreads disease. Argument is percent chance of disease per turn in the province.

Power 22 is enter for (argument) experience points.

Power 24 is horrormarking. Argument is percent chance of horrormark per turn in the province.

Power 29 is capital-only-unit. Argument is unit #.

Power 30 is capital-only-commander. Argument is unit #.

Power 31 is increase scales:
Argument 0 -> Order
Argument 1 -> Productivity
Argument 2 -> Heat
Argument 3 -> Growth
Argument 4 -> Fortune
Argument 5 -> Magic

Power 32 is *decrease scales*. Same arguments.

Power 57 is enter to summon void monsters. Argument is always 20 - might be base chance of success.

Power 60+X is a bonus for a given school of magic. Argument is %.

Power 67 is holy power. Argument is % chance of each undead being hit by AN10. "Your undead units in <province name> are being killed by a holy force native to this province."

Power 68 is holy fire. Argument is % chance of each undead or demon being hit by AN10. "Your undead and demonic troops in <province name> are being hit by holy fire".

Power 70 is probably remove battle afflictions. Argument would presumably be % chance.

Power 71 is curse. Once again, argument is % chance per unit per turn.

Power 72 is enter-to-scry.

Power 192 is enter for adventure. Edi speculates that the argument is % chance of getting anything useful.

D'oh! I had two field lengths wrong!

Replaced with a new attachment.


All times are GMT -4. The time now is 08:49 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.