Procházet zdrojové kódy

Добавлено множество новых полей в fillable в модель CharItem для расширения функциональности

ilg2005 před 3 dny
rodič
revize
cd210a5a62
1 změnil soubory, kde provedl 71 přidání a 1 odebrání
  1. 71 1
      app/Models/Char/CharItem.php

+ 71 - 1
app/Models/Char/CharItem.php

@@ -20,7 +20,77 @@ class CharItem extends Model
               "Quality", "QUalityEffect", "LinkItemSerial", "Storage", "FellowDbKey", "Opened", "Toggle", "SSProperty", "SSEnabled01", "SSRecId01", "SSEnabled02",
               "SSRecId02", "SSEnabled03", "SSRecId03", "StrPlus", "DexPlus", "IntPlus", "VtlPlus", "MtlPlus", "Color", "SubColor", "ProducerName", "ROEffect01",
               "ROEffectValue01", "ROEffect02", "ROEffectValue02", "ROEffect03", "ROEffectValue03", "ROEffect04", "ROEffectValue04", "ROEffect05", "ROEffectValue05",
-              "ROEffect06", "ROEffectValue06", "SealedFellowEffect01", "SealedFellowEValue01", "SealedFellowEffect02"
+              "ROEffect06", "ROEffectValue06", "SealedFellowEffect01", "SealedFellowEValue01", "SealedFellowEffect02",
+              "SealedFellowEValue02",
+              "SealedFellowSlotCount",
+              "SealedFellow01",
+              "SealedFellow01_Effect01",
+              "SealedFellow01_EValue01",
+              "SealedFellow01_Effect02",
+              "SealedFellow01_EValue02",
+              "SealedFellow02",
+              "SealedFellow02_Effect01",
+              "SealedFellow02_EValue01",
+              "SealedFellow02_Effect02",
+              "SealedFellow02_EValue02",
+              "SealedFellow03",
+              "SealedFellow03_Effect01",
+              "SealedFellow03_EValue01",
+              "SealedFellow03_Effect02",
+              "SealedFellow03_EValue02",
+              "ExpirationDate",
+              "CharItemID",
+              "ItemGrade",
+              "bSeize",
+              "SealedFellowEffect03",
+              "SealedFellowEValue03",
+              "SealedFellow01_Effect03",
+              "SealedFellow01_EValue03",
+              "SealedFellow02_Effect03",
+              "SealedFellow02_EValue03",
+              "SealedFellow03_EValue03",
+              "SealedFellowEffect04",
+              "SealedFellowEValue04",
+              "SealedFellow01_Effect04",
+              "SealedFellow01_EValue04",
+              "SealedFellow02_Effect04",
+              "SealedFellow02_EValue04",
+              "SealedFellow03_Effect04",
+              "SealedFellow03_EValue04",
+              "SealedFellow01_ExpirationDate",
+              "SealedFellow02_ExpirationDate",
+              "SealedFellow03_ExpirationDate",
+              "CarvedPeriodDate",
+              "OverriseCount",
+              "ReverseReinforceAttemptCount",
+              "ReverseReinforceCount",
+              "SealedFellow04",
+              "SealedFellow04_Effect01",
+              "SealedFellow04_EValue01",
+              "SealedFellow04_Effect02",
+              "SealedFellow04_EValue02",
+              "SealedFellow04_Effect03",
+              "SealedFellow04_EValue03",
+              "SealedFellow04_Effect04",
+              "SealedFellow04_EValue04",
+              "SealedFellow04_ExpirationDate",
+              "ROEffect07",
+              "ROEffectValue07",
+              "SealedFellow01_ReinforceLv",
+              "SealedFellow02_ReinforceLv",
+              "SealedFellow03_ReinforceLv",
+              "SealedFellow04_ReinforceLv",
+              "KeyValueA",
+              "WeaponAwakenAttackValue",
+              "WeaponAwakenSkillRecID",
+              "WeaponAwakenSkillLevel", 
+              "WeaponAwakenEffectParam",
+              "WeaponAwakenEffectValue",
+              "WeaponAwakenRecID1",
+              "WeaponAwakenCount1",
+              "WeaponAwakenCount2",
+              "Exp",
+              "Level"
             ];
 
     public $timestamps = false;