Die4Ever / build-engine-randomizer

Build Engine Randomizer (Duke Nukem 3D, Shadow Warrior, Ion Fury, Blood, PowerSlave)
https://discord.gg/QwjnYWhKsY
GNU Affero General Public License v3.0
21 stars 1 forks source link

randomize USER.CON #8

Closed Die4Ever closed 2 years ago

Die4Ever commented 2 years ago

enemy damage values: // Enemy strengths (hit points).

define NUMFREEZEBOUNCES 3 // 0 - 255

// Weapon Strengths

// Miscellaneous strengths.

// Players' inventory amounts.

Die4Ever commented 2 years ago

in GAME.CON

this might be similar to other enemies

    // Give 'MYENEMY' strength.  If it
    // has a palette lookup other than
    // 0, make it twice as strong!

    ifspritepal 0
      strength MYENEMY_NORMAL_STRENGTH
    else
      strength MYENEMY_TOUGHER_STRENGTH
        ifspritepal 21
          addstrength TROOPSTRENGTH // Double the hitpoint vals