mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-18 03:20:38 +00:00
Team Building Exercise [Incomplete] (#1013)
* Squad -> SquadFeatures from a common lookup * refactor to SquadService, etc.; clarification of fields related to outfit ids * thorough pass over squad functionality in regards to joining a squad or rejecting a squad invitation * decorating squads in the squad list to indicate availability based on size/capacity or role requirements * squad list decoration; rudimentary squad list searching * renovations to squad joining, promotion, and certain invitation/cleanup procedures * further renovations to squad joining, promotion, and certain invitation/cleanup procedures * overhaul of squad joining and squad promotion * separated the invitation system from the squad publishing and manipulating system
This commit is contained in:
parent
3bd50dc89c
commit
ebfc028f5c
30 changed files with 4782 additions and 3626 deletions
|
|
@ -57,6 +57,7 @@ class CharacterDataTest extends Specification {
|
|||
a.unk9 mustEqual 0
|
||||
a.unkA mustEqual 0
|
||||
|
||||
b.outfit_id mustEqual 316554L
|
||||
b.outfit_name mustEqual "Black Beret Armoured Corps"
|
||||
b.outfit_logo mustEqual 23
|
||||
b.backpack mustEqual false
|
||||
|
|
@ -67,7 +68,6 @@ class CharacterDataTest extends Specification {
|
|||
b.is_cloaking mustEqual false
|
||||
b.charging_pose mustEqual false
|
||||
b.on_zipline.isEmpty mustEqual true
|
||||
b.unk0 mustEqual 316554L
|
||||
b.unk1 mustEqual false
|
||||
b.unk2 mustEqual false
|
||||
b.unk3 mustEqual false
|
||||
|
|
@ -174,6 +174,7 @@ class CharacterDataTest extends Specification {
|
|||
a.unk9 mustEqual 0
|
||||
a.unkA mustEqual 0
|
||||
|
||||
b.outfit_id mustEqual 26L
|
||||
b.outfit_name mustEqual "Black Beret Armoured Corps"
|
||||
b.outfit_logo mustEqual 23
|
||||
b.backpack mustEqual false
|
||||
|
|
@ -184,7 +185,6 @@ class CharacterDataTest extends Specification {
|
|||
b.is_cloaking mustEqual false
|
||||
b.charging_pose mustEqual false
|
||||
b.on_zipline.isEmpty mustEqual true
|
||||
b.unk0 mustEqual 26L
|
||||
b.unk1 mustEqual false
|
||||
b.unk2 mustEqual false
|
||||
b.unk3 mustEqual false
|
||||
|
|
@ -243,6 +243,7 @@ class CharacterDataTest extends Specification {
|
|||
a.unk9 mustEqual 0
|
||||
a.unkA mustEqual 0
|
||||
|
||||
b.outfit_id mustEqual 529687L
|
||||
b.outfit_name mustEqual "Original District"
|
||||
b.outfit_logo mustEqual 23
|
||||
b.backpack mustEqual true
|
||||
|
|
@ -253,7 +254,6 @@ class CharacterDataTest extends Specification {
|
|||
b.is_cloaking mustEqual false
|
||||
b.charging_pose mustEqual false
|
||||
b.on_zipline.isEmpty mustEqual true
|
||||
b.unk0 mustEqual 529687L
|
||||
b.unk1 mustEqual false
|
||||
b.unk2 mustEqual false
|
||||
b.unk3 mustEqual false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue