This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | baseType | dustVal | dustValIlvl84 | dustValIlvl84Q20 | dustPerSlot | w | h | slots | link | |
---|---|---|---|---|---|---|---|---|---|---|
Original Sin | Amethyst Ring | 1128.890000 | 2257780 | 2709336 | 2257780 | 1 | 1 | 1 | https://poedb.tw/us/Original_Sin | |
Headhunter | Leather Belt | 891.160000 | 1782320 | 2138784 | 891160 | 2 | 1 | 2 | https://poedb.tw/us/Headhunter | |
Mageblood | Heavy Belt | 891.160000 | 1782320 | 2138784 | 891160 | 2 | 1 | 2 | https://poedb.tw/us/Mageblood | |
Defiance of Destiny | Paua Amulet | 891.160000 | 1782320 | 2138784 | 1782320 | 1 | 1 | 1 | https://poedb.tw/us/Defiance_of_Destiny | |
Reefbane | Fishing Rod | 851.240000 | 1702480 | 2042976 | 425620 | 1 | 4 | 4 | https://poedb.tw/us/Reefbane | |
Replica Shroud of the Lightless | Carnal Armour | 791.780000 | 1583560 | 1900272 | 263926 | 2 | 3 | 6 | https://poedb.tw/us/Replica_Shroud_of_the_Lightless | |
Stasis Prison | Carnal Armour | 791.780000 | 1583560 | 1900272 | 263926 | 2 | 3 | 6 | https://poedb.tw/us/Stasis_Prison | |
The Squire | Elegant Round Shield | 768.720000 | 1537440 | 1844928 | 256240 | 2 | 3 | 6 | https://poedb.tw/us/The_Squire | |
Rakiata's Dance | Engraved Greatsword | 768.720000 | 1537440 | 1844928 | 192180 | 2 | 4 | 8 | https://poedb.tw/us/Rakiatas_Dance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once __DIR__ . '/config.php'; | |
require_once __DIR__ . '/sendRequest.function.php'; | |
$domain = getenv('CERTBOT_DOMAIN'); | |
$validation = getenv('CERTBOT_VALIDATION'); | |
if ($domain === false || $validation === false) { | |
throw new \Exception('CERTBOT_DOMAIN or CERTBOT_VALIDATION does not exists in environment'); | |
} |