Skip to content

Commit

Permalink
Update CZombie.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBlNET13 authored Mar 25, 2024
1 parent 410097b commit 1cc792d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions game/js/CZombie.js
Original file line number Diff line number Diff line change
Expand Up @@ -5364,7 +5364,7 @@ var CZombies = (function (b, a) {
})),
(oCZombie = InheritO(OrnNoneZombies, {
EName: "oCZombie",
CName: "Ordinary zombie",
CName: "Zombie",
StandGif: 9,
PicArr: (function () {
var a = "images/Zombies/wall/Zombie/";
Expand All @@ -5382,7 +5382,7 @@ var CZombies = (function (b, a) {
];
})(),
Produce:
'Zombie in costume。<p>toughness:<font color="#FF0000">Low</font></p>Does this common people's temperament remind you of ordinary zombies?Yes, he's the distant Chinese cousin of the common zombie. This family are all loyal brain seekers。',
'身着古装的僵尸。<p>韧性:<font color="#FF0000"></font></p>这样的庶民气质是不是让你想到了普通僵尸?是的,他是普通僵尸在中国的远房表亲。这一族都是忠实的脑髓追求者。',
})),
(oCZombie2 = InheritO(
oCZombie,
Expand All @@ -5406,7 +5406,7 @@ var CZombies = (function (b, a) {
));
oCConeheadZombie = InheritO(OrnIZombies, {
EName: "oCConeheadZombie",
CName: "bamboo basket zombie",
CName: "竹篓僵尸",
OrnHP: 370,
Lvl: 2,
SunNum: 75,
Expand Down Expand Up @@ -5440,7 +5440,7 @@ oCBucketheadZombie = InheritO(
oCConeheadZombie,
{
EName: "oCBucketheadZombie",
CName: "beggar zombie",
CName: "乞丐僵尸",
OrnHP: 1100,
Lvl: 3,
SunNum: 125,
Expand Down

0 comments on commit 1cc792d

Please sign in to comment.