Commit Graph

15 Commits

Author SHA1 Message Date
Balázs Úr
46177d0962 Fixed wording of monster names in sentences 2018-10-17 21:41:41 +02:00
Balázs Úr
e537ed3d7e Fixed ellipsis 2018-10-03 22:02:31 +02:00
Zukero
39013ceef4 Merge pull request #75 from urbalazs/okay
Fixed spelling for OK
2018-10-03 17:48:30 +02:00
Balázs Úr
efc24cfb05 Fixed spelling of Hmm 2018-10-03 16:32:08 +02:00
Balázs Úr
e0c967b367 Fixed spelling for OK 2018-10-02 21:49:29 +02:00
Zukero
3ad385e02f Attempt to fix perf issue with filters
that plagues some devices only.
2018-09-28 13:33:30 +02:00
Zukero
ab61c774bf Added immunity as a dialogue reward type.
Debug content can trigger all event types.
2017-08-27 12:58:14 +02:00
Zukero
5aeca2a1eb New Script reward type: "changeMapFilter", needs a mapName and effectID.
Works on currentmap too.
2017-01-25 18:50:16 +01:00
Zukero
d126d1ebfd ATTENTION: changes to map format.
Object Group can be set property "active" to "false" to disable all
objects within at new game (except Spawn Areas, those are treated
individually).
(de)activateMapChangeArea script rewards become
(de)activateMapObjectGroup
Persistence of active object groups in saves is implemented.
Debug map showcases the new feature, with beer !
2016-07-19 17:00:19 +02:00
Zukero
e33ac42c1c Fixed deprecated use of "consumedMore" instead of "spentGold" in
conversationlist_debug.json
2013-10-22 15:18:44 +02:00
Zukero
140dd16408 Key Area now use Requirement, instead of QuestProgress
* Requirement class moved from model.conversation to model.script
* Added requirement questLatestProgress : quest stage must be reached, but no stage with superior ID must be reached.
* New key requirements conditions type (item/gold/bonemeals) consumption (more or less than value, never strict checking, either <= or >=).
2013-10-02 18:21:14 +02:00
Oskar Wiksten
5e1f91bad4 Changing all const ints to enums, making the json resource files much easier to read
* Though, the json files will get a bit larger.
2013-07-16 02:35:59 +02:00
Oskar Wiksten
d05baa266e Update conversations with requirements into using the array-based requirements 2013-07-15 18:36:40 +02:00
Oskar Wiksten
91c22586a1 Spelling corrections for v070 quests. 2013-06-27 20:45:17 +02:00
Oskar Wiksten
52a5b8f387 Converted all resource files to json instead of our previous custom format. 2013-02-09 12:34:03 +01:00