1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

忘了(copilot没了

This commit is contained in:
2025-08-27 21:20:58 +08:00
parent c2d3ac8bdb
commit 489160a761
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
avatarTexture = ExtResource("2_ckr7l")
displayName = "团子"
fields = Array[int]([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])
fieldValues = Array[float]([10.0, 0.1, 0.15, 0.12, 0.04, 0.1, 0.075, 5.0, 0.15, 3.0, 0.07, 0.15, 0.1, 0.4, 0.2, 2.0, 2.0, 25.0])
fieldValues = Array[float]([20.0, 0.21, 0.1, 0.33, 0.08, 0.15, 0.1, -5.0, 0.25, 4.0, 0.12, 0.15, 0.18, 0.6, 0.15, 2.0, 2.0, 35.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([2000, 1500])
costCounts = Array[int]([5000, 6750])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ckr7l")
+1 -1
View File
@@ -74,7 +74,7 @@ static var entityApplier = {
entity.inventoryMax[ItemStore.ItemType.APPLE] += value
,
Entity.EXTRA_BULLET_COUNT: func(entity, value):
entity.fields[Entity.OFFSET_SHOOT] += value * 5
entity.fields[Entity.OFFSET_SHOOT] += value * 2
,
}