Skip to content
Open

v1.5 #22

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PolyPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PolyMod" Version="1.2.4" />
<PackageReference Include="PolyMod" Version="1.2.9" />
</ItemGroup>

</Project>
Binary file added PolyPlus/body_tint_treant__.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PolyPlus/body_treant__.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PolyPlus/body_treant_darkelf_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PolyPlus/body_treant_outline__.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PolyPlus/field_aquarion_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PolyPlus/field_swamp_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PolyPlus/fungi__4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions PolyPlus/localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,5 +336,61 @@
"tooltip_ability_revolt": {
"English": "This unit can enter enemy cities to incite revolts.",
"Russian": "Этот отряд может заходить во вражеские города и устраивать восстания."
},
"technology_names_elyforestry": {
"English": "Forestry",
"Russian": "Лесное хозяйство"
},
"player_abilities_treehouse": {
"English": "Tree Houses",
"Russian": "Домики на Деревьях"
},
"tooltip_ability_treehouse": {
"English": "Land improvements can be built on forests.",
"Russian": "Строения для суши можно строить на лесах."
},
"technology_names_naturalharmony": {
"English": "Natural Harmony",
"Russian": "Природная гармония"
},
"unit_names_treant": {
"English": "Sylvan Warden",
"Russian": "Хранитель Чащи"
},
"unit_names_treant__darkelf": {
"English": "Thorn Demon",
"Russian": "Терновый Демон"
},
"unit_abilities_foreststealth": {
"English": "Forest Stealth",
"Russian": "Скрытность в лесу"
},
"tooltip_ability_foreststealth": {
"English": "Unit turns invisible in forests.",
"Russian": "Отряд становится невидимым в лесах."
},
"unit_abilities_absorb": {
"English": "ABSORB",
"Russian": "ПОГЛОЩЕНИЕ"
},
"tooltip_ability_absorb": {
"English": "This unit restores health equal to the damage it dealt to the opponent.",
"Russian": "Этот отряд восстанавливает количество здоровья, равное урону, нанесённому противнику."
},
"building_names_enchantforest": {
"English": "Enchant Forest",
"Russian": "Зачаровать лес"
},
"building_names_enchantforest__darkelf": {
"English": "Curse Forest",
"Russian": "Проклясть лес"
},
"unit_abilities_autoheal": {
"English": "AUTOHEAL",
"Russian": "АВТОЛЕЧЕНИЕ"
},
"tooltip_ability_autoheal": {
"English": "This unit heals itself and other allied units around when moving.",
"Russian": "Этот отряд лечит себя и союзнические отряды вокруг когда передвигается."
}
}
8 changes: 4 additions & 4 deletions PolyPlus/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "polyplus",
"version": "1.4.0",
"authors": ["Coding by JohnKlipi, Balance by MCompany, Sprites by Rastrapies and Jam's Son"],
"version": "1.5.0",
"authors": ["Coding by JohnKlipi, Balance by MCompany, Sprites by Rastrapies, Jam's Son and Bananique"],
"dependencies": [
{
"id": "polytopia",
"min": "2.15.1",
"max": "2.15.2"
"min": "2.16.3",
"max": "2.16.4"
}
]
}
Binary file added PolyPlus/mountain_aquarion_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PolyPlus/mountain_swamp_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading