-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Critical successes fleshed out - Added critical failures - Kits overcome daily limit (reverted limit to 3) - Kit stats rebalanced - Separate skill/critical mods for skill items - Fix Lenny's inability to help with Doctoring on 0 level
- Loading branch information
1 parent
74812e9
commit 5ef6e5f
Showing
13 changed files
with
232 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
{ | ||
"pid": 107, | ||
"textID": 10700, | ||
"type": 1, | ||
"flags": 536870912, | ||
"lightRadius": 0, | ||
"lightIntensity": 0, | ||
"frmPID": 79, | ||
"frmType": 1, | ||
"extra": { | ||
"actionFlags": 24576, | ||
"scriptID": -1, | ||
"headFID": -1, | ||
"AI": 82, | ||
"team": 1, | ||
"flags": 2, | ||
"baseStats": { | ||
"STR": 4, | ||
"PER": 6, | ||
"END": 5, | ||
"CHR": 2, | ||
"INT": 6, | ||
"AGI": 5, | ||
"LUK": 5, | ||
"HP": 29, | ||
"AP": 7, | ||
"AC": 5, | ||
"Unarmed": 0, | ||
"Melee": 1, | ||
"Carry": 125, | ||
"Sequence": 12, | ||
"Healing Rate": 1, | ||
"Critical Chance": 5, | ||
"Better Criticals": 0, | ||
"DT Normal": 0, | ||
"DT Laser": 0, | ||
"DT Fire": 0, | ||
"DT Plasma": 0, | ||
"DT Electrical": 0, | ||
"DT EMP": 0, | ||
"DT Explosive": 0, | ||
"DR Normal": 0, | ||
"DR Laser": 0, | ||
"DR Fire": 0, | ||
"DR Plasma": 0, | ||
"DR Electrical": 0, | ||
"DR EMP": 0, | ||
"DR Explosive": 0, | ||
"DR Radiation": 10, | ||
"DR Poison": 25 | ||
}, | ||
"age": 25, | ||
"gender": 0, | ||
"bonusStats": { | ||
"STR": 0, | ||
"PER": 0, | ||
"END": 0, | ||
"CHR": 0, | ||
"INT": 0, | ||
"AGI": 0, | ||
"LUK": 0, | ||
"HP": 100, | ||
"AP": 0, | ||
"AC": 0, | ||
"Unarmed": 0, | ||
"Melee": 0, | ||
"Carry": 0, | ||
"Sequence": 0, | ||
"Healing Rate": 0, | ||
"Critical Chance": 0, | ||
"Better Criticals": 0, | ||
"DT Normal": 0, | ||
"DT Laser": 0, | ||
"DT Fire": 0, | ||
"DT Plasma": 0, | ||
"DT Electrical": 0, | ||
"DT EMP": 0, | ||
"DT Explosive": 0, | ||
"DR Normal": 0, | ||
"DR Laser": 0, | ||
"DR Fire": 0, | ||
"DR Plasma": 0, | ||
"DR Electrical": 0, | ||
"DR EMP": 500, | ||
"DR Explosive": 0, | ||
"DR Radiation": 0, | ||
"DR Poison": 0 | ||
}, | ||
"bonusAge": 0, | ||
"bonusGender": 0, | ||
"skills": { | ||
"Small Guns": 45, | ||
"Big Guns": 0, | ||
"Energy Weapons": 0, | ||
"Unarmed": 0, | ||
"Melee": 12, | ||
"Throwing": 0, | ||
"First Aid": 51, | ||
"Doctor": 68, | ||
"Sneak": 0, | ||
"Lockpick": 0, | ||
"Steal": 0, | ||
"Traps": 0, | ||
"Science": 0, | ||
"Repair": 0, | ||
"Speech": 0, | ||
"Barter": 66, | ||
"Gambling": 0, | ||
"Outdoorsman": 0 | ||
}, | ||
"bodyType": 0, | ||
"XPValue": 130, | ||
"killType": 4, | ||
"damageType": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ soundId: '0' | |
miscData: | ||
powerTypePid: -1 | ||
powerType: 0 | ||
charges: 8 | ||
charges: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.