Working MVP
This commit is contained in:
@@ -36,5 +36,58 @@ MonoBehaviour:
|
||||
weakPointExplosionDamage: 50
|
||||
weakPointExplosionForce: 50
|
||||
fortDefeatThreshold: 0.3
|
||||
physicsGravityScale: 1
|
||||
blockGravityScale: 2
|
||||
projectileGravityScale: 1
|
||||
projectileSettleDelay: 2.5
|
||||
turnTransitionDelay: 1.5
|
||||
projectileConfigs:
|
||||
- projectileType: 0
|
||||
projectileId: toaster
|
||||
prefab: {fileID: 4820392328973485589, guid: a4b194a56edefa541b7c3bd7d70c8ba5, type: 3}
|
||||
cooldownTurns: 0
|
||||
icon: {fileID: 6674386295937086461, guid: 3bd1c178a78fcd144965cd1731dc309b, type: 3}
|
||||
displayName: Toaster
|
||||
description:
|
||||
damage: 20
|
||||
mass: 5
|
||||
- projectileType: 1
|
||||
projectileId: vacuum
|
||||
prefab: {fileID: 4015519405310386481, guid: 4ffc718ecbe281041bc8354567f6e940, type: 3}
|
||||
cooldownTurns: 3
|
||||
icon: {fileID: 3452003437791708593, guid: 4c13556eeb918624c9dd3d7e4086242e, type: 3}
|
||||
displayName: Vacuum
|
||||
description:
|
||||
damage: 20
|
||||
mass: 10
|
||||
- projectileType: 2
|
||||
projectileId: ceilingfan
|
||||
prefab: {fileID: 4342087378442690536, guid: ff8b62fb437256043aa6bd0b5441316b, type: 3}
|
||||
cooldownTurns: 2
|
||||
icon: {fileID: -765527507412255412, guid: f70246e6148769846aaea223ec0c2a55, type: 3}
|
||||
displayName: CeillingFan
|
||||
description:
|
||||
damage: 20
|
||||
mass: 3
|
||||
- projectileType: 3
|
||||
projectileId: trashbag
|
||||
prefab: {fileID: 4015519405310386481, guid: 177c683542fd63a4a9d7e7ecacea596f, type: 3}
|
||||
cooldownTurns: 3
|
||||
icon: {fileID: 8766740682603709380, guid: b0a0abcb5fec95649b581307eca6a444, type: 3}
|
||||
displayName: TrashBag
|
||||
description:
|
||||
damage: 20
|
||||
mass: 5
|
||||
vacuumSlideForce: 15
|
||||
vacuumDestroyBlockCount: 2
|
||||
vacuumBlockDamage: 999
|
||||
trashBagPieceCount: 5
|
||||
trashBagPieceForce: 10
|
||||
trashBagSpreadAngle: 60
|
||||
ceilingFanActivationDelay: 1
|
||||
baseLaunchForce: 150
|
||||
minForceMultiplier: 0.1
|
||||
maxForceMultiplier: 1
|
||||
trajectoryLockDuration: 2
|
||||
fortBlockLayer: 16
|
||||
projectileLayer: 15
|
||||
damageColorTint: {r: 1, g: 0, b: 0, a: 1}
|
||||
|
||||
Reference in New Issue
Block a user