Skip to content

Commit

Permalink
feat: Add calculation of statistics data by categories. Add /top cons…
Browse files Browse the repository at this point in the history
…ole command. Refactor and fix Statistics module.
  • Loading branch information
Ajick2013 committed Jun 9, 2023
1 parent 33f529a commit 7cb988d
Show file tree
Hide file tree
Showing 4 changed files with 632 additions and 131 deletions.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fed1sServerMod",
"version": "1.0.30",
"version": "1.1.0",
"title": "Fed1sServerMod",
"author": "danbka33",
"contact": "",
Expand Down
45 changes: 44 additions & 1 deletion locale/en/strings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,50 @@ tooltip-promote=Make a manager
tooltip-unban=Unban
tooltip-unfavorite=Remove from Favorites
tooltip-unmute=Unmute
tooltip-warn=Warn the player
tooltip-warn=Warn
[statistics]
heading-1=[font=heading-1]__1__[/font]
heading-3=[font=heading-3]__1__[/font]
all-categories=All catogories
wrong-parameter=Wrong parameter!
no-data=No data for this category.
builders=Top Builders
builders-info=The amount of hand-built objects.
architectors=Top Architectors
architectors-info=The amount of installed ghosts.
military_enginears=Top Military enginears
military_enginears-info=The amount of turrets and walls installed, including their ghosts.
crafters=Top Crafters
crafters-info=The amount of crafted items.
repairemans=Top Repairemans
repairemans-info=The amount of repared health points of objects.
wariors=Top Wariors
wariors-info=The amount of killed biters.
tree_haters=Top Tree haters
tree_haters-info=The amount of destroyed trees.
rock_haters=Top Rock haters
rock_haters-info=The amount of destroyed rocks.
miners=Top Miners
miners-info=The amount of mined ore, stones and coal.
deaths=Top Deaths
deaths-info=The amount of deaths.
railwaymans=Top Railwaymans
railwaymans-info=The amount of installed railroad type of items.
runners=Top Runners
runners-info=The amount of traveled distance.
lumberjacks=Top Lumberjacks
lumberjacks-info=The amount of cuted trees.
mariobrothers=Top Plumbers
mariobrothers-info=The amount of installed pipes.
oilmans=Top Oilmans
oilmans-info=The amount of installed oil-processing items.
roadworkers=Top Roadworkers
roadworkers-info=The amount of installed path and landfill tiles.
electricians=Top Electricians
electricians-info=The amount of installet electic poles.
fishermans=Top Fishermans
fishermans-info=The amount of fish caught.
[entity-name]
yellow-chest=Party Request Resource Chest
Expand Down
43 changes: 43 additions & 0 deletions locale/ru/strings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,49 @@ tooltip-unfavorite=Удалить из Избранных
tooltip-unmute=Разрешить писать сообщения
tooltip-warn=Вынести предупреждение

[statistics]
heading-1=[font=heading-1]__1__[/font]
heading-3=[font=heading-3]__1__[/font]
all-categories=Все категории
wrong-parameter=Задан некорректный параметр.
no-data=Пока нет статистических данных для этой категории.
builders=Топ Строителей
builders-info=Количество построенных руками объектов.
architectors=Топ Архитекторов
architectors-info=Количество установленных призраков.
military_enginears=Топ Военных инженеров
military_enginears-info=Количество установленных турелей и стен, включая их призраки.
crafters=Топ Крафтеров
crafters-info=Количество скрафченных в кармане предметов.
repairemans=Топ Ремонтников
repairemans-info=Количество восстановленных очков здоровья у объектов.
wariors=Топ войнов
wariors-info=Количество убитых местных жителей.
tree_haters=Топ Ненавистников деревьев
tree_haters-info=Количество убитых деревьев.
rock_haters=Топ Ненавистников камней
rock_haters-info=Количество убитых камней.
miners=Топ Шахтёров
miners-info=Количество добытых киркой камней и угля и руды всех видов.
deaths=Топ Смертников
deaths-info=Количество смертей.
railwaymans=Топ Железнодорожников
railwaymans-info=Количество установленных железнодорожных объектов, включая их призраки.
runners=Топ Бегунов
runners-info=Количество пройденных игроком клеток.
lumberjacks=Топ Лесорубов
lumberjacks-info=Количество срубренных деревьев.
mariobrothers=Топ Водопроводчиков
mariobrothers-info=Количество установленных вручную труб.
oilmans=Топ Нефтянников
oilmans-info=Количество установленных объектов, относящихся к нефтепереработке, а так же труб и цистерн.
roadworkers=Топ Дорожнных рабочих
roadworkers-info=Количество проложенных вручную дорожек и отсыпки.
electricians=Топ Электриков
electricians-info=Количество уставновленных не столбов, а опор.
fishermans=Топ Рыбаков
fishermans-info=Количество выловленной рыбы.

[entity-name]
yellow-chest=Сундук запроса ресурсов на нужды партии
blue-chest2=Сундук запроса ресурсов из оффлайна
Expand Down
Loading

0 comments on commit 7cb988d

Please sign in to comment.