private function upShoes()
 {
     $type = GearType::findOne(['key' => 'shoes'])->id;
     $a = $this->abilities;
     $b = $this->brands;
     $this->batchInsert('gear', ['type_id', 'key', 'brand_id', 'name', 'ability_id'], [[$type, 'acerola_rain_boots', $b->inkline, 'Acerola Rain Boots', $a->run_speed_up], [$type, 'armor_boot_replicas', $b->cuttlegear, 'Armor Boot Replicas', $a->ink_saver_main], [$type, 'banana_basics', $b->krak_on, 'Banana Basics', $a->bomb_sniffer], [$type, 'black_seahorses', $b->zink, 'Black Seahorses', $a->swim_speed_up], [$type, 'black_trainers', $b->tentatek, 'Black Trainers', $a->quick_respawn], [$type, 'blue_lo_tops', $b->zekko, 'Blue Lo-Tops', $a->defense_up], [$type, 'blue_moto_boots', $b->rockenberg, 'Blue Moto Boots', $a->ink_resistance_up], [$type, 'blue_slip_ons', $b->krak_on, 'Blue Slip-Ons', $a->bomb_range_up], [$type, 'blueberry_casuals', $b->krak_on, 'Blueberry Casuals', $a->ink_saver_sub], [$type, 'cherry_kicks', $b->rockenberg, 'Cherry Kicks', $a->stealth_jump], [$type, 'choco_clogs', $b->krak_on, 'Choco Clogs', $a->quick_respawn], [$type, 'clownfish_basics', $b->krak_on, 'Clownfish Basics', $a->special_charge_up], [$type, 'crazy_arrows', $b->takoroka, 'Crazy Arrows', $a->stealth_jump], [$type, 'cream_basics', $b->krak_on, 'Cream Basics', $a->special_saver], [$type, 'cream_hi_tops', $b->krak_on, 'Cream Hi-Tops', $a->stealth_jump], [$type, 'custom_trail_boots', $b->inkline, 'Custom Trail Boots', $a->special_duration_up], [$type, 'cyan_trainers', $b->tentatek, 'Cyan Trainers', $a->damage_up], [$type, 'gold_hi_horses', $b->zink, 'Gold Hi-Horses', $a->run_speed_up], [$type, 'green_rain_boots', $b->inkline, 'Green Rain Boots', $a->stealth_jump], [$type, 'hero_runner_replicas', $b->cuttlegear, 'Hero Runner Replicas', $a->quick_super_jump], [$type, 'hunter_hi_tops', $b->krak_on, 'Hunter Hi-Tops', $a->ink_recovery_up], [$type, 'le_lo_tops', $b->zekko, 'LE Lo-Tops', $a->ink_saver_sub], [$type, 'moto_boots', $b->rockenberg, 'Moto Boots', $a->quick_respawn], [$type, 'neon_sea_slugs', $b->tentatek, 'Neon Sea Slugs', $a->ink_resistance_up], [$type, 'octoling_boots', $b->cuttlegear, 'Octoling Boots', $a->special_saver], [$type, 'orange_arrows', $b->takoroka, 'Orange Arrows', $a->ink_saver_main], [$type, 'orange_lo_tops', $b->zekko, 'Orange Lo-Tops', $a->swim_speed_up], [$type, 'oyster_clogs', $b->krak_on, 'Oyster Clogs', $a->run_speed_up], [$type, 'pink_trainers', $b->tentatek, 'Pink Trainers', $a->bomb_range_up], [$type, 'plum_casuals', $b->krak_on, 'Plum Casuals', $a->damage_up], [$type, 'power_boots', $b->amiibo, 'Power Boots', $a->ink_saver_main], [$type, 'pro_trail_boots', $b->inkline, 'Pro Trail Boots', $a->bomb_sniffer], [$type, 'punk_whites', $b->rockenberg, 'Punk Whites', $a->special_duration_up], [$type, 'purple_hi_horses', $b->zink, 'Purple Hi-Horses', $a->special_duration_up], [$type, 'purple_sea_slugs', $b->tentatek, 'Purple Sea Slugs', $a->run_speed_up], [$type, 'red_hi_horses', $b->zink, 'Red Hi-Horses', $a->ink_saver_main], [$type, 'red_hi_tops', $b->krak_on, 'Red Hi-Tops', $a->ink_resistance_up], [$type, 'red_sea_slugs', $b->tentatek, 'Red Sea Slugs', $a->special_saver], [$type, 'red_slip_ons', $b->krak_on, 'Red Slip-Ons', $a->quick_super_jump], [$type, 'red_work_boots', $b->rockenberg, 'Red Work Boots', $a->quick_super_jump], [$type, 'samurai_shoes', $b->amiibo, 'Samurai Shoes', $a->special_duration_up], [$type, 'school_shoes', $b->amiibo, 'School Shoes', $a->ink_saver_sub], [$type, 'soccer_cleats', $b->takoroka, 'Soccer Cleats', $a->bomb_sniffer], [$type, 'squid_girl_shoes', $b->squid_girl, 'SQUID GIRL Shoes', $a->swim_speed_up], [$type, 'squid_stitch_slip_ons', $b->krak_on, 'Squid-Stitch Slip-Ons', $a->defense_up], [$type, 'squink_wingtops', $b->krak_on, 'Squink Wingtops', $a->quick_respawn], [$type, 'strapping_reds', $b->splash_mob, 'Strapping Reds', $a->ink_resistance_up], [$type, 'strapping_whites', $b->splash_mob, 'Strapping Whites', $a->ink_saver_sub], [$type, 'tan_work_boots', $b->rockenberg, 'Tan Work Boots', $a->bomb_range_up], [$type, 'traditional_sandals', $b->famitsu, 'Traditional Sandals', $a->run_speed_up], [$type, 'trail_boots', $b->inkline, 'Trail Boots', $a->ink_recovery_up], [$type, 'turquoise_kicks', $b->rockenberg, 'Turquoise Kicks', $a->special_charge_up], [$type, 'white_arrows', $b->takoroka, 'White Arrows', $a->special_duration_up], [$type, 'white_kicks', $b->rockenberg, 'White Kicks', $a->swim_speed_up], [$type, 'white_seahorses', $b->zink, 'White Seahorses', $a->ink_recovery_up], [$type, 'yellow_seahorses', $b->zink, 'Yellow Seahorses', $a->bomb_sniffer], [$type, 'zombie_hi_horses', $b->zink, 'Zombie Hi-Horses', $a->special_charge_up]]);
 }
示例#2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getType()
 {
     return $this->hasOne(GearType::className(), ['id' => 'type_id']);
 }