Jump to content

A less presumptuous name.

Member
  • Posts

    2,257
  • Joined

  • Last visited

Posts posted by A less presumptuous name.

  1. Essentially, the rebel platform expanded from loosening re4strictions on shaping and allowing for free creations to simply removing the shapers from power. Many people attest to joining the rebellion not because they want shaping and free creations, but because they want the shapers ousted.

     

    This is why the drakon ending fails. The majority of the human rebellion is no better off with drakon overlords than they were with the shapers.

  2. I was looking for sponsored freeware on the apple site, and I selected games, and then Strategy/RPG. And guess what was the sponsored download?!?!?!

    Geneforge 5!!!!

     

    I would assume it's just the demo, but I must say, this makes me love apple even more!

  3. It does seem slightly off seeing as how the Drakons are for reducing limitations on shaping. However, they do seem to be a bit more concerned with intelligent creation rights, so maybe they find it disagreeable for you to create urdrakons and eyebeasts.

     

    But then again, you can get one canister for each of these as quest rewards, so it still seems to be a bit of an enigma.

  4. Is there a hard limit to how many "it_stats_to_affect" and "it_stats_addition" lines you can have? I set a dagger to add 100 to endurance and intelligence, 20 to each class of shaping, 20 to each creature, +100 AP, and a few other things.

     

    I managed to get the end and int to work, along with some levels in shaping skills, but I can't seem to find what happened, things got strange.

     

    Here is what I have:

    Code:
    begindefineitem 61;	// imported for blades	it_name = "Dagger";	it_graphic_template = 51;	it_graphic_sheet = 4;	it_which_icon_ground = 0;	it_which_icon_inven = 1;	it_ability = 2;	it_level = 2;	it_value = 20;	it_weight = 40;		it_can_augment = 1;	it_stats_to_affect 0 = 2;	it_stats_addition 0 = 100;	it_stats_to_affect 1 = 3;	it_stats_addition 1 = 100;	it_stats_to_affect 2 = 15;	it_stats_addition 2 = 20;	it_stats_to_affect 3 = 16;	it_stats_addition 3 = 20;	it_stats_to_affect 4 = 17; 	it_stats_addition 4 = 20;	it_stats_to_affect 5 = 80;	it_stats_addition 5 = 20;	it_stats_to_affect 6 = 81;	it_stats_addition 6 = 20;	it_stats_to_affect 7 = 82;	it_stats_addition 7 = 20;	it_stats_to_affect 8 = 83;	it_stats_addition 8 = 20;	it_stats_to_affect 9 = 84;	it_stats_addition 9 = 20;	it_stats_to_affect 10 = 85;	it_stats_addition 10 = 20;	it_stats_to_affect 11 = 86;	it_stats_addition 11 = 20;	it_stats_to_affect 12 = 87;	it_stats_addition 12 = 20;	it_stats_to_affect 13 = 88;	it_stats_addition 13 = 20;	it_stats_to_affect 14 = 89;	it_stats_addition 14 = 20;	it_stats_to_affect 15 = 90;	it_stats_addition 15 = 20;	it_stats_to_affect 16 = 91;	it_stats_addition 16 = 20;	it_stats_to_affect 17 = 92;	it_stats_addition 17 = 20;	it_stats_to_affect 18 = 93;	it_stats_addition 18 = 20;	it_stats_to_affect 19 = 94;	it_stats_addition 19 = 20;	it_stats_to_affect 20 = 95;	it_stats_addition 20 = 20;	it_stats_to_affect 21 = 201;	it_stats_addition 21 = 100;	it_stats_to_affect 22 = 206;	it_stats_addition 22 = 100;	it_stats_to_affect 23 = 207;	it_stats_addition 23 = 100;	it_stats_to_affect 24 = 208;	it_stats_addition 24 = 100;	it_stats_to_affect 25 = 211;	it_stats_addition 25 = 100;	it_stats_to_affect 26 = 212;	it_stats_addition 26 = 100;	it_stats_to_affect 27 = 213;	it_stats_addition 27 = 100;	it_stats_to_affect 28 = 214;	it_stats_addition 28 = 100;	it_stats_to_affect 29 = 215;	it_stats_addition 29 = 100;
×
×
  • Create New...