scroll.server/assets/csv_logic/alliance_roles.csv
scroll 812052bc3e initial import, client gets to the lobby
titan engine, logic model, auth/game/gateway services.
csv tables pulled out of the ipa are checked in so it runs out of the box.
2026-08-23 07:50:31 +03:00

7 lines
630 B
Text

"Name","Level","TID","CanInvite","CanSendMail","CanChangeAllianceSettings","CanAcceptJoinRequest","CanKick","CanBePromotedToLeader","CanPromoteToOwnLevel"
"String","int","String","Boolean","Boolean","Boolean","Boolean","Boolean","Boolean","Boolean"
"NonMember",0,,"false","false","false","false",,,
"Member",1,"TID_ALLIANCE_ROLE_MEMBER","false","false","false","false","false",,
"Leader",20,"TID_ALLIANCE_ROLE_LEADER","true","true","true","true","true","true",
"Elder",5,"TID_ALLIANCE_ROLE_ELDER","true","false","false","true","true",,
"Co-leader",10,"TID_ALLIANCE_ROLE_CO_LEADER","true","true","true","true","true","true","true"