| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- %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: 543e594d61995984ca34d02bba7480cc, type: 3}
- m_Name: CheapPotionsMerchant
- m_EditorClassIdentifier:
- eventName: Potions Merchant
- eventDescription: A Merchant with cheap potions
- eventType: 1
- rarity: 3
- triggerType: 0
- plainsChance: 0.192
- forestChance: 0.136
- mountainChance: 0.087
- roadChance: 0.536
- riverChance: 0.254
- lakeChance: 0.028
- oceanChance: 0
- townChance: 0.118
- villageChance: 0.353
- bridgeChance: 0.232
- tunnelChance: 0.093
- ferryChance: 0
- canOccurMultipleTimes: 0
- cooldownDays: 2
- merchantTypes:
- - Traveling Merchant
- - Caravan Trader
- - Wandering Peddler
- canHaveRareItems: 1
- rareItemChance: 0.3
- priceModifier: 0.76
- encounterDescriptions:
- - You encounter a {merchantType} on the road.
- - A {merchantType} approaches your party with goods to sell.
- - You come across a {merchantType} resting by the roadside.
|