the scarlet police have me at gun point

This commit is contained in:
Sylvia 2026-03-06 02:22:51 -08:00
parent b964c9b617
commit d6da52fd69
54 changed files with 674 additions and 55 deletions

View file

@ -0,0 +1,18 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: e80971b6dc38dd3bf84fc18ed9696f15, type: 3}
m_Name: Cooldown Upgrade
m_EditorClassIdentifier:
upgradeName: CooldownUpgrade
upgradeIcon: {fileID: 0}
thisPlayerAbility: {fileID: 0}
cooldownDifference: 0.9

View file

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8ba5b877541778773b0434cf7e36cebb
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View file

@ -313,7 +313,9 @@ MonoBehaviour:
strafePercent: 40
possibleDrops:
- droppedUpgrade: {fileID: 11400000, guid: 6fe34d7ec95c2ce1fac0727c553b5f0b, type: 2}
chance: 100
chance: 50
- droppedUpgrade: {fileID: 11400000, guid: 8ba5b877541778773b0434cf7e36cebb, type: 2}
chance: 50
pickupObject: {fileID: 862999616518891837, guid: a61100612a8d074668a1c7407caeb226, type: 3}
allAbilities:
- ability: {fileID: 11400000, guid: cf00f0064fc50ceb488768a65d7e1c60, type: 2}

View file

@ -48,9 +48,12 @@ MonoBehaviour:
abilityIcon: {fileID: 0}
thisPlayer: {fileID: 0}
canCooldown: 1
baseCooldown: 0.2
cooldown: 0.2
currentCooldown: 0
basePower: 10
power: 10
baseProjectileCount: 1
projectileCount: 1
pierceAmount: 0
accuracy: 1

View file

@ -48,9 +48,12 @@ MonoBehaviour:
abilityIcon: {fileID: 0}
thisPlayer: {fileID: 0}
canCooldown: 1
baseCooldown: 60
cooldown: 60
currentCooldown: 0
power: 0
basePower: 10
power: 10
baseProjectileCount: 0
projectileCount: 0
length: 100
width: 2

View file

@ -49,9 +49,12 @@ MonoBehaviour:
abilityIcon: {fileID: 0}
thisPlayer: {fileID: 0}
canCooldown: 1
baseCooldown: 30
cooldown: 30
currentCooldown: 0
power: 0
basePower: 10
power: 10
baseProjectileCount: 0
projectileCount: 0
length: 10
width: 1

View file

@ -48,8 +48,12 @@ MonoBehaviour:
abilityIcon: {fileID: 0}
thisPlayer: {fileID: 0}
canCooldown: 1
baseCooldown: 0.1
cooldown: 0.1
currentCooldown: 0
basePower: 10
power: 10
baseProjectileCount: 3
projectileCount: 3
pierceAmount: 0
accuracy: 60