mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-29 00:31:53 +08:00
suite des trads
This commit is contained in:
@@ -17,46 +17,57 @@ var Engine = {
|
||||
|
||||
Perks: {
|
||||
'boxer': {
|
||||
name: _('boxer'),
|
||||
desc: _('punches do more damage'),
|
||||
notify: _('learned to throw punches with purpose')
|
||||
},
|
||||
'martial artist': {
|
||||
name: _('martial artist'),
|
||||
desc: _('punches do even more damage.'),
|
||||
notify: _('learned to fight quite effectively without weapons')
|
||||
},
|
||||
'unarmed master': {
|
||||
name: _('unarmed master'),
|
||||
desc: _('punch twice as fast, and with even more force'),
|
||||
notify: _('learned to strike faster without weapons')
|
||||
},
|
||||
'barbarian': {
|
||||
name: _('barbarian'),
|
||||
desc: _('melee weapons deal more damage'),
|
||||
notify: _('learned to swing weapons with force')
|
||||
},
|
||||
'slow metabolism': {
|
||||
name: _('slow metabolism'),
|
||||
desc: _('go twice as far without eating'),
|
||||
notify: _('learned how to ignore the hunger')
|
||||
},
|
||||
'desert rat': {
|
||||
name: _('desert rat'),
|
||||
desc: _('go twice as far without drinking'),
|
||||
notify: _('learned to love the dry air')
|
||||
},
|
||||
'evasive': {
|
||||
name: _('evasive'),
|
||||
desc: _('dodge attacks more effectively'),
|
||||
notify: _("learned to be where they're not")
|
||||
},
|
||||
'precise': {
|
||||
name: _('precise'),
|
||||
desc: _('land blows more often'),
|
||||
notify: _('learned to predict their movement')
|
||||
},
|
||||
'scout': {
|
||||
name: _('scout'),
|
||||
desc: _('see farther'),
|
||||
notify: _('learned to look ahead')
|
||||
},
|
||||
'stealthy': {
|
||||
name: _('stealthy'),
|
||||
desc: _('better avoid conflict in the wild'),
|
||||
notify: _('learned how not to be seen')
|
||||
},
|
||||
'gastronome': {
|
||||
name: _('gastronome'),
|
||||
desc: _('restore more health when eating'),
|
||||
notify: _('learned to make the most of food')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user