Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sfall-team/sfall into bet…
Browse files Browse the repository at this point in the history
…ter-docs
  • Loading branch information
burner1024 committed Jan 7, 2025
2 parents 5fb546c + f68aaf9 commit dc1fa63
Show file tree
Hide file tree
Showing 259 changed files with 319 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
11 changes: 10 additions & 1 deletion artifacts/config_files/Perks.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
; be used to remove their hardcoded effects, and add new stat/skill effects

[PerksTweak]
;Changes the light level bonus for 'Night Vision' perk (ID 9)
;valid range: 0..100, 20 - default bonus
NightVisionBonus=20

;Changes the Outdoorsman skill bonus for 'Survivalist' perk (ID 16)
;125 - maximum bonus, 25 - default bonus
SurvivalistBonus=25
Expand Down Expand Up @@ -64,6 +68,10 @@ VaultCityInoculationsRadBonus=10
;valid range: -12..20, 3 - default bonus
CautiousNatureBonus=3

;Changes the percentage bonus for 'Comprehension' perk (ID 81)
;50 - default bonus
ComprehensionBonus=50

;Changes the damage bonus per level for 'Demolition Expert' perk (ID 82)
;999 - maximum bonus, 10 - default bonus
DemolitionExpertBonus=10
Expand All @@ -77,8 +85,9 @@ GamblerBonus=20
HarmlessBonus=20

;Changes the damage bonus and the Doctor skill bonus for 'Living Anatomy' perk (ID 97)
;125 - maximum bonus, 5 - default bonus, 10 - default skill bonus
;125 - maximum bonus, 5 - default damage bonus
LivingAnatomyBonus=5
;125 - maximum bonus, 10 - default skill bonus
LivingAnatomyDoctorBonus=10

;Changes the Speech and Barter skill bonus for 'Negotiator' perk (ID 99)
Expand Down
2 changes: 1 addition & 1 deletion sfall/CRC.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/CRC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/Config.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/Config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/ConsoleWindow.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/ConsoleWindow.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/Delegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/AsmMacros.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/EngineUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/EngineUtils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/Enums.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/Fallout2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/FunctionOffsets.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/FunctionOffsets.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/Functions.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/Functions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/Structs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/Variables.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/FalloutEngine/Variables.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/AI/AIHelpers.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/AI/AIHelpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/GUI/Text.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/GUI/Text.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/GUI/render.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/GUI/render.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/combatAI.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/combatAI.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/inventory.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/inventory.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/items.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/items.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/objects.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/objects.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/skills.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/skills.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/stats.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/template.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/template.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/tilemap.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/Game/tilemap.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/HRP/Character.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/HRP/Character.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
2 changes: 1 addition & 1 deletion sfall/HRP/CreditsScreen.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2024 The sfall team
* Copyright (C) 2008-2025 The sfall team
*
*/

Expand Down
Loading

0 comments on commit dc1fa63

Please sign in to comment.