Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 new early quests #11

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AndorsTrail/.classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
163 changes: 163 additions & 0 deletions AndorsTrail/res/raw/conversationlist_gorwath.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
[
{
"id":"gorwath",
"replies":[
{
"nextPhraseID":"gorwath_done",
"requires":[
{
"requireType":"questProgress",
"value":30,
"requireID":"postman"
}
]
},
{
"nextPhraseID":"gorwath_love",
"requires":[
{
"requireType":"questLatestProgress",
"value":20,
"requireID":"postman"
}
]
},
{
"nextPhraseID":"gorwath_tmp",
"requires":[
{
"requireType":"questLatestProgress",
"value":10,
"requireID":"postman"
}
]
},
{
"nextPhraseID":"gorwath_letter"
}
]
},
{
"message":"I have a letter for...a lovely girl.",
"id":"gorwath_letter",
"replies":[
{
"nextPhraseID":"gorwath_letter_1",
"text":"Huh?"
}
]
},
{
"message":"Thanks again.",
"id":"gorwath_done"
},
{
"message":"Yeah. Would be kind enough to give her that letter?",
"id":"gorwath_letter_1",
"replies":[
{
"nextPhraseID":"gorwath_letter_2",
"text":"Yeah sure, why not?"
},
{
"nextPhraseID":"X",
"text":"No I'm busy. Good bye."
}
]
},
{
"message":"Thanks a lot. Here's the letter. Go to Fallhaven and look for Arensia.",
"id":"gorwath_letter_2",
"rewards":[
{
"value":10,
"rewardID":"postman",
"rewardType":"questProgress"
},
{
"value":1,
"rewardID":"gorwath_letter",
"rewardType":"giveItem"
}
]
},
{
"message":"Hi.",
"id":"arensia",
"replies":[
{
"nextPhraseID":"X",
"text":"Hello"
},
{
"nextPhraseID":"arensia_letter",
"text":"I have a letter for you.",
"requires":[
{
"requireType":"inventoryKeep",
"value":1,
"requireID":"gorwath_letter"
}
]
}
]
},
{
"message":"What a beautiful day, isn't it?",
"id":"arensia_done"
},
{
"message":"Oh really? From whom?",
"id":"arensia_letter",
"replies":[
{
"nextPhraseID":"arensia_letter_1",
"text":"Gorwath, from Crossglen !",
"requires":[
{
"requireType":"inventoryRemove",
"value":1,
"requireID":"gorwath_letter"
}
]
}
]
},
{
"message":"Oh that's cute. Tell Gorwath I love him too.",
"id":"arensia_letter_1",
"replies":[
{
"nextPhraseID":"R",
"text":"Ok, I'll tell him."
}
],
"rewards":[
{
"value":20,
"rewardID":"postman",
"rewardType":"questProgress"
}
]
},
{
"message":"Thanks.",
"id":"gorwath_love",
"rewards":[
{
"value":30,
"rewardID":"postman",
"rewardType":"questProgress"
},
{
"value":15,
"rewardID":"gold",
"rewardType":"giveItem"
}
]
},
{
"message":"Did you give the letter yet?",
"id":"gorwath_tmp"
}
]
177 changes: 177 additions & 0 deletions AndorsTrail/res/raw/conversationlist_halvor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
[
{
"id":"halvor_0",
"replies":[
{
"nextPhraseID":"halvor_loop",
"requires":[
{
"requireType":"questProgress",
"value":20,
"requireID":"halvor_surprise"
}
]
},
{
"nextPhraseID":"halvor_wings",
"requires":[
{
"requireType":"questProgress",
"value":10,
"requireID":"halvor_surprise"
}
]
},
{
"nextPhraseID":"halvor_encounter"
}
]
},
{
"message":"Hello. I have no time to speak with you. I look for something...",
"id":"halvor_encounter",
"replies":[
{
"nextPhraseID":"X",
"text":"Ok. Good bye"
},
{
"nextPhraseID":"halvor_quest_start",
"text":"Maybe I can help you ?"
}
]
},
{
"message":"Hey, why not ? I need something for surprising a friend. I think 5 insect wings would be enough.",
"id":"halvor_quest_start",
"replies":[
{
"nextPhraseID":"X",
"text":"Ok, let's go"
}
],
"rewards":[
{
"value":10,
"rewardID":"halvor_surprise",
"rewardType":"questProgress"
}
]
},
{
"message":"Hi, do you have some insect wings for me ?",
"id":"halvor_wings",
"replies":[
{
"nextPhraseID":"X",
"text":"No, I'll come back with your wings later."
},
{
"nextPhraseID":"halvor_wings_end",
"text":"Yes, I have !",
"requires":[
{
"requireType":"inventoryRemove",
"value":5,
"requireID":"insectwing"
}
]
}
]
},
{
"message":"Thanks, but it won't be enough though. Can you found some rat tails for me?",
"id":"halvor_wings_end",
"replies":[
{
"nextPhraseID":"X",
"text":"I go found that for you"
}
],
"rewards":[
{
"value":20,
"rewardID":"halvor_surprise",
"rewardType":"questProgress"
},
{
"value":2,
"rewardID":"gold",
"rewardType":"giveItem"
}
]
},
{
"message":"So, these tails?",
"id":"halvor_loop",
"replies":[
{
"nextPhraseID":"halvor_loop_1",
"text":"Here they are",
"requires":[
{
"requireType":"inventoryRemove",
"value":5,
"requireID":"rat_tail"
}
]
},
{
"nextPhraseID":"X",
"text":"I'll come back"
}
]
},
{
"message":"Thanks, but it will not be enough. Can you found 5 more tails for me?",
"id":"halvor_loop_1",
"replies":[
{
"nextPhraseID":"X",
"text":"Ok, let's go"
},
{
"nextPhraseID":"halvor_quest_end",
"text":"Again ? Is this a joke ?"
}
],
"rewards":[
{
"value":4,
"rewardID":"gold",
"rewardType":"giveItem"
}
]
},
{
"message":"No, please, help me. I need these ones",
"id":"halvor_quest_end",
"replies":[
{
"nextPhraseID":"X",
"text":"Ok, let's go another time ..."
},
{
"nextPhraseID":"halvor_quest_final",
"text":"No, you won't exploit me. Go get your stuff yourself"
}
]
},
{
"message":"Ok, I don't need you anymore. Take that and get out.",
"id":"halvor_quest_final",
"replies":[
{
"nextPhraseID":"R",
"text":"Don't worry, I'll never come back"
}
],
"rewards":[
{
"value":100,
"rewardID":"halvor_surprise",
"rewardType":"questProgress"
}
]
}
]
8 changes: 8 additions & 0 deletions AndorsTrail/res/raw/itemlist_gorwath.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"id":"gorwath_letter",
"category":"other",
"name":"Gorwath's letter",
"iconID":"items_misc_3:61"
}
]
20 changes: 20 additions & 0 deletions AndorsTrail/res/raw/monsterlist_gorwath.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"id":"gorwath",
"phraseID":"gorwath",
"unique":1,
"monsterClass":"humanoid",
"name":"Gorwath",
"spawnGroup":"gorwath",
"iconID":"monsters_ld1:88"
},
{
"id":"arensia",
"phraseID":"arensia",
"unique":1,
"monsterClass":"humanoid",
"name":"Arensia",
"spawnGroup":"arensia",
"iconID":"monsters_ld1:145"
}
]
Loading