|SkillProto newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|SkillProto newQuery() * @method static \Illuminate\Database\Eloquent\Builder|SkillProto query() * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereBLevelLimit($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereBLevelStep($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereBMaxLevel($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereBType($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereDwSplashRange($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereDwTargetRange($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereDwVnum($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereESkillType($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereIMaxHit($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto wherePrerequisiteSkillLevel($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto wherePrerequisiteSkillVnum($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSetAffectFlag($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSetAffectFlag2($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSetFlag($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzAttackGradePoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzCooldownPoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzDurationPoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzDurationPoly2($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzDurationPoly3($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzDurationSPCostPoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzGrandMasterAddSPCostPoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzMasterBonusPoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzName($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzPointOn($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzPointOn2($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzPointOn3($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzPointPoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzPointPoly2($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzPointPoly3($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzSPCostPoly($value) * @method static \Illuminate\Database\Eloquent\Builder|SkillProto whereSzSplashAroundDamageAdjustPoly($value) * @mixin \Eloquent */ class SkillProto extends Model { /** * Indicates if the model should be timestamped. * * @var bool */ public $timestamps = false; /** * The table associated with the model. * * @var string */ protected $table = 'skill_proto'; /** * The primary key for the model. * * @var string */ protected $primaryKey = 'dwVnum'; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ ]; }