=$source->name_aw?>
=$source->element?> =$source->name?>
source_stars; $i ++){
?>
Lv. =$fusion->source_level?>
collection as $col){
if ($col->monster->id == $source->id){
$owned = $col;
}
}
if (isset($owned)){
$owned_src = $owned->monster->image;
$star_src = $path["img"]["layout"] . "icon/star.png";
if ($owned->awake == 1){
$owned_src = $owned->monster->image_aw;
$star_src = $path["img"]["layout"] . "icon/star_aw.png";
}
?>
|
stars; $i ++){
?>
Lv. =$owned->level?>
|
level == $fusion->source_level && $owned->stars == $fusion->source_stars && $owned->awaken){
?>
|
|
fusion as $f){
if ($f->target->id == $source->id){
foreach($f->source as $s){
?>
=$s->name_aw?>
=$s->element?> =$s->name?>
source_stars; $i ++){
?>
Lv. =$f->source_level?>
|
|
collection as $col){
if ($col->monster->id == $s->id){
$owned = $col;
}
}
if (isset($owned)){
$owned_src = $owned->monster->image;
$star_src = $path["img"]["layout"] . "icon/star.png";
if ($owned->awaken == 1){
$owned_src = $owned->monster->image_aw;
$star_src = $path["img"]["layout"] . "icon/star_aw.png";
}
?>
|
stars; $i ++){
?>
Lv. =$owned->level?>
|
level == $f->source_level && $owned->stars == $f->source_stars && $owned->awaken){
?>
|
|
|