Skip to content

Commit 6deadb8

Browse files
Create modDesc.xml
1 parent 3107cfc commit 6deadb8

1 file changed

Lines changed: 126 additions & 0 deletions

File tree

modDesc.xml

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<modDesc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
descVersion="104"
4+
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/NMC-TBone/xml-schema/main/modDesc.xsd">
5+
6+
<author>TisonK</author>
7+
<version>1.0.0.0</version>
8+
9+
<title>
10+
<en>Tax Mod</en>
11+
<de>Steuern-Mod</de>
12+
<fr>Mod De Taxes</fr>
13+
<es>Mod De Impuestos</es>
14+
<it>Mod Di Tasse</it>
15+
<pl>Mod Podatkowy</pl>
16+
</title>
17+
18+
<description>
19+
<en><![CDATA[
20+
Adds realistic tax system to your farm.
21+
22+
Features:
23+
• Daily tax deductions based on farm balance
24+
• Monthly tax returns (percentage of taxes paid)
25+
• Three tax rate levels: Low (1%), Medium (2%), High (3%)
26+
• Configurable minimum balance threshold
27+
• Tax history and statistics tracking
28+
• Professional in-game notifications
29+
• Fully configurable via console commands
30+
• Multiplayer compatible
31+
• Settings saved per savegame
32+
• Type 'tax' in console for commands
33+
]]></en>
34+
35+
<de><![CDATA[
36+
Fügt ein realistisches Steuersystem zu Ihrer Farm hinzu.
37+
38+
Funktionen:
39+
• Tägliche Steuerabzüge basierend auf dem Farmguthaben
40+
• Monatliche Steuerrückzahlungen (Prozentsatz der gezahlten Steuern)
41+
• Drei Steuersatzstufen: Niedrig (1%), Mittel (2%), Hoch (3%)
42+
• Konfigurierbare Mindestguthabenschwelle
43+
• Steuerverlauf und Statistikverfolgung
44+
• Professionelle In-Game-Benachrichtigungen
45+
• Vollständig über Konsolenbefehle konfigurierbar
46+
• Multiplayer-kompatibel
47+
• Einstellungen pro Spielstand gespeichert
48+
• Geben Sie 'tax' in der Konsole für Befehle ein
49+
]]></de>
50+
51+
<fr><![CDATA[
52+
Ajoute un système de taxes réaliste à votre ferme.
53+
54+
Fonctionnalités :
55+
• Déductions fiscales quotidiennes basées sur le solde de la ferme
56+
• Remboursements d'impôts mensuels (pourcentage des taxes payées)
57+
• Trois niveaux de taux d'imposition : Faible (1%), Moyen (2%), Élevé (3%)
58+
• Seuil de solde minimum configurable
59+
• Suivi de l'historique et des statistiques fiscales
60+
• Notifications professionnelles en jeu
61+
• Entièrement configurable via des commandes console
62+
• Compatible multijoueur
63+
• Paramètres enregistrés par partie
64+
• Tapez 'tax' dans la console pour les commandes
65+
]]></fr>
66+
67+
<es><![CDATA[
68+
Añade un sistema de impuestos realista a tu granja.
69+
70+
Características:
71+
• Deducciones fiscales diarias basadas en el saldo de la granja
72+
• Devoluciones de impuestos mensuales (porcentaje de impuestos pagados)
73+
• Tres niveles de tasa impositiva: Baja (1%), Media (2%), Alta (3%)
74+
• Umbral de saldo mínimo configurable
75+
• Seguimiento de historial y estadísticas fiscales
76+
• Notificaciones profesionales en el juego
77+
• Totalmente configurable mediante comandos de consola
78+
• Compatible con multijugador
79+
• Configuraciones guardadas por partida
80+
• Escribe 'tax' en la consola para comandos
81+
]]></es>
82+
83+
<it><![CDATA[
84+
Aggiunge un sistema fiscale realistico alla tua fattoria.
85+
86+
Caratteristiche:
87+
• Detrazioni fiscali giornaliere basate sul saldo della fattoria
88+
• Restituzioni fiscali mensili (percentuale delle tasse pagate)
89+
• Tre livelli di aliquota fiscale: Bassa (1%), Media (2%), Alta (3%)
90+
• Soglia di saldo minimo configurabile
91+
• Monitoraggio della cronologia e delle statistiche fiscali
92+
• Notifiche professionali in gioco
93+
• Completamente configurabile tramite comandi console
94+
• Compatibile con il multiplayer
95+
• Impostazioni salvate per partita
96+
• Digita 'tax' nella console per i comandi
97+
]]></it>
98+
99+
<pl><![CDATA[
100+
Dodaje realistyczny system podatkowy do Twojej farmy.
101+
102+
Funkcje:
103+
• Codzienne odliczenia podatkowe na podstawie salda farmy
104+
• Miesięczne zwroty podatków (procent zapłaconych podatków)
105+
• Trzy poziomy stawek podatkowych: Niski (1%), Średni (2%), Wysoki (3%)
106+
• Konfigurowalny próg minimalnego salda
107+
• Śledzenie historii i statystyk podatkowych
108+
• Profesjonalne powiadomienia w grze
109+
• W pełni konfigurowalne za pomocą komend konsoli
110+
• Zgodny z trybem wieloosobowym
111+
• Ustawienia zapisywane per zapis gry
112+
• Wpisz 'tax' w konsoli dla komend
113+
]]></pl>
114+
</description>
115+
116+
<category>gameplay</category>
117+
118+
<iconFilename>icon_FS25_TaxMod.dds</iconFilename>
119+
120+
<multiplayer supported="true"/>
121+
122+
<extraSourceFiles>
123+
<sourceFile filename="main.lua"/>
124+
</extraSourceFiles>
125+
126+
</modDesc>

0 commit comments

Comments
 (0)