mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2025-12-27 06:29:37 +01:00
fix Ortholion's wrong staying,
large empty bottle, Arghest won't take a potion anymore without opening the mine
This commit is contained in:
@@ -1,5 +1,32 @@
|
||||
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
|
||||
|
||||
APK 62 (0.7.15) //just fixes+translations
|
||||
|
||||
Release notes
|
||||
=============
|
||||
* Various small changes and bug fixes
|
||||
* Translations actualized
|
||||
|
||||
|
||||
Forum announcement //2021-12-1x
|
||||
==================
|
||||
Hello fellow adventurers,
|
||||
|
||||
here is a new Andor's Trail! 8-)
|
||||
|
||||
There is no new content - and also no christmas edition (awww)
|
||||
We publish this release mainly to fix a nasty bug that could prevent you from getting entry to the Elm mine.
|
||||
|
||||
This is what we have done:
|
||||
- Fix of missing scout and of a non disappearing Ortholion in certain conditions
|
||||
- Venom dagger gets poisonous
|
||||
- actual translations
|
||||
- diverse fixes of little bugs and typos
|
||||
|
||||
And here is the link to the productive version: static/AndorsTrail_v0.7.15.apk
|
||||
|
||||
|
||||
|
||||
APK 61 (0.7.14) //Omi2
|
||||
|
||||
Release notes
|
||||
|
||||
@@ -6433,6 +6433,13 @@
|
||||
"text":"[muttering] I hope so. The potion was expensive enough!",
|
||||
"nextPhraseID":"arghest_alert_9"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm72_beginning",
|
||||
"value":22
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -6451,13 +6458,6 @@
|
||||
"text":"Don't worry, I won't cause too much trouble.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm72_beginning",
|
||||
"value":22
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -9573,12 +9573,16 @@
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Omi2_bwm1",
|
||||
"value":46
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"omi2_fix_ortholion_bwm43_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Omi2_bwm1",
|
||||
"value":47,
|
||||
"negate":true
|
||||
"value":47
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1636,7 +1636,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"large_bottle",
|
||||
"itemID":"health_major2",
|
||||
"chance":"1/8",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
|
||||
Reference in New Issue
Block a user