| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- %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: a7dbc93a8147cc0468deb3626bd1d55b, type: 3}
- m_Name: SkeletonAmbush
- m_EditorClassIdentifier:
- eventName: A group of skeletons
- eventDescription: A few skeletons wadering around in the area
- eventType: 0
- rarity: 1
- triggerType: 1
- plainsChance: 0.4
- forestChance: 0.8
- mountainChance: 0.9
- roadChance: 0.2
- riverChance: 0.5
- lakeChance: 0.5
- oceanChance: 0.5
- townChance: 0.1
- villageChance: 0.3
- bridgeChance: 0.5
- tunnelChance: 0.5
- ferryChance: 0.5
- canOccurMultipleTimes: 1
- cooldownDays: 0
- minEnemies: 1
- maxEnemies: 3
- possibleEnemies:
- - {fileID: 11400000, guid: a0c1cb52b0bf42c4299acc5827d0d6e2, type: 2}
- allowRunningAway: 1
- runAwaySuccessChance: 0.75
- runAwayHealthPenalty: 5
- successfulRunAwayMessages:
- - Your party successfully escapes from the enemies!
- - Quick thinking allows your party to avoid the confrontation!
- - Your party slips away unnoticed by the enemies.
- failedRunAwayMessages:
- - The enemies catch up to your party! You take {damage} damage while trying to
- escape.
- - Your escape attempt fails! The enemies pursue and wound your party for {damage}
- damage.
- - The enemies block your escape route! Your party suffers {damage} damage in the
- failed attempt.
- encounterDescriptions:
- - Your party is ambushed by {enemyType}s!
- - A group of {enemyType}s blocks your path!
- - You stumble upon a {enemyType} camp!
|