diff --git a/components/Feeds/RainbowCandy.tscn b/components/Feeds/RainbowCandy.tscn index 569bdc2..b9c92dc 100644 --- a/components/Feeds/RainbowCandy.tscn +++ b/components/Feeds/RainbowCandy.tscn @@ -9,7 +9,7 @@ displayName = "彩虹糖" quality = 3 topic = 4 fields = Array[int]([1, 5, 6, 13, 7, 3]) -fieldValues = Array[float]([0.3, 0.35, 0.1, 2.0, 15.0, -0.6]) +fieldValues = Array[float]([0.3, 0.35, 0.1, 2.0, 30.0, -0.8]) costs = Array[int]([0, 3]) costCounts = Array[int]([700, 100]) diff --git a/scripts/Contents/Weapons/ChainGun.gd b/scripts/Contents/Weapons/ChainGun.gd index 1d38b96..f552ff4 100644 --- a/scripts/Contents/Weapons/ChainGun.gd +++ b/scripts/Contents/Weapons/ChainGun.gd @@ -2,7 +2,7 @@ extends Weapon func update(to, origin, _entity): - origin["atk"] += 2 * to * soulLevel + origin["atk"] += 1 * to * soulLevel origin["count"] = 1 * soulLevel origin["split"] /= 1 + 0.005 * to * soulLevel return origin