March 29, 2024, 12:38:28 am
Username:

Password:

Topic: Educated and Rad Resistance support perks  (Read 1676 times)

Leim

  • Posts: 54
    • View Profile
Educated and Rad Resistance support perks
« on: October 17, 2013, 05:26:08 pm »
all the other perks that have a stat requirement are 6 but these 2 require 8int and 7int making them less accessible than other perks with a stat requirements, how about lowering them to 6 like the other perks?

and maybe a rework for educated since you can really just grind out some skill points if you need them with the no level cap.

Perteks

  • Wiki Editor
  • Posts: 425
    • View Profile
Re: Educated and Rad Resistance support perks
« Reply #1 on: October 17, 2013, 05:55:43 pm »
Maybe no, its good bonus for character who have high inteligence. Most PvP players will make chars with no bigger int than 3 probably. Something for something.
Its good right now like it is

Bluepanda

  • Posts: 4
    • View Profile
Re: Educated and Rad Resistance support perks
« Reply #2 on: October 18, 2013, 06:20:42 am »
Educated is a useful perk for specific builds, i don't feel it needs changing at this point in time.

Rad resistance, and Iron grip could both stand to be reduced to 6 Int and 6 Str respectively. The second one only assuming that

Line 1485 combat.fos
Quote
        if(target.Perk[PE_IRON_GRIP] != 0)
        {
            if(FLAG(eff, HF_CRIPPLED_LEFT_ARM) && Random(1, 10) <= target.Stat[ST_STRENGTH])
                UNSETFLAG(eff, HF_CRIPPLED_LEFT_ARM);
            if(FLAG(eff, HF_CRIPPLED_RIGHT_ARM) && Random(1, 10) <= target.Stat[ST_STRENGTH])
                UNSETFLAG(eff, HF_CRIPPLED_RIGHT_ARM);
            msgEff = eff;
        }

is set to strength properly as shown, as opposed to scaling off endurance as it does now. At 8 or more strength iron grip nearly provides immunity to arm cripples entirely anyway, no harm in giving it earlier considering its a dice roll based on strength.


Theres a couple additional line changes to do with crippling yourself due to crit misses near lines 2412 and 2298. I've submitted these as suggestions already.
.