Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##########################
- # POP3 BALANCE FILE
- ##########################
- # Tree Grow Rates
- P3CONST_TREE1_WOOD_GROW = 2 # how fast trees regrow
- P3CONST_TREE2_WOOD_GROW = 2 # how fast trees regrow
- P3CONST_TREE3_WOOD_GROW = 2 # how fast trees regrow
- P3CONST_TREE4_WOOD_GROW = 2 # how fast trees regrow
- P3CONST_TREE5_WOOD_GROW = 2 # how fast trees regrow
- P3CONST_TREE6_WOOD_GROW = 2 # how fast trees regrow
- # Wood Ammount
- P3CONST_TREE1_WOOD_VALUE = 600 # how much wood it costs to build
- P3CONST_TREE2_WOOD_VALUE = 600 # how much wood it costs to build
- P3CONST_TREE3_WOOD_VALUE = 600 # how much wood it costs to build
- P3CONST_TREE4_WOOD_VALUE = 600 # how much wood it costs to build
- P3CONST_TREE5_WOOD_VALUE = 600 # how much wood it costs to build
- P3CONST_TREE6_WOOD_VALUE = 600 # how much wood it costs to build
- # Ranges
- P3CONST_SP_W_RANGE_BLAST = 3072 # Ranage this spell has
- P3CONST_SP_W_RANGE_BOLT = 6144 # Ranage this spell has
- P3CONST_SP_W_RANGE_PLAGUE = 6144 # Ranage this spell has
- P3CONST_SP_W_RANGE_INVIS = 4096 # Ranage this spell has
- P3CONST_SP_W_RANGE_FIREST = 4096 # Ranage this spell has
- P3CONST_SP_W_RANGE_HYPNO = 4096 # Ranage this spell has
- P3CONST_SP_W_RANGE_GARMY = 4096 # Ranage this spell has
- P3CONST_SP_W_RANGE_EROSION = 4036 # Ranage this spell has
- P3CONST_SP_W_RANGE_LBRIDGE = 5120 # Ranage this spell has
- P3CONST_SP_W_RANGE_AOD = 3072 # Ranage this spell has
- P3CONST_SP_W_RANGE_QUAKE = 4036 # Ranage this spell has
- P3CONST_SP_W_RANGE_FLATTEN = 4036 # Ranage this spell has
- P3CONST_SP_W_RANGE_VOLCANO = 3072 # Ranage this spell has
- P3CONST_SP_W_RANGE_CONVERT_WILD = 8192 # Ranage this spell has
- P3CONST_SP_W_RANGE_SHIELD = 4096 # Ranage this spell has
- P3CONST_SP_W_RANGE_TELEPORT = 65536 # Ranage this spell has
- P3CONST_SP_W_RANGE_BLOODLUST = 4096 # Ranage this spell has
- # Mana Requirements
- P3CONST_SPELL_BLAST = 10000 # Mana requirment of this spell
- P3CONST_SPELL_CONVERT_WILD = 10000 # Mana requirment of this spell
- P3CONST_SPELL_GARMY = 18000 # Mana requirment of this spell
- P3CONST_SPELL_PLAGUE = 40000 # Mana requirment of this spell
- P3CONST_SPELL_INVIS = 50000 # Mana requirment of this spell
- P3CONST_SPELL_SHIELD = 60000 # Mana requirment of this spell
- P3CONST_SPELL_LBRIDGE = 70000 # Mana requirment of this spell
- P3CONST_SPELL_BOLT = 80000 # Mana requirment of this spell
- P3CONST_SPELL_HYPNO = 85000 # Mana requirment of this spell
- P3CONST_SPELL_WWIND = 90000 # Mana requirment of this spell
- P3CONST_SPELL_SWAMP = 100000 # Mana requirment of this spell
- P3CONST_SPELL_FLATTEN = 125000 # Mana requirment of this spell
- P3CONST_SPELL_QUAKE = 175000 # Mana requirment of this spell
- P3CONST_SPELL_EROSION = 210000 # Mana requirment of this spell
- P3CONST_SPELL_FIREST = 400000 # Mana requirment of this spell
- P3CONST_SPELL_AOD = 510000 # Mana requirment of this spell
- P3CONST_SPELL_VOLCANO = 800000 # Mana requirment of this spell
- # Charge Time
- P3CONST_SPELL_AOD_OPT_S = 300 # Change this this spell has
- P3CONST_SPELL_VOLCANO_OPT_S = 300 # Change this this spell has
- P3CONST_SPELL_CONVERT_WILD_OPT_S = 300 # Change this this spell has
- P3CONST_SPELL_HYPNO_OPT_S = 240 # Change this this spell has
- P3CONST_SPELL_EROSION_OPT_S = 240 # Change this this spell has
- P3CONST_SPELL_QUAKE_OPT_S = 240 # Change this this spell has
- P3CONST_SPELL_FLATTEN_OPT_S = 125000 # Change this this spell has
- P3CONST_SPELL_BOLT_OPT_S = 180 # Change this this spell has
- P3CONST_SPELL_WWIND_OPT_S = 180 # Change this this spell has
- P3CONST_SPELL_FIREST_OPT_S = 180 # Change this this spell has
- P3CONST_SPELL_SWAMP_OPT_S = 180 # Change this this spell has
- P3CONST_SPELL_LBRIDGE_OPT_S = 180 # Change this this spell has
- P3CONST_SPELL_PLAGUE_OPT_S = 45 # Change this this spell has
- P3CONST_SPELL_INVIS_OPT_S = 120 # Change this this spell has
- P3CONST_SPELL_SHIELD_OPT_S = 120 # Change this this spell has
- P3CONST_SPELL_BLOODLUST_OPT_S = 120 # Change this this spell has
- P3CONST_SPELL_TELEPORT_OPT_S = 120 # Change this this spell has
- P3CONST_SPELL_BLAST_OPT_S = 30 # Change this this spell has
- P3CONST_SPELL_GARMY_OPT_S = 60 # Change this this spell has
- P3CONST_SPELL_ARMAGEDDON_OPT_S = 60 # Change this this spell has
- # Available Slots
- P3CONST_SP_1_OFF_MAX_AOD = 1 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_VOLCANO = 1 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_CONVERT_WILD = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_HYPNO = 3 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_EROSION = 2 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_QUAKE = 2 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_FLATTEN = 3 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_BOLT = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_WWIND = 3 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_FIREST = 2 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_SWAMP = 3 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_LBRIDGE = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_PLAGUE = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_INVIS = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_SHIELD = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_BLOODLUST = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_TELEPORT = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_BLAST = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_GARMY = 4 # how many slots this spell has
- P3CONST_SP_1_OFF_MAX_ARMAGEDDON = 1 # how many slots this spell has
- # Walking Speeds
- P3CONST_BRAVE_SPEED = 100 # How Fast this unit can walk
- P3CONST_WARRIOR_SPEED = 100 # How Fast this unit can walk
- P3CONST_RELIGIOUS_SPEED = 66 # How Fast this unit can walk
- P3CONST_SPY_SPEED = 66 # How Fast this unit can walk
- P3CONST_SUPER_WARRIOR_SPEED = 80 # How Fast this unit can walk
- P3CONST_MEDICINE_MAN_SPEED = 100 # How Fast this unit can walk
- # Max Health
- P3CONST_LIFE_BRAVE = 200 # max health of a unit
- P3CONST_LIFE_WARR = 500 # max health of a unit
- P3CONST_LIFE_SPY = 66 # max health of a unit
- P3CONST_LIFE_PREACH = 66 # max health of a unit
- P3CONST_LIFE_SWARR = 80 # max health of a unit
- P3CONST_LIFE_SHAMEN = 900 # max health of a unit
- value
- # Tower Ranges
- P3CONST_BRAVE_DT_RADIUS = 5 # Whats the max tower range this unit is allowed to have.
- P3CONST_WARRIOR_DT_RADIUS = 8 # Whats the max tower range this unit is allowed to have.
- P3CONST_RELIGIOUS_DT_RADIUS = 5 # Whats the max tower range this unit is allowed to have.
- P3CONST_SPY_DT_RADIUS = 10 # Whats the max tower range this unit is allowed to have.
- P3CONST_SUPER_WARRIOR_DT_RADIUS = 8 # Whats the max tower range this unit is allowed to have.
- P3CONST_MEDICINE_MAN_DT_RADIUS = 5 # Whats the max tower range this unit is allowed to have.
- # Mana Value
- P3CONST_MANA_F_BRAVE = 15 # How much mana this unit oozes.
- P3CONST_MANA_F_WARR = 4 # How much mana this unit oozes.
- P3CONST_MANA_F_SPY = 4 # How much mana this unit oozes.
- P3CONST_MANA_F_PREACH = 4 # How much mana this unit oozes.
- P3CONST_MANA_F_SWARR = 4 # How much mana this unit oozes.
- P3CONST_MANA_F_SHAMEN = 30 # How much mana this unit oozes.
- # Attack Power
- P3CONST_FIGHT_DAMAGE_BRAVE = 60 # how much damage this unit can do to anyother.
- P3CONST_FIGHT_DAMAGE_WARR = 360 # how much damage this unit can do to anyother.
- P3CONST_FIGHT_DAMAGE_SPY = 60 # how much damage this unit can do to anyother.
- P3CONST_FIGHT_DAMAGE_PREACH = 60 # how much damage this unit can do to anyother.
- P3CONST_FIGHT_DAMAGE_SWARR = 60 # how much damage this unit can do to anyother.
- P3CONST_FIGHT_DAMAGE_SHAMAN = 1000 # how much damage a shaman can do to a unit
- P3CONST_SW_BLAST_DAMAGE = 800 # how much power is packed into a firewarrior blast
- P3CONST_SW_FIRE_RATE = 40 # The rate witch firewarriors can fire
- # Wood Requirments
- P3CONST_WOOD_HUT_1 = 200# wood
- P3CONST_WOOD_HUT_2 = 200 #wood
- P3CONST_WOOD_HUT_3 = 200 #wood
- P3CONST_WOOD_DRUM_TOWER = 200 #wood
- P3CONST_WOOD_TEMPLE = 200 # wood
- P3CONST_WOOD_SPY_HUT = 4000 # wood
- P3CONST_WOOD_WARRIOR = 3500 # wood
- P3CONST_WOOD_RECONV = 200 # wood
- P3CONST_WOOD_BOAT_1 = 200 # wood
- P3CONST_WOOD_AIR_1 = 200 # wood
- P3CONST_WOOD_SUPER = 200 # Wood
- # Training Mana Cost
- P3CONST_HUMAN_TRAIN_MANA_WARR = 3500 # how much mana it costs for this unit to train
- P3CONST_HUMAN_TRAIN_MANA_SPY = 4000 # how much mana it costs for this unit to train
- P3CONST_HUMAN_TRAIN_MANA_PREACH = 3500 # how much mana it costs for this unit to train
- conversion # Place holder
- P3CONST_HUMAN_TRAIN_MANA_SWARR = 4000 # how much mana a firewarrior costs to train
- conversion # Place Holder
- # Wood Reauired
- P3CONST_WOOD_VEHICLE_BOAT1 = 400 # how much wood
- P3CONST_WOOD_VEHICLE_AIRSHIP_1 = 200 # how much wood
- # Life Time
- P3CONST_VEHICLE_LIFE_BOAT = 5000 # how long a boat lasts until it sinks
- P3CONST_VEHICLE_LIFE_BALLOON = 5000 # how long a baloon lasts until it explodes
- # Spell Unit Effect
- P3CONST_SPY_DISGUISE_DELAY = 64 # the time lmit before braves expose them selfs (WARNINGS)
- P3CONST_INVIS_NUM_PEOPLE = 199 # how many people ivisible effects
- P3CONST_HYPNO_NUM_PEOPLE = 199 # how many people hypno affects
- P3CONST_LIGHTNING_NUM_KILLS = 20 # how many lighting kills there can be (dont set to 199 it crashes)
- P3CONST_SHIELD_NUM_PEOPLE = 199 # how many braves can sheild be casted on
- P3CONST_AOD_KILL_COUNT = 199 # how much aod kills
- P3CONST_BLAST_DAMAGE_AOD = 100 # Damage blast does to aod
- # AoD Lifetime
- P3CONST_AOD_DURATION = 300 # How long AOd Can last
- # Firestorm Duration
- P3CONST_FIRESTORM_DURATION = 500 # how long firestorm can last
- # General
- P3CONST_START_MANA = 9000000 # Start Mana
- P3CONST_MAX_MANA = 10000000 # Max Possible Mana
- # Huts
- P3CONST_MANA_F_HUT_LEVEL_1 = 10000 # How much Mana a hut can give
- P3CONST_MANA_F_HUT_LEVEL_2 = 700 # How much Mana a hut can give
- P3CONST_MANA_F_HUT_LEVEL_3 = 500 # How much Mana a hut can give
- ######### NOT EDITED (Be Careful) #########
- P3CONST_MANA_F_TRAINING = 50 # how much mana it costs to train
- P3CONST_MANA_F_HOUSED = 100 # how much mana it costs to train
- P3CONST_MANA_F_WORKING = 100 # how much mana it costs to train
- P3CONST_MANA_UPDATE_FREQ = 15 # how fast mana updates (maybe in miliseconds or half seconds?)
- P3CONST_HUMAN_MANA_ADJUST = 125 # not sure DONNO
- P3CONST_COMPUTER_MANA_ADJUST = 50 # Donno
- P3CONST_WALK_ALT_DIFF2 = 384 # Something with walking / DONNO
- P3CONST_CONV_TEMPLE = 4000 # how long it takes to train
- P3CONST_CONV_SPY = 4000 # how long it takes to train
- P3CONST_CONV_WARRIOR = 4000 # how long it takes to train
- P3CONST_CONV_SUPER = 4000 # how long it takes to train
- P3CONST_CONV_RECONV = 128 # how long it takes to train
- P3CONST_HUT1_SPROG_TIME = 100 # how fast braves can spawn from huts (CORRECT)
- P3CONST_HUT2_SPROG_TIME = 80 # how fast braves can spawn from huts (CORRECT)
- P3CONST_HUT3_SPROG_TIME = 50 # how fast braves can spawn from huts (CORRECT)
- P3CONST_WOOD_BRAVE = 100# how much wood this unit can carry
- P3CONST_WOOD_WARR = 0 # how much wood this unit can carry
- P3CONST_WOOD_SPY = 0 # how much wood this unit can carry
- P3CONST_WOOD_PREACH = 0 # how much wood this unit can carry
- P3CONST_WOOD_SWARR = 0 # how much wood this unit can carry
- P3CONST_WOOD_SHAMAN = 0 # how much wood this unit can carry
- P3CONST_SPROG%_POP_BAND_00_04% = 30 # donno
- P3CONST_SPROG%_POP_BAND_05_09% = 35 # ^
- P3CONST_SPROG%_POP_BAND_10_14% = 40 # ^
- P3CONST_SPROG%_POP_BAND_15_19% = 50 # ^
- P3CONST_SPROG%_POP_BAND_20_24% = 60 # ^
- P3CONST_SPROG%_POP_BAND_25_29% = 70 # ^
- P3CONST_SPROG%_POP_BAND_30_34% = 80 # ^
- P3CONST_SPROG%_POP_BAND_35_39% = 90 #^
- P3CONST_SPROG%_POP_BAND_40_44% = 100 #^
- P3CONST_SPROG%_POP_BAND_45_49% = 110 #^
- P3CONST_SPROG%_POP_BAND_50_54% = 120 #^
- P3CONST_SPROG%_POP_BAND_55_59% = 130 #^
- P3CONST_SPROG%_POP_BAND_60_64% = 140 #^
- P3CONST_SPROG%_POP_BAND_65_69% = 150 #^
- P3CONST_SPROG%_POP_BAND_70_74% = 160 #^
- P3CONST_SPROG%_POP_BAND_75_79% = 170 #^
- P3CONST_SPROG%_POP_BAND_80_84% = 180 #^
- P3CONST_SPROG%_POP_BAND_85_89% = 190 #^
- P3CONST_SPROG%_POP_BAND_90_94% = 195 #^
- P3CONST_SPROG%_POP_BAND_95_99% = 200 #^
- P3CONST_NEAR_BLDG_CELLS = 3 # how close buildings can be to each other
- P3CONST_MAX_POP_VALUE__HUT_1 = 20 # Max population a hut can spawn
- P3CONST_MAX_POP_VALUE__HUT_2 = 30 # ^
- P3CONST_MAX_POP_VALUE__HUT_3 = 90 # ^
- P3CONST_SHAMEN_DEAD_MANA_%_LOST = 25 #obvis
- P3CONST_SHAMEN_DEAD_MANA_%_GAIN = 25 #obvis
- P3CONST_PREACHEE_CONV_FREQ = 200 # Max people a preacher can convert or the rate or both / CORRECT IF WRONG
- P3CONST_PREACHEE_CONV_CHANCE = 3 # what is the change of a preacher conversion
- P3CONST_HYPNO_COUNT_X8 = 55 #donno
- P3CONST_INVISIBLE_COUNT_X8 = 180 #donno
- P3CONST_SHIELD_COUNT_X8 = 180 #donno
- P3CONST_SWARM_PERSON_DAMAGE = 100 # how much swarm can fuck a person up
- P3CONST_LAND_BRIDGE_MAX_CHANGE = 256 # Donno How much a lb can change the land?
- P3CONST_SW_BLAST_RATE_TOWER = 100 # how fast shaman can cast blash from a tower
- P3CONST_SW_BLAST_DAMAGE_TOWER = 400 # either how much damage a blast can do to a tower or how much damage a blast can do being shot from a tower
- P3CONST_ALT_BAND_0_SPELL_INCR = 80 ||
- P3CONST_ALT_BAND_1_SPELL_INCR = 90 \/
- P3CONST_ALT_BAND_2_SPELL_INCR = 100 \/
- P3CONST_ALT_BAND_3_SPELL_INCR = 110 \/
- P3CONST_ALT_BAND_4_SPELL_INCR = 120 \/
- P3CONST_ALT_BAND_5_SPELL_INCR = 130 \/
- P3CONST_ALT_BAND_6_SPELL_INCR = 140 \/
- P3CONST_ALT_BAND_7_SPELL_INCR = 150 \/
- P3CONST_ALT_BAND_0_SUPER_INCR = 80 \/
- P3CONST_ALT_BAND_1_SUPER_INCR = 90 \/
- P3CONST_ALT_BAND_2_SUPER_INCR = 100 \/
- P3CONST_ALT_BAND_3_SUPER_INCR = 110 \/
- P3CONST_ALT_BAND_4_SUPER_INCR = 120 \/
- P3CONST_ALT_BAND_5_SUPER_INCR = 130 \/
- P3CONST_ALT_BAND_6_SUPER_INCR = 140 \/
- P3CONST_ALT_BAND_7_SUPER_INCR = 150 #something with firewarriors maybe?
- P3CONST_CP_TRAIN_MANA_WARR = 1000 # How much it costs to train a unit
- P3CONST_CP_TRAIN_MANA_SPY = 1000 ^
- P3CONST_CP_TRAIN_MANA_PREACH = 1000 ^
- P3CONST_CP_TRAIN_MANA_SWARR = 1000 ^
- P3CONST_TRAIN_MANA_BAND_00_03 = 100 # donno
- P3CONST_TRAIN_MANA_BAND_04_07 = 125 #donno
- P3CONST_TRAIN_MANA_BAND_08_11 = 150 #donno
- P3CONST_TRAIN_MANA_BAND_12_15 = 175 #donno
- P3CONST_TRAIN_MANA_BAND_16_20 = 200 #donno
- P3CONST_TRAIN_MANA_BAND_21+ = 250 #donno braves can drink?
- P3CONST_SW_BLDG_DAMAGE_DELAY = 1200 # Building damage delay CORRECT
- P3CONST_SW_BLAST_DAMAGE_WARR = 5 # how much blast can do to a warrior
- P3CONST_MULTIPLE_SELECT_NUM = 5 # donno
- P3CONST_DME_RESTORE_TIME = 6000 # donno
- P3CONST_TRIGGER_REACTIVATE_TIME = 768 # something with stones
- P3CONST_LAND_BRIDGE_DURATION = 100 #how long lang bridge lasts
- P3CONST_BLOODLUST_COUNT_X8 = 180 # donno
- P3CONST_BLOODLUST_NUM_PEOPLE = 6 # donno
- P3CONST_BLOODLUST_DAMAGE_X = 3 # donno
- P3CONST_BLOODLUST_HEALTH_X = 3 # donno
- P3CONST_BLOODLUST_SW_BLAST_X = 3 # donno
- P3CONST_HUMAN_REINC_START_DELAY = 0 # donno
- P3CONST_LSME_DURATION_SECS = 120 #donno
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement