Skip to content

Commit

Permalink
Change the enemy labels
Browse files Browse the repository at this point in the history
  • Loading branch information
svs192219 authored and groteworld committed May 27, 2015
1 parent 77bff9c commit 8d3b313
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions script/events/encounters.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Events.Encounters = [
enemy: 'snarling beast',
enemyName: _('snarling beast'),
deathMessage: _('the snarling beast is dead'),
chara: 'B',
chara: 'Beast',
damage: 1,
hit: 0.8,
attackDelay: 1,
Expand Down Expand Up @@ -88,7 +88,7 @@ Events.Encounters = [
enemy: 'strange bird',
enemyName: _('strange bird'),
deathMessage: _('the strange bird is dead'),
chara: 'B',
chara: 'Bird',
damage: 3,
hit: 0.8,
attackDelay: 2,
Expand Down Expand Up @@ -126,7 +126,7 @@ Events.Encounters = [
enemy: 'shivering man',
enemyName: _('shivering man'),
deathMessage: _('the shivering man is dead'),
chara: 'S',
chara: 'SM',
damage: 5,
hit: 0.5,
attackDelay: 1,
Expand Down Expand Up @@ -168,7 +168,7 @@ Events.Encounters = [
enemy: 'man-eater',
enemyName: _('man-eater'),
deathMessage: _('the man-eater is dead'),
chara: 'E',
chara: 'Eater',
damage: 3,
hit: 0.8,
attackDelay: 1,
Expand Down Expand Up @@ -205,7 +205,7 @@ Events.Encounters = [
enemy: 'scavenger',
enemyName: _('scavenger'),
deathMessage: _('the scavenger is dead'),
chara: 'S',
chara: 'Scav',
damage: 4,
hit: 0.8,
attackDelay: 2,
Expand Down Expand Up @@ -247,7 +247,7 @@ Events.Encounters = [
enemy: 'lizard',
enemyName: _('lizard'),
deathMessage: _('the lizard is dead'),
chara: 'L',
chara: 'Liz',
damage: 5,
hit: 0.8,
attackDelay: 2,
Expand Down Expand Up @@ -323,7 +323,7 @@ Events.Encounters = [
enemyName: _('soldier'),
deathMessage: _('the soldier is dead'),
ranged: true,
chara: 'D',
chara: 'Sol',
damage: 8,
hit: 0.8,
attackDelay: 2,
Expand Down Expand Up @@ -365,7 +365,7 @@ Events.Encounters = [
enemy: 'sniper',
enemyName: _('sniper'),
deathMessage: _('the sniper is dead'),
chara: 'S',
chara: 'Snip',
damage: 15,
hit: 0.8,
attackDelay: 4,
Expand Down

0 comments on commit 8d3b313

Please sign in to comment.