2025-11-05 20:24:51 +00:00
|
|
|
// Copyright (C) 2025 Emilis Bliūdžius
|
|
|
|
|
//
|
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
|
|
|
|
// it under the terms of the GNU Affero General Public License as
|
|
|
|
|
// published by the Free Software Foundation, either version 3 of the
|
|
|
|
|
// License, or (at your option) any later version.
|
|
|
|
|
//
|
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
// GNU Affero General Public License for more details.
|
|
|
|
|
//
|
|
|
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
|
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2025-11-07 20:51:40 +00:00
|
|
|
mod apprentice;
|
2025-10-06 20:55:12 +01:00
|
|
|
mod beholder;
|
2025-10-06 21:59:44 +01:00
|
|
|
mod black_knight;
|
|
|
|
|
mod diseased;
|
2025-10-05 10:52:37 +01:00
|
|
|
mod elder;
|
2025-10-06 21:12:12 +01:00
|
|
|
mod empath;
|
2025-10-12 23:48:52 +01:00
|
|
|
mod guardian;
|
|
|
|
|
mod hunter;
|
2025-10-07 17:45:21 +01:00
|
|
|
mod insomniac;
|
2025-10-07 02:52:06 +01:00
|
|
|
mod lone_wolf;
|
2025-10-06 20:45:15 +01:00
|
|
|
mod mason;
|
2025-11-07 21:10:17 +00:00
|
|
|
mod militia;
|
2025-10-07 01:47:59 +01:00
|
|
|
mod mortician;
|
2025-10-06 22:30:01 +01:00
|
|
|
mod pyremaster;
|
2025-10-05 10:52:37 +01:00
|
|
|
mod scapegoat;
|
|
|
|
|
mod shapeshifter;
|
2025-10-06 22:36:58 +01:00
|
|
|
mod weightlifter;
|