1
This commit is contained in:
parent
09426d58a0
commit
024c5f0ec7
@ -180,6 +180,10 @@ class OutAppNftController extends BaseController {
|
|||||||
$heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".gif";
|
$heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".gif";
|
||||||
$info['animation_url'] = "https://res.counterfire.games/nft/video/".
|
$info['animation_url'] = "https://res.counterfire.games/nft/video/".
|
||||||
$heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".mp4";
|
$heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".mp4";
|
||||||
|
if ($info['token_id'] > 6240603010001668 && $info['token_id'] <= 6240603010002168){
|
||||||
|
$info['animation_url'] = "https://res.counterfire.games/nft/video/wing/".
|
||||||
|
$heroDb['hero_id'].'_w'.$this->getRealHeroQuality($heroDb).".mp4";
|
||||||
|
}
|
||||||
array_push($info['attributes'],array(
|
array_push($info['attributes'],array(
|
||||||
"trait_type" => "Tier",
|
"trait_type" => "Tier",
|
||||||
"value" => intval($this->getRealHeroQuality($heroDb)),
|
"value" => intval($this->getRealHeroQuality($heroDb)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user