Skip to content

Commit

Permalink
new and updated portraits after playing through WotG
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlitGhost committed Jun 20, 2022
1 parent 13042ed commit 3359390
Show file tree
Hide file tree
Showing 38 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
data/
.vscode/
.vscode/
*.bmp
2 changes: 1 addition & 1 deletion Balloon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function process_balloon(npc_text, mode)
v = string.gsub(v, string.char(0x04), "")
v = string.gsub(v, string.char(0x05), "")
v = string.gsub(v, string.char(0x06), "")
v = string.gsub(v, "^?([%w%.])", "%1")
v = string.gsub(v, "^?([%w%.'(])", "%1")
v = string.gsub(v, '(%w)(%.%.%.+)([%w“])', "%1%2 %3") --add a space after elipses to allow better line splitting
v = string.gsub(v, '([%w”])%-%-([%w%p])', "%1-- %2") --same for double dashes

Expand Down
Binary file added portraits/Alphonimile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified portraits/Altennia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Atomos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified portraits/Ayame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Aon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Ceithir.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Coig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Deich.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Dha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Naoi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Ochd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Prime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Seachd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Sia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Cait Sith Tri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified portraits/Cid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Flit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Gissenne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Jayramus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Klythios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified portraits/Lilisette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Maximilian Berger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Maximilian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified portraits/Mayakov.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified portraits/Naji.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added portraits/Phillieulais.png
Binary file added portraits/Portentous Woman.png
Binary file modified portraits/Portia.png
Binary file added portraits/Ragelise.png
Binary file modified portraits/Razfahd.png
Binary file added portraits/Rongelouts (S).png
Binary file added portraits/Rongelouts N Distaud.png
Binary file added portraits/Selh'teus.png
Binary file removed portraits/Selt'heus.png
Diff not rendered.
Binary file added portraits/Vestillet.png
4 changes: 2 additions & 2 deletions themes/default/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Width>360</Width>
<Height>43</Height>
<OffsetX>10</OffsetX>
<OffsetY>-20</OffsetY>
<OffsetY>-23</OffsetY>
<TextOffsetX>45</TextOffsetX>
<TextOffsetY>-15</TextOffsetY>
<Color>
Expand Down Expand Up @@ -87,7 +87,7 @@
<Height>96</Height>
<OffsetX>33</OffsetX>
<OffsetY>17</OffsetY>
<MaxLength>68</MaxLength>
<MaxLength>66</MaxLength>
<MessageTextOffsetX>135</MessageTextOffsetX>
<MessageTextOffsetY>-8</MessageTextOffsetY>
</Portrait>
Expand Down

0 comments on commit 3359390

Please sign in to comment.