summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-12 23:38:55 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-12 23:38:55 -0300
commit297f8e9b1f412dfc0d4b92ab6b03194a8222a326 (patch)
treee63e246ff9be7d5b88fceaa35b376796300d036c
parent3661521a434226b3562955a65cefbe14504f7a5c (diff)
downloadclient-297f8e9b1f412dfc0d4b92ab6b03194a8222a326.tar.gz
client-297f8e9b1f412dfc0d4b92ab6b03194a8222a326.tar.bz2
client-297f8e9b1f412dfc0d4b92ab6b03194a8222a326.tar.xz
client-297f8e9b1f412dfc0d4b92ab6b03194a8222a326.zip
Update builtin summons
-rw-r--r--game/ATTRIBUTION6
-rw-r--r--game/gfx/summons/0.webpbin7488 -> 19810 bytes
-rw-r--r--game/gfx/summons/1.webpbin7488 -> 131612 bytes
-rw-r--r--game/gfx/summons/15.webpbin0 -> 64422 bytes
-rw-r--r--game/gfx/summons/2.webpbin4696 -> 0 bytes
-rw-r--r--game/gfx/summons/3.webpbin4748 -> 0 bytes
-rw-r--r--game/quest.rpy2
7 files changed, 4 insertions, 4 deletions
diff --git a/game/ATTRIBUTION b/game/ATTRIBUTION
index d05c8f1..c1fc91d 100644
--- a/game/ATTRIBUTION
+++ b/game/ATTRIBUTION
@@ -133,9 +133,9 @@ Where relevant, you must also include a link to https://tmw2.org in your credit.
### UNITS
***Please refer to the unit card, has modifications***
## SUMMONS
- gfx/summons/1.webp (-) (-) (-)
- gfx/summons/2.webp (-) (-) (-)
- gfx/summons/3.webp (-) (-) (-)
+ gfx/summons/0.webp (Stéphane Richard) (PD) (Wootha/Edit)
+ gfx/summons/1.webp (Stéphane Richard) (PD) (Wootha/Edit)
+ gfx/summons/15.webp (Stéphane Richard) (PD) (Wootha/Edit)
## UNITS
gfx/units/0.png (-) (-) (-)
gfx/units/10000000.png (David Revoy) (CC BY 3.0) (From OpenGameArt)
diff --git a/game/gfx/summons/0.webp b/game/gfx/summons/0.webp
index 87cae64..75c611b 100644
--- a/game/gfx/summons/0.webp
+++ b/game/gfx/summons/0.webp
Binary files differ
diff --git a/game/gfx/summons/1.webp b/game/gfx/summons/1.webp
index 87cae64..39233c4 100644
--- a/game/gfx/summons/1.webp
+++ b/game/gfx/summons/1.webp
Binary files differ
diff --git a/game/gfx/summons/15.webp b/game/gfx/summons/15.webp
new file mode 100644
index 0000000..31ea5ca
--- /dev/null
+++ b/game/gfx/summons/15.webp
Binary files differ
diff --git a/game/gfx/summons/2.webp b/game/gfx/summons/2.webp
deleted file mode 100644
index 85a3c79..0000000
--- a/game/gfx/summons/2.webp
+++ /dev/null
Binary files differ
diff --git a/game/gfx/summons/3.webp b/game/gfx/summons/3.webp
deleted file mode 100644
index 0153d86..0000000
--- a/game/gfx/summons/3.webp
+++ /dev/null
Binary files differ
diff --git a/game/quest.rpy b/game/quest.rpy
index a01a21c..dbdc1ef 100644
--- a/game/quest.rpy
+++ b/game/quest.rpy
@@ -39,7 +39,7 @@ init python:
def loadsummon():
global Battle
# FIXME: Retrieve summon ID, etc
- raw=send_packet("summon", "[%d]" % ifte(debug, 3, 0))
+ raw=send_packet("summon", "[%d]" % ifte(debug, 15, 0))
bt=json_decode(raw)
if (bt == ERR_JSONDECODER):