Permalink
ZhilkinSerg
Get rid of Lua modding (#28572)
cf9dee9
Mar 14, 2019
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up| [ | |
| { | |
| "type": "MOD_INFO", | |
| "ident": "StatsThroughSkills", | |
| "name": "StatsThroughSkills", | |
| "authors": [ "Ryan \"DeNarr\" Saige", "Kevin Granade" ], | |
| "description": "Allows stats to raise via skill progression.", | |
| "category": "rebalance", | |
| "dependencies": [ "dda" ] | |
| }, | |
| { | |
| "type": "skill_boost", | |
| "stat": "str", | |
| "skills": [ "mechanics", "swimming", "bashing", "cutting", "melee", "throw" ], | |
| "skill_offset": -3, | |
| "scaling_power": 0.4 | |
| }, | |
| { | |
| "type": "skill_boost", | |
| "stat": "dex", | |
| "skills": [ "driving", "survival", "tailor", "traps", "dodge", "stabbing", "unarmed" ], | |
| "skill_offset": -3, | |
| "scaling_power": 0.4 | |
| }, | |
| { | |
| "type": "skill_boost", | |
| "stat": "int", | |
| "skills": [ "barter", "computer", "cooking", "electronics", "fabrication", "firstaid", "speech" ], | |
| "skill_offset": -3, | |
| "scaling_power": 0.4 | |
| }, | |
| { | |
| "type": "skill_boost", | |
| "stat": "per", | |
| "skills": [ "archery", "gun", "launcher", "pistol", "rifle", "shotgun", "smg" ], | |
| "skill_offset": -3, | |
| "scaling_power": 0.4 | |
| } | |
| ] |