Difference between revisions of "Perks/ca"

From Rival Regions Wiki
Jump to: navigation, search
(Updating to match new version of source page)
(Created page with "Cada punt de l'habilitat incrementa el teu emmagatzematge en 1%.")
 
(13 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Hi ha tres habilitats: Força, Educació i Resistència. Tots els jugadors comencen con habilitats ak nivell 30. Per aprendre noves habilitats fa falta temps. Hi ha dos formes de aprendre habilitats: pots gastar or i aprendre-la més ràpidament o utilitzar diners i aprendre-les més lentament. A soles es pot aprendre habilitats d'una en una.
 
Hi ha tres habilitats: Força, Educació i Resistència. Tots els jugadors comencen con habilitats ak nivell 30. Per aprendre noves habilitats fa falta temps. Hi ha dos formes de aprendre habilitats: pots gastar or i aprendre-la més ràpidament o utilitzar diners i aprendre-les més lentament. A soles es pot aprendre habilitats d'una en una.
  
To learn new perk you should navigate to Overview tab and select one of those methods.
+
== Força ==
 
 
[[File:Perk_m_en.png|400px]]
 
 
 
== Strength ==
 
 
<img src="http://rivalregions.com/static/images/icons/black/perks_1.png" style="float:left; margin-right: 10px;" />
 
<img src="http://rivalregions.com/static/images/icons/black/perks_1.png" style="float:left; margin-right: 10px;" />
  
Affects your dealt damage in [[Wars|wars]], for more information [[Damage formula|see damage formula]].
+
Afecta al dany realitzat en [[Wars/es|guerres]], si vols més informació [[Damage formula/es|mira la fórmula del dany]].
  
Affects your work productivity, when working on '''public''' [[Factory|factories]] (and not player private factories).
+
Afecta a la productivitat en les [[Factory/es|fàbriques]] '''públiques''' (però no en les fàbriques dels jugadors)
  
Lowers your price when crafting [[Storage|weapons and items]].
+
Disminueix el preu de la creació [[Storage/es|d'armes]]
== Education ==
+
== Educació ==
 
<img src="http://rivalregions.com/static/images/icons/black/perks_2.png" style="float:left; margin-right: 10px;" />
 
<img src="http://rivalregions.com/static/images/icons/black/perks_2.png" style="float:left; margin-right: 10px;" />
  
Increases the maximum [[Work|working]] experience.
+
Augmenta l'experiència de [[Work/es|treball]] màxima.
  
Affects your dealt damage in [[Wars|wars]], but not as much as Strength, for more information [[Damage formula|see damage formula]].
+
Afecta al dany realitzat en [[Wars/es|guerres]], però en menys mesura que la força, si vols més informació [[Damage formula/es|consulta la formula del dany]]
  
Also lowers [[Storage|crafting]] price.
+
També disminueix el preu de la creació [[Storage/es|d'armes]]
  
Crafting bonus is calculated the following way: BONUS=POWER(STRENGTH_WITH_BOOSTER, 0.5)+POWER(EDUCATION_WITH_BOOSTER, 0.5). It is capped at 50%. You can also get additional crafting bonus from your house.
+
El bonus es calcula de la següent manera: BONUS=POWER(STRENGTH_WITH_BOOSTER, 0.5)+POWER(EDUCATION_WITH_BOOSTER, 0.5). Està limitada al 50%. Pots aconseguir un bonus adicional del taller
  
Education 100 allows you to work in the State [[Departments|Departments]].
+
Tindre 100 d'educació et permiteix treballar als [[Departments/es|departaments]].
== Endurance ==
+
== Resistència ==
 
<img src="http://rivalregions.com/static/images/icons/black/perks_3.png" style="float:left; margin-right: 10px;" />
 
<img src="http://rivalregions.com/static/images/icons/black/perks_3.png" style="float:left; margin-right: 10px;" />
  
Up to a certain point it reduces the [[Energy|Energy]] spent at work (you need Endurance 50 to spend the least amount of Energy) and wars (your maximum alpha-damage will increase once your learn Endurance 50, 75 and 100). Note that your [[Level|Level]] also has an effect on your maximum alpha-damage in wars.
+
En el nivell 50, redueix l'[[Energy/es|energia]] requerida per treballar. I augmenta la quantitat de tropes que pots desplegar, açò passa al nivell 50, 75 i 100. El [[Level/es|nivell]] també afecta en el dany màxim en guerres.
  
Every new point of this perk increases your [[Storage|storage]] space  by 1%.
+
Cada punt de l'habilitat incrementa el teu [[Storage/es|emmagatzematge]] en 1%.
  
 
Also affects your dealt damage in [[Wars|wars]], for more information [[Damage formula|see damage formula]].
 
Also affects your dealt damage in [[Wars|wars]], for more information [[Damage formula|see damage formula]].
Line 46: Line 42:
 
[[Indexes|Education index]] of your [[Residency|residency]] region and your [[Buildings|Library]] bonus all affect your learning time.
 
[[Indexes|Education index]] of your [[Residency|residency]] region and your [[Buildings|Library]] bonus all affect your learning time.
  
For example, if in region with Education index 1 you will learn new perk in 98 minutes than in region with Index 10 - 80 minutes. Index 11 - 60 minutes.
+
For example, if in region with Education index 1 you will learn new perk in 98 minutes. In region with Index 10 - 80 minutes. Index 11 - 60 minutes.
  
 
On top of that you will get your Library bonus.
 
On top of that you will get your Library bonus.
 +
 +
Formula looks something like this:
 +
 +
{| class="wikitable" border="1"
 +
|IF(EDU_INDEX_RESIDENCY == 11)
 +
 +
{
 +
 +
EDU_INDEX_RESIDENCY=20
 +
 +
}
 +
 +
 +
GOLD: T=(1-EDU_INDEX_RESIDENCY/50)*POW(NEW_PERK_LEVEl, 2)*0.72
 +
 +
 +
MONEY: T=(1-EDU_INDEX_RESIDENCY/50)*POW(NEW_PERK_LEVEl, 2)*9.6
 +
 +
 +
IF(PREMIUM)
 +
 +
{
 +
 +
T=T/2
 +
 +
}
 +
 +
 +
IF(NEW_PERK_LEVEl<=100)
 +
 +
{
 +
 +
T=T/2
 +
 +
}
 +
 +
 +
IF(NEW_PERK_LEVEl<=50)
 +
 +
{
 +
 +
T=T/2
 +
 +
}
 +
 +
|}

Latest revision as of 12:00, 6 November 2021

Other languages:
العربية • ‎azərbaycanca • ‎Беларуская • ‎Български • ‎bosanski • ‎català • ‎Čeština • ‎Deutsch • ‎Ελληνικά • ‎English • ‎British English • ‎Español • ‎suomi • ‎français • ‎हिन्दी • ‎Հայերեն • ‎Bahasa Indonesia • ‎Italiano • ‎qazaqşa (latın)‎ • ‎한국어 • ‎Ligure • ‎Lietuvių • ‎Nederlands • ‎Polski • ‎Português • ‎Português do Brasil • ‎Română • ‎Русский • ‎slovenčina • ‎Shqip • ‎српски / srpski • ‎Tagalog • ‎Türkçe • ‎Українська • ‎中文

""Habilitats"" - les característiques principals del jugador. Aquestes afecten a molts aspectes de Rival Regions

Hi ha tres habilitats: Força, Educació i Resistència. Tots els jugadors comencen con habilitats ak nivell 30. Per aprendre noves habilitats fa falta temps. Hi ha dos formes de aprendre habilitats: pots gastar or i aprendre-la més ràpidament o utilitzar diners i aprendre-les més lentament. A soles es pot aprendre habilitats d'una en una.

Força

Afecta al dany realitzat en guerres, si vols més informació mira la fórmula del dany.

Afecta a la productivitat en les fàbriques públiques (però no en les fàbriques dels jugadors)

Disminueix el preu de la creació d'armes

Educació

Augmenta l'experiència de treball màxima.

Afecta al dany realitzat en guerres, però en menys mesura que la força, si vols més informació consulta la formula del dany

També disminueix el preu de la creació d'armes

El bonus es calcula de la següent manera: BONUS=POWER(STRENGTH_WITH_BOOSTER, 0.5)+POWER(EDUCATION_WITH_BOOSTER, 0.5). Està limitada al 50%. Pots aconseguir un bonus adicional del taller

Tindre 100 d'educació et permiteix treballar als departaments.

Resistència

En el nivell 50, redueix l'energia requerida per treballar. I augmenta la quantitat de tropes que pots desplegar, açò passa al nivell 50, 75 i 100. El nivell també afecta en el dany màxim en guerres.

Cada punt de l'habilitat incrementa el teu emmagatzematge en 1%.

Also affects your dealt damage in wars, for more information see damage formula.

Boosters

Boosters allow you to increase any perk by 100 points for a limited time. You can only use it once in several days, so choose the right moment!

There are 2 types of boosters: one you can buy for money and other one only for gold. The latter lasts for 10 times longer. Booster price and point increase do not differ for any players, what differs is the booster time: the higher your perk is the less time your booster for this perk will last.

Boosters have no effect on your storage size and maximum work experience.

Learning time

Education index of your residency region and your Library bonus all affect your learning time.

For example, if in region with Education index 1 you will learn new perk in 98 minutes. In region with Index 10 - 80 minutes. Index 11 - 60 minutes.

On top of that you will get your Library bonus.

Formula looks something like this:

IF(EDU_INDEX_RESIDENCY == 11)

{

EDU_INDEX_RESIDENCY=20

}


GOLD: T=(1-EDU_INDEX_RESIDENCY/50)*POW(NEW_PERK_LEVEl, 2)*0.72


MONEY: T=(1-EDU_INDEX_RESIDENCY/50)*POW(NEW_PERK_LEVEl, 2)*9.6


IF(PREMIUM)

{

T=T/2

}


IF(NEW_PERK_LEVEl<=100)

{

T=T/2

}


IF(NEW_PERK_LEVEl<=50)

{

T=T/2

}