New Colours

This commit is contained in:
Cooldude2606
2018-09-11 17:16:11 +01:00
parent 71d7455a53
commit a338fc0b57
2 changed files with 8 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ groups['Root']:add_rank{
name='Developer', name='Developer',
short_hand='Dev', short_hand='Dev',
tag='[Dev]', tag='[Dev]',
colour={r=57,g=192,b=207}, colour={r=179,g=125,b=46},
is_admin = true, is_admin = true,
is_spectator=true, is_spectator=true,
base_afk_time=false base_afk_time=false
@@ -210,7 +210,7 @@ groups['User']:add_rank{
short_hand='Part', short_hand='Part',
tag='[Partner]', tag='[Partner]',
power=0, power=0,
colour={r=26,g=118,b=156}, colour={r=140,g=120,b=200},
base_afk_time=120 base_afk_time=120
} }
groups['User']:add_rank{ groups['User']:add_rank{
@@ -219,7 +219,7 @@ groups['User']:add_rank{
tag='[Veteran]', tag='[Veteran]',
time=600, time=600,
power=1, power=1,
colour={r=140,g=120,b=200}, colour={r=26,g=118,b=156},
base_afk_time=60 base_afk_time=60
} }
groups['User']:add_rank{ groups['User']:add_rank{
@@ -227,7 +227,7 @@ groups['User']:add_rank{
short_hand='Reg', short_hand='Reg',
tag='[Regular]', tag='[Regular]',
time=180, time=180,
colour={r=24,g=172,b=188}, colour={r=79,g=155,b=163},
power=3, power=3,
base_afk_time=30 base_afk_time=30
} }
@@ -270,6 +270,9 @@ ranks['Donator']:edit('allow',false,{
}) })
ranks['Partner']:edit('allow',false,{
})
ranks['Veteran']:edit('allow',false,{ ranks['Veteran']:edit('allow',false,{
['tree-decon']=true, ['tree-decon']=true,
['create-poll']=true, ['create-poll']=true,

View File

@@ -149,7 +149,7 @@ user:add_rank{
name='Guest', name='Guest',
short_hand='', short_hand='',
tag='', tag='',
colour={r=143,g=46,b=46}, colour={r=185,g=187,b=160},
is_default=true, is_default=true,
disallow={ disallow={
'build_terrain', 'build_terrain',