style: Align negative ledger mutation score values and demerit math in seeder
This commit is contained in:
parent
94aae59f8e
commit
e32fbc10e0
@ -109,7 +109,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
'dynamic_id' => $velvetSanctuary->id,
|
'dynamic_id' => $velvetSanctuary->id,
|
||||||
'name' => 'Protocol & Etiquette',
|
'name' => 'Protocol & Etiquette',
|
||||||
'rules' => 'Address others by correct titles. -5 per infraction.',
|
'rules' => 'Address others by correct titles. -5 per infraction.',
|
||||||
'score' => -15,
|
'score' => 15,
|
||||||
'alignment' => 'negative',
|
'alignment' => 'negative',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
@ -214,7 +214,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
'ledger_id' => $etiquetteLedger->id,
|
'ledger_id' => $etiquetteLedger->id,
|
||||||
'user_id' => $alice->id,
|
'user_id' => $alice->id,
|
||||||
'type' => 'penalty',
|
'type' => 'penalty',
|
||||||
'amount' => -5,
|
'amount' => 5,
|
||||||
'description' => 'Interrupted Domina Alice during daily instructions',
|
'description' => 'Interrupted Domina Alice during daily instructions',
|
||||||
'status' => 'approved',
|
'status' => 'approved',
|
||||||
]);
|
]);
|
||||||
@ -223,7 +223,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
'ledger_id' => $etiquetteLedger->id,
|
'ledger_id' => $etiquetteLedger->id,
|
||||||
'user_id' => $alice->id,
|
'user_id' => $alice->id,
|
||||||
'type' => 'penalty',
|
'type' => 'penalty',
|
||||||
'amount' => -10,
|
'amount' => 10,
|
||||||
'description' => 'Forgot correct posture during morning roll call',
|
'description' => 'Forgot correct posture during morning roll call',
|
||||||
'status' => 'approved',
|
'status' => 'approved',
|
||||||
]);
|
]);
|
||||||
@ -232,7 +232,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
'ledger_id' => $etiquetteLedger->id,
|
'ledger_id' => $etiquetteLedger->id,
|
||||||
'user_id' => $alice->id,
|
'user_id' => $alice->id,
|
||||||
'type' => 'penalty',
|
'type' => 'penalty',
|
||||||
'amount' => -5,
|
'amount' => 5,
|
||||||
'description' => 'Spoke out of turn in general chat',
|
'description' => 'Spoke out of turn in general chat',
|
||||||
'status' => 'approved',
|
'status' => 'approved',
|
||||||
]);
|
]);
|
||||||
@ -241,7 +241,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
'ledger_id' => $etiquetteLedger->id,
|
'ledger_id' => $etiquetteLedger->id,
|
||||||
'user_id' => $bob->id,
|
'user_id' => $bob->id,
|
||||||
'type' => 'reward',
|
'type' => 'reward',
|
||||||
'amount' => 5,
|
'amount' => -5,
|
||||||
'description' => 'Excellent reciting of the house codes',
|
'description' => 'Excellent reciting of the house codes',
|
||||||
'status' => 'approved',
|
'status' => 'approved',
|
||||||
]);
|
]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user