From 9d6886acf110e2a259722c5fd8aa5bbc9fde7e49 Mon Sep 17 00:00:00 2001 From: Nevjoia <75577377+Nevjoia@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:30:06 +0100 Subject: [PATCH] Update limitations.yaml Tweaking the values of most of the actions according to the reputation update project. --- apps/cf/priv/limitations.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/cf/priv/limitations.yaml b/apps/cf/priv/limitations.yaml index f104f761..a88c6421 100644 --- a/apps/cf/priv/limitations.yaml +++ b/apps/cf/priv/limitations.yaml @@ -1,5 +1,5 @@ # /!\ |️ New user | Confirmed user -# reputation [-30 , -5 , 15 , 30 , 75 , 125 , 200 , 500 , 1000] +# reputation [-50 , 15 , 30 , 50 , 75 , 125 , 250 , 500 , 1000] #------------------------------------------------------------------------- # Specific limitations by entity type create: @@ -7,28 +7,28 @@ create: statement: [ 0 , 3 , 6 , 12 , 15 , 25 , 30 , 30 , 30 ] speaker: [ 0 , 0 , 0 , 3 , 6 , 15 , 30 , 40 , 50 ] add: - video: [ 0 , 0 , 0 , 0 , 1 , 2 , 3 , 5 , 10 ] + video: [ 0 , 0 , 0 , 1 , 2 , 3 , 5 , 10 , 10 ] speaker: [ 0 , 0 , 0 , 3 , 6 , 15 , 30 , 40 , 50 ] update: - statement: [ 0 , 0 , 5 , 15 , 30 , 75 , 125 , 150 , 200 ] - speaker: [ 0 , 0 , 0 , 0 , 5 , 20 , 30 , 50 , 100 ] - video: [ 0 , 0 , 0 , 0 , 3 , 6 , 12 , 25 , 40 ] + statement: [ 0 , 3 , 6 , 15 , 30 , 75 , 125 , 150 , 200 ] + speaker: [ 0 , 0 , 0 , 3 , 6 , 20 , 30 , 50 , 100 ] + video: [ 0 , 0 , 0 , 0 , 0 , 0 , 1 , 10 , 40 ] user: [ 1 , 10 , 15 , 20 , 20 , 30 , 30 , 50 , 50 ] delete: comment: [ 1 , 3 , 5 , 7 , 10 , 20 , 30 , 40 , 40 ] remove: - statement: [ 0 , 0 , 0 , 2 , 5 , 10 , 15 , 20 , 30 ] - speaker: [ 0 , 0 , 0 , 0 , 2 , 3 , 5 , 10 , 20 ] + statement: [ 0 , 3 , 6 , 15 , 30 , 75 , 125 , 150 , 200 ] + speaker: [ 0 , 0 , 0 , 3 , 6 , 20 , 30 , 50 , 100 ] restore: - statement: [ 0 , 0 , 0 , 0 , 5 , 15 , 20 , 30 , 50 ] - speaker: [ 0 , 0 , 0 , 0 , 0 , 5 , 10 , 30 , 60 ] + statement: [ 0 , 3 , 6 , 15 , 30 , 75 , 125 , 150 , 200 ] + speaker: [ 0 , 0 , 0 , 3 , 6 , 20 , 30 , 50 , 100 ] flag: - comment: [ 0 , 0 , 3 , 5 , 10 , 15 , 20 , 25 , 30 ] + comment: [ 0 , 1 , 3 , 5 , 10 , 15 , 20 , 25 , 30 ] # Wildcards actions vote_up: [ 0 , 3 , 5 , 7 , 10 , 30 , 50 , 60 , 75 ] -vote_down: [ 0 , 0 , 2 , 5 , 10 , 20 , 40 , 80 , 100 ] -self_vote: [ 0 , 0 , 0 , 0 , 0 , 0 , 3 , 5 , 10 ] +vote_down: [ 0 , 3 , 5 , 7 , 10 , 30 , 50 , 60 , 75 ] +self_vote: [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] revert_vote_up: [ 0 , 10 , 25 , 30 , 50 , 50 , 50 , 75 , 75 ] revert_vote_down: [ 0 , 10 , 25 , 30 , 50 , 50 , 50 , 75 , 75 ] revert_self_vote: [ 0 , 0 , 0 , 0 , 0 , 0 , 10 , 20 , 30 ]