养成基本完毕,新UI,修bug,装备初步,
This commit is contained in:
@@ -26,6 +26,8 @@ public class storeItemSO : ScriptableObject
|
||||
public notebook_faterType associatedStoryPassage; // Only used if itemType is storyPassage
|
||||
public StoryPassageGrantMode storyPassageGrantMode = StoryPassageGrantMode.fatherOnly;
|
||||
public int associatedStorySonId = -1;
|
||||
public expBottlesSO associatedExpBottle; // Only used by single-target exp bottles such as 78001-78006
|
||||
public growthMaterialSO associatedGrowthMaterial; // Only used by breakthrough materials such as 78021-78024
|
||||
|
||||
[Header("Purchase Cost")]
|
||||
public List<CostRequirement> costRequirements = new List<CostRequirement>();
|
||||
|
||||
Reference in New Issue
Block a user