养成基本完毕,新UI,修bug,装备初步,

This commit is contained in:
2026-03-23 22:37:14 +08:00
parent 49e45ac464
commit dd205b6cb4
2349 changed files with 261722 additions and 283 deletions
+2
View File
@@ -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>();