hardcore
This commit is contained in:
parent
d0dd0cee37
commit
2cf82e753f
4 changed files with 68 additions and 0 deletions
BIN
BepInEx/plugins/HardcoreRules/HardcoreRules-Client.dll
Normal file
BIN
BepInEx/plugins/HardcoreRules/HardcoreRules-Client.dll
Normal file
Binary file not shown.
BIN
SPT/user/mods/HardcoreRules/HardcoreRules-Server.dll
Normal file
BIN
SPT/user/mods/HardcoreRules/HardcoreRules-Server.dll
Normal file
Binary file not shown.
53
SPT/user/mods/HardcoreRules/config.json
Normal file
53
SPT/user/mods/HardcoreRules/config.json
Normal file
|
|
@ -0,0 +1,53 @@
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"use_for_all_profiles": false,
|
||||||
|
"debug": {
|
||||||
|
"enabled": false,
|
||||||
|
"flea_market_min_level": 15
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"flea_market": {
|
||||||
|
"enabled": false,
|
||||||
|
"only_barter_offers": true
|
||||||
|
},
|
||||||
|
"disable_trader_repairs": true,
|
||||||
|
"disable_insurance": true,
|
||||||
|
"disable_post_raid_healing": false,
|
||||||
|
"disable_scav_raids": true
|
||||||
|
},
|
||||||
|
"traders": {
|
||||||
|
"disable_fence": true,
|
||||||
|
"disable_starting_gifts": true,
|
||||||
|
"barters_only": true,
|
||||||
|
"allow_GPCoins": true,
|
||||||
|
"whitelist_only": false,
|
||||||
|
"whitelist_items": [
|
||||||
|
"543be5dd4bdc2deb348b4569",
|
||||||
|
"5795f317245977243854e041",
|
||||||
|
"5448bf274bdc2dfc2f8b456a",
|
||||||
|
"5447e0e74bdc2d3c308b4567",
|
||||||
|
"567849dd4bdc2d150f8b456e",
|
||||||
|
"6217726288ed9f0845317459",
|
||||||
|
"624c0b3340357b5f566e8766"
|
||||||
|
],
|
||||||
|
"whitelist_traders" : []
|
||||||
|
},
|
||||||
|
"secureContainer": {
|
||||||
|
"only_use_whitelists_in_this_mod": true,
|
||||||
|
"ignored_secure_containers": [ "5c0a5a5986f77476aa30ae64", "5c0a794586f77461c458f892" ],
|
||||||
|
"whitelist": {
|
||||||
|
"inRaid": {
|
||||||
|
"inspected": [],
|
||||||
|
"uninspected": [ "543be5e94bdc2df1348b4568" ]
|
||||||
|
},
|
||||||
|
"inHideout": [ "543be5e94bdc2df1348b4568" ],
|
||||||
|
"global": [
|
||||||
|
"619cbf9e0a7c3a1a2731940a",
|
||||||
|
"59fafd4b86f7745ca07e1232",
|
||||||
|
"62a09d3bcf4a99369e262447",
|
||||||
|
"5d235bb686f77443f4331278",
|
||||||
|
"590c60fc86f77412b13fddcf"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
15
SPT/user/mods/HardcoreRules/translations.json
Normal file
15
SPT/user/mods/HardcoreRules/translations.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"Key": "launcher-profile_hardcoreplaythrough",
|
||||||
|
"Value": [
|
||||||
|
{
|
||||||
|
"Key": "en",
|
||||||
|
"Value": "Hardcore Rules playthrough: Start with a Standard account but with no money or equipment (even a knife)."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Key": "ru",
|
||||||
|
"Value": "Профиль с хардкорными правилами: начало со Стандартным изданием, но без денег или снаряжения (даже ножа)."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue