mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
Aura descfunc 11, and descfunc 6 done
This commit is contained in:
parent
f92a59dcc5
commit
06294d2995
@ -265,7 +265,7 @@ class D2ItemDesc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($params['descfunc'] == 11) {
|
if ($params['descfunc'] == 11) {
|
||||||
$this->str = "Repairs 1 Durability In " . (100 / $par) . " seconds";
|
$this->str = sprintf($s1, (100/$par));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($params['descfunc'] == 12) {
|
if ($params['descfunc'] == 12) {
|
||||||
@ -294,7 +294,7 @@ class D2ItemDesc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($params['descfunc'] == 16) {
|
if ($params['descfunc'] == 16) {
|
||||||
$this->str = "Level [sLvl] [skill] Aura When Equipped ";
|
$this->str = "Level $min-$max $par Aura When Equipped ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($params['descfunc'] == 17) {
|
if ($params['descfunc'] == 17) {
|
||||||
|
Loading…
Reference in New Issue
Block a user