Skip to content

Commit c52792d

Browse files
committedOct 13, 2022
The final pieces of update#1.5
2 parents 58080e5 + 98034fc commit c52792d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
 

‎scripts/buffs/BurningBuff.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ return buff.init{
2121
info = "",
2222
data =
2323
{
24-
dmg = int.dmg
24+
dmg = int.dmg or 1
2525
}
2626
}
2727
end,
2828

2929
charAct = function(self,buff)
3030
local data = self:desc().data
31-
RPD.glog(data.dmg)
3231
RPG.damage(buff.target,math.ceil(data.dmg*(1+math.min((buff:level() +buff:level()%2)*0.05,0.3)) ),type,elmnt)
3332
end
3433
}

‎strings_ru.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@
317317
["IronMail","плетён"]
318318
["SteelMail","проволочн"]
319319
["Clothy","тканев"]
320-
<<<<<<< HEAD
321-
=======
322-
["WithLeather","кожен"]
323-
>>>>>>> ded6f92daa3a261a04dc76ee737987e27eb625f6
324320
["WithLeather","кожан"]
325321
["",""]
326322
["",""]
@@ -534,4 +530,4 @@
534530
["BoneGolem2_Name","Костяной голем[2 уровень]"]
535531
["BoneGolem3_Name","Костяной голем[3 уровень]"]
536532
["BoneGolem_Desc","Существо созданое из костей погибших этого подземелья."]
537-
["BoneGolem_Act","Костяного голема"]
533+
["BoneGolem_Act","Костяного голема"]

0 commit comments

Comments
 (0)
Please sign in to comment.