-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from jonathan-robertson/dev
Trader Treatment/Therapy, State Rollback, Level Penalty, Forget Crafting, Support A21
- Loading branch information
Showing
46 changed files
with
2,000 additions
and
451 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<config> | ||
<append xpath="/controls"> | ||
<tip_header text=""> | ||
<panel name="header" height="43" depth="1" backgroundspritename="ui_game_panel_header"> | ||
<sprite depth="2" name="windowIcon" style="icon32px" pos="4,-5" sprite="ui_game_symbol_intellect" /> | ||
<label style="header.name" text="${text}" width="550" /> | ||
</panel> | ||
</tip_header> | ||
<tip_body text=""> | ||
<rect name="content" pos="0,-46" height="319" depth="1" pivot="center"> | ||
<sprite depth="8" name="backgroundMain" sprite="menu_empty3px" pos="0,0" width="603" color="[black]" type="sliced" fillcenter="false" /> | ||
<sprite color="[darkGrey]" type="sliced" /> | ||
<label depth="3" name="descriptionText" pos="8,-8" text="${text}" width="590" height="265" font_size="30" /> | ||
|
||
<rect name="btnContinue" depth="3" pos="0, -277" height="42"> | ||
<sprite depth="8" name="backgroundMain" sprite="menu_empty3px" color="[black]" type="sliced" fillcenter="false" /> | ||
<sprite depth="2" name="background" pos="3,-3" sprite="menu_empty" width="224" height="32" color="[darkGrey]" type="sliced" /> | ||
<rect depth="3" pos="0,0" height="42"> | ||
<button name="clickable" sprite="menu_empty" defaultcolor="[mediumGrey]" hoversprite="ui_game_select_row" hovercolor="[white]" type="sliced" hoverscale="1.0" /> | ||
|
||
<label depth="2" name="windowName" pos="0,-1" justify="center" text="CONTINUE" text_key="btnContinue" font_size="36" /> | ||
</rect> | ||
</rect> | ||
</rect> | ||
</tip_body> | ||
</append> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<config> | ||
<append xpath="/windows"> | ||
<window name="amnesiaDialogShopCannotAfford" width="603" height="363" pos="-300, 150" controller="TipWindow" anchor="CenterCenter" pivot="center" depth="15" cursor_area="true"> | ||
<tip_header text="Memory Services" /> | ||
<tip_body text="You [decea3]do not have the necessary funds[-] for this procedure. Please return when you do." /> | ||
</window> | ||
<window name="amnesiaDialogShopTreatmentUnnecessary" width="603" height="363" pos="-300, 150" controller="TipWindow" anchor="CenterCenter" pivot="center" depth="15" cursor_area="true"> | ||
<tip_header text="Memory Treatment" /> | ||
<tip_body text="You have no need of Treatment since [decea3]your memory is already healthy[-]. Please come again if you need these services in the future." /> | ||
</window> | ||
<window name="amnesiaDialogShopTreatmentComplete" width="603" height="363" pos="-300, 150" controller="TipWindow" anchor="CenterCenter" pivot="center" depth="15" cursor_area="true"> | ||
<tip_header text="Memory Treatment" /> | ||
<tip_body text="Your treatment is now complete and [00ff80]your memory has returned to a health state[-]. Please come again!" /> | ||
</window> | ||
<window name="amnesiaDialogShopTherapyComplete" width="603" height="363" pos="-300, 150" controller="TipWindow" anchor="CenterCenter" pivot="center" depth="15" cursor_area="true"> | ||
<tip_header text="Memory Treatment" /> | ||
<tip_body text="Your therapy is now complete and [00ff80]your skill points can be reassigned[-]. Please come again!" /> | ||
</window> | ||
</append> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<config> | ||
<append xpath="/xui/ruleset"> | ||
<window_group name="amnesiaDialogShopCannotAffordWindowGroup"> | ||
<window name="amnesiaDialogShopCannotAfford" /> | ||
</window_group> | ||
<window_group name="amnesiaDialogShopTreatmentUnnecessaryWindowGroup"> | ||
<window name="amnesiaDialogShopTreatmentUnnecessary" /> | ||
</window_group> | ||
<window_group name="amnesiaDialogShopTreatmentCompleteWindowGroup"> | ||
<window name="amnesiaDialogShopTreatmentComplete" /> | ||
</window_group> | ||
<window_group name="amnesiaDialogShopTherapyCompleteWindowGroup"> | ||
<window name="amnesiaDialogShopTherapyComplete" /> | ||
</window_group> | ||
</append> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<config> | ||
<insertBefore xpath="/dialogs/dialog[@id='trader' or @id='traderTest']/statement[@id='start']/response_entry[@id='admin']"> | ||
<response_entry id="memory" /> | ||
</insertBefore> | ||
|
||
<append xpath="/dialogs/dialog[@id='trader' or @id='traderTest']"> | ||
<response id="memory" text="dialog_trader_response_memory" nextstatementid="memory" /> | ||
|
||
<statement id="memory" text="dialog_trader_statement_memory"> | ||
<response_entry id="treatment" /> | ||
<response_entry id="therapy" /> | ||
<response_entry id="nevermind" /> | ||
</statement> | ||
|
||
<response id="treatment" text="dialog_trader_response_treatment"> | ||
<action type="AddBuff" id="buffAmnesiaTryBuyTreatment" /> | ||
</response> | ||
|
||
<response id="therapy" text="dialog_trader_response_therapy"> | ||
<action type="AddBuff" id="buffAmnesiaTryBuyTherapy" /> | ||
</response> | ||
</append> | ||
</config> |
Oops, something went wrong.