-
-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3953 from AndreiAvinov/development
Added a lite version of "WealthWatcher" mod
- Loading branch information
Showing
16 changed files
with
141 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModMetaData> | ||
<name>WealthWatcher</name> | ||
<supportedVersions> | ||
<li>1.5</li> | ||
</supportedVersions> | ||
<packageId>PirateBY.WealthWatcherLite</packageId> | ||
<modDependencies> | ||
<li> | ||
<packageId>brrainz.harmony</packageId> | ||
<displayName>Harmony</displayName> | ||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl> | ||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl> | ||
</li> | ||
</modDependencies> | ||
<loadAfter> | ||
<li>Ludeon.RimWorld</li> | ||
<li>Ludeon.RimWorld.Royalty</li> | ||
<li>brrainz.harmony</li> | ||
</loadAfter> | ||
<author>PirateBY</author> | ||
<description> | ||
English: | ||
- Colony wealth overview | ||
Русский: | ||
- Обзор богатства колонии | ||
</description> | ||
</ModMetaData> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
4 changes: 4 additions & 0 deletions
4
...W-WealthWatcher/Languages/English/DefInjected/KeyBindingDef/KeyBindings_WealthWatcher.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
<WealthWatcher_Open.label>Open WealthWatcher window</WealthWatcher_Open.label> | ||
</LanguageData> |
45 changes: 45 additions & 0 deletions
45
Mods/RW-WealthWatcher/Languages/English/Keyed/WealthWatcher.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<capSelectTab>Not selected</capSelectTab> | ||
<capItemsTab>Items</capItemsTab> | ||
<capBuildingsTab>Buildings</capBuildingsTab> | ||
<capPawnsTab>Pawns</capPawnsTab> | ||
<capRadePointsTab>Raid points</capRadePointsTab> | ||
<btnSelectTab>Tab: {0}</btnSelectTab> | ||
<lblOrder>Sort by:</lblOrder> | ||
|
||
<TabComparer_None>None</TabComparer_None> | ||
<TabComparer_MarketValue>Price</TabComparer_MarketValue> | ||
<TabComparer_MarketValueAll>Total price</TabComparer_MarketValueAll> | ||
<TabComparer_Count>Count</TabComparer_Count> | ||
<TabComparer_Name>Name</TabComparer_Name> | ||
<TabComparer_Category>Category</TabComparer_Category> | ||
<TabComparer_HitPointsPercentage>Hit points percentage</TabComparer_HitPointsPercentage> | ||
<TabComparer_Quality>Quality</TabComparer_Quality> | ||
<TabComparer_Mass>Mass</TabComparer_Mass> | ||
<EntryLabel>Label</EntryLabel> | ||
<CountLabel>Count</CountLabel> | ||
<MarketValueLabel>Value</MarketValueLabel> | ||
<InfoLabel>Info</InfoLabel> | ||
<Pawns>Pawns</Pawns> | ||
|
||
<CurrentRaidPoints>Raid points: {0}</CurrentRaidPoints> | ||
|
||
<PointsFormula>RaidPoints = (P:Wealth + P:Colonists + P:Animals) * F:Adaptation * F:Difficulty * F:DaysPassed</PointsFormula> | ||
<PointsLabel><b><color=green>Points</color></b></PointsLabel> | ||
<FactorsLabel><b><color=green>Factors</color></b></FactorsLabel> | ||
<WealthLabel>P:Wealth</WealthLabel> | ||
<WealthDescription> Items: {0}\n Buildings: {1}\n Pawns: {2}</WealthDescription> | ||
<ColonistsLabel>P:Colonists</ColonistsLabel> | ||
<AnimalsLabel>P:Animals</AnimalsLabel> | ||
<AdaptationLabel>F:Adaptation</AdaptationLabel> | ||
<DifficultyLabel>F:Difficulty</DifficultyLabel> | ||
<DaysPassedLabel>F:DaysPassed</DaysPassedLabel> | ||
|
||
<Settings_ShowRadePoints>Show raid strength(points)</Settings_ShowRadePoints> | ||
<Settings_UnlockManualDamageItems>Allow attack items(command)</Settings_UnlockManualDamageItems> | ||
|
||
<WealthWatcherTip>Open WealthWatcher window</WealthWatcherTip> | ||
|
||
</LanguageData> |
4 changes: 4 additions & 0 deletions
4
...W-WealthWatcher/Languages/Russian/DefInjected/KeyBindingDef/KeyBindings_WealthWatcher.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
<WealthWatcher_Open.label>Открыть окно WealthWatcher</WealthWatcher_Open.label> | ||
</LanguageData> |
46 changes: 46 additions & 0 deletions
46
Mods/RW-WealthWatcher/Languages/Russian/Keyed/WealthWatcher.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<capSelectTab>Не выбрано</capSelectTab> | ||
<capItemsTab>Предметы</capItemsTab> | ||
<capBuildingsTab>Постройки</capBuildingsTab> | ||
<capPawnsTab>Пешки</capPawnsTab> | ||
<capRadePointsTab>Очки рейда</capRadePointsTab> | ||
<btnSelectTab>Вкладка: {0}</btnSelectTab> | ||
<lblOrder>Сортировать по:</lblOrder> | ||
|
||
<TabComparer_None>Ничего</TabComparer_None> | ||
<TabComparer_MarketValue>Цена</TabComparer_MarketValue> | ||
<TabComparer_MarketValueAll>Цена общая</TabComparer_MarketValueAll> | ||
<TabComparer_Count>Количество</TabComparer_Count> | ||
<TabComparer_Name>Имя</TabComparer_Name> | ||
<TabComparer_Category>Категория</TabComparer_Category> | ||
<TabComparer_HitPointsPercentage>Целостность (%)</TabComparer_HitPointsPercentage> | ||
<TabComparer_Quality>Качество</TabComparer_Quality> | ||
<TabComparer_Mass>Масса</TabComparer_Mass> | ||
|
||
<EntryLabel>Название</EntryLabel> | ||
<CountLabel>Кол-во</CountLabel> | ||
<MarketValueLabel>Цена</MarketValueLabel> | ||
<InfoLabel>Инфо</InfoLabel> | ||
<Pawns>Пешки</Pawns> | ||
|
||
<CurrentRaidPoints>Очки рейда: {0}</CurrentRaidPoints> | ||
|
||
<PointsFormula>Очки = (О:Ценность + О:Колонисты + О:Животные) * Ф:Адаптация * Ф:Сложность * Ф:ДнейПрошло</PointsFormula> | ||
<PointsLabel><b><color=green>Очки</color></b></PointsLabel> | ||
<FactorsLabel><b><color=green>Факторы</color></b></FactorsLabel> | ||
<WealthLabel>О:Ценность</WealthLabel> | ||
<WealthDescription> Предметы: {0}\n Постройки: {1}\n Пешки: {2}</WealthDescription> | ||
<ColonistsLabel>О:Колонисты</ColonistsLabel> | ||
<AnimalsLabel>О:Животные</AnimalsLabel> | ||
<AdaptationLabel>Ф:Адаптация</AdaptationLabel> | ||
<DifficultyLabel>Ф:Сложность</DifficultyLabel> | ||
<DaysPassedLabel>Ф:ДнейПрошло</DaysPassedLabel> | ||
|
||
<Settings_ShowRadePoints>Показывать силу рейда</Settings_ShowRadePoints> | ||
<Settings_UnlockManualDamageItems>Разрешить атаковать предметы(приказ)</Settings_UnlockManualDamageItems> | ||
|
||
<WealthWatcherTip>Открыть окно WealthWatcher</WealthWatcherTip> | ||
|
||
</LanguageData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# RW-WealthWatcher | ||
|
||
English: | ||
* Overview wealth of the colony | ||
* Default key: Z | ||
|
||
Русский: | ||
* Обзор богатства колонии | ||
* Кнопка по умолчанию: Z | ||
|
||
# Main Window | ||
![](https://github.com/bananasss00/RW-WealthWatcher/raw/master/About/Window.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters