mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Add more settings to control how loot bags are presented
This commit is contained in:
@@ -255,26 +255,18 @@
|
||||
|
||||
<string-array name="preferences_display_loot">
|
||||
<item>Mostrar caixa de diálogo com despojos</item>
|
||||
<item>Show loot dialog box when finding items</item>
|
||||
<item>Show loot dialog box when finding items, short notification otherwise</item>
|
||||
<item>Mostrar notificação curta</item>
|
||||
<item>Show short notification only when finding items</item>
|
||||
<item>Não mostrar</item>
|
||||
</string-array>
|
||||
<string-array name="preferences_display_loot_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
<string-array name="preferences_attackspeed">
|
||||
<item>Instantânea (sem animações)</item>
|
||||
<item>Rápida</item>
|
||||
<item>Normal</item>
|
||||
<item>Lenta</item>
|
||||
</string-array>
|
||||
<string-array name="preferences_attackspeed_values">
|
||||
<item>0</item>
|
||||
<item>400</item>
|
||||
<item>1000</item>
|
||||
<item>1500</item>
|
||||
</string-array>
|
||||
|
||||
<string name="preferences_movement_category">Deslocação</string>
|
||||
<string name="preferences_movementmethod_title">Método de deslocação</string>
|
||||
@@ -283,10 +275,6 @@
|
||||
<item>Linha recta (original)</item>
|
||||
<item>Contornar obstáculos</item>
|
||||
</string-array>
|
||||
<string-array name="preferences_movementmethod_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
<!-- =========================================== -->
|
||||
@@ -323,11 +311,6 @@
|
||||
<item>1.5x o tamanho</item>
|
||||
<item>Dobro do tamanho</item>
|
||||
</string-array>
|
||||
<string-array name="preferences_display_scaling_factor_values">
|
||||
<item>1.0f</item>
|
||||
<item>1.5f</item>
|
||||
<item>2.0f</item>
|
||||
</string-array>
|
||||
|
||||
<string name="inventory_assign">Atribuir posição rápida</string>
|
||||
<string name="inventory_assign_slot1">Posição 1</string>
|
||||
@@ -354,17 +337,6 @@
|
||||
<item>Canto superior direito</item>
|
||||
<item>Cima</item>
|
||||
</string-array>
|
||||
<string-array name="preferences_movement_dpad_positions_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
</string-array>
|
||||
|
||||
<string name="actorconditioninfo_constant_effect">Efeito constante</string>
|
||||
<string name="actorconditioninfo_effect_every_round">Todos os turnos</string>
|
||||
|
||||
Reference in New Issue
Block a user