PaxGod Marketing Campaign

This commit is contained in:
VerstreuteSeele
2023-01-01 12:26:00 +01:00
parent 6de50fcd0a
commit e78156d5a8
55 changed files with 42 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,13 @@
Filetype: Flipper Animation
Version: 1
Width: 128
Height: 64
Passive frames: 21
Active frames: 1
Frames order: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Active cycles: 1
Frame rate: 5
Duration: 3600
Active cooldown: 7
Bubble slots: 0

View File

@@ -106,6 +106,13 @@ Min level: 15
Max level: 30 Max level: 30
Weight: 7 Weight: 7
Name: PaxGod_TikTok_Marketing
Min butthurt: 0
Max butthurt: 14
Min level: 11
Max level: 30
Weight: 3
Name: lvl_16 Name: lvl_16
Min butthurt: 0 Min butthurt: 0
Max butthurt: 14 Max butthurt: 14

View File

@@ -0,0 +1,14 @@
Filetype: Flipper Animation
Version: 1
Width: 128
Height: 64
Passive frames: 21
Active frames: 1
Frames order: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Active cycles: 1
Frame rate: 5
Duration: 3600
Active cooldown: 7
Bubble slots: 0

View File

@@ -106,6 +106,13 @@ Min level: 15
Max level: 30 Max level: 30
Weight: 7 Weight: 7
Name: PaxGod_TikTok_Marketing
Min butthurt: 0
Max butthurt: 14
Min level: 11
Max level: 30
Weight: 3
Name: lvl_16 Name: lvl_16
Min butthurt: 0 Min butthurt: 0
Max butthurt: 14 Max butthurt: 14

View File

@@ -14,7 +14,7 @@ class GitVersion:
self.gitlist = [("commit", "rev-parse --short HEAD"), ("branch", "rev-parse --abbrev-ref") , ("branch_num", "rev-list -count HEAD")] self.gitlist = [("commit", "rev-parse --short HEAD"), ("branch", "rev-parse --abbrev-ref") , ("branch_num", "rev-list -count HEAD")]
def get_version_info(self): def get_version_info(self):
commit = branch = branch_num = "XFW-0036_12282022" commit = branch = branch_num = "XFW-0036"
# We dont use an `or` in commands that we expect to fail. It will serve no function. # We dont use an `or` in commands that we expect to fail. It will serve no function.
# We also dont try;exept an entire block of code. This is bad practise. We only try the single part that we expect to fail! # We also dont try;exept an entire block of code. This is bad practise. We only try the single part that we expect to fail!