装备系统做了很多

This commit is contained in:
2026-03-27 08:02:55 +08:00
parent dd205b6cb4
commit 538085b64f
119 changed files with 27552 additions and 1672 deletions
+1
View File
@@ -28,6 +28,7 @@ public class storeItemSO : ScriptableObject
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
public equipmentConsumableSO associatedEquipmentConsumable; // Only used by equipment upgrade/breakthrough consumables such as 78101/78111
[Header("Purchase Cost")]
public List<CostRequirement> costRequirements = new List<CostRequirement>();