|
@@ -271,7 +271,7 @@ if $ARGS[0] = 'punishment':
|
|
|
!present how much the player needs to pay
|
|
|
if $detec_type = 'easy':
|
|
|
legal_fine += 5000 + (shplft_value/2)
|
|
|
- '"I hereby sentence you to a fine of <<sum>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
+ '"I hereby sentence you to a fine of <<legal_fine>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office. You''ve been lucky this time Miss <<$pcs_lastname>>." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -279,7 +279,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
elseif $detec_type = 'norm':
|
|
|
legal_fine += 5000 + shplft_value
|
|
|
- '"I hereby sentence you to a fine of <<sum>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
+ '"I hereby sentence you to a fine of <<legal_fine>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -287,7 +287,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
else
|
|
|
legal_fine += 5000 + (shplft_value/2*3)
|
|
|
- '"I hereby sentence you to a fine of <<sum>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
+ '"I hereby sentence you to a fine of <<legal_fine>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office. And if it happens that you appear in front of this court again, check your attitude." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -297,7 +297,7 @@ if $ARGS[0] = 'punishment':
|
|
|
!present how much the player needs to pay
|
|
|
if $detec_type = 'easy':
|
|
|
legal_fine += 7500 + (shplft_value/4*3)
|
|
|
- '"Seems that I need to increase the fine for you to pay back to a sum of <<sum>> <b>₽</b>. Hopefully, this will teach you a lesson." the judge reads out your sentence.'
|
|
|
+ '"Seems that I need to increase the fine for you to pay back to a sum of <<legal_fine>> <b>₽</b>. Hopefully, this will teach you a lesson." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -305,7 +305,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
elseif $detec_type = 'norm':
|
|
|
legal_fine += 7500 + (shplft_value/2*3)
|
|
|
- '"Seems that I need to increase the fine for you to pay back to a sum of <<sum>> <b>₽</b>. Hopefully, this will teach you a lesson." the judge reads out your sentence.'
|
|
|
+ '"Seems that I need to increase the fine for you to pay back to a sum of <<legal_fine>> <b>₽</b>. Hopefully, this will teach you a lesson." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -313,7 +313,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
else
|
|
|
legal_fine += 7500 + (shplft_value*2)
|
|
|
- '"I sentence you hereby to pay back a sum of <<sum>> <b>₽</b> and I''ll also sentence you to some community service at the Mercy Clinic to 20 hours, hopefully this will help." the judge reads out your sentence.'
|
|
|
+ '"I sentence you hereby to pay back a sum of <<legal_fine>> <b>₽</b> and I''ll also sentence you to some community service at the Mercy Clinic to 20 hours, hopefully this will help." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office and I suppose you know where to find the Mercy Clinic? I see you''ve still got an attitude issue." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -322,7 +322,7 @@ if $ARGS[0] = 'punishment':
|
|
|
elseif shplft_counter <= 15:
|
|
|
if $detec_type = 'easy':
|
|
|
legal_fine += 10000 + shplft_value
|
|
|
- '"<<$pcs_lastname>> I see that name come up quite often here. Seems like I need to increase the fine even further to a sum of <<sum>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
+ '"<<$pcs_lastname>> I see that name come up quite often here. Seems like I need to increase the fine even further to a sum of <<legal_fine>> <b>₽</b>." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -330,7 +330,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
elseif $detec_type = 'norm':
|
|
|
legal_fine += 10000 + (shplft_value*2)
|
|
|
- '"<<$pcs_lastname>> I see that name come up quite often here. Seems like I need to increase the fine even further to a sum of <<sum>> <b>₽</b> and sentence you to community service at the Mercy Clinic to 20 hours." the judge reads out your sentence.'
|
|
|
+ '"<<$pcs_lastname>> I see that name come up quite often here. Seems like I need to increase the fine even further to a sum of <<legal_fine>> <b>₽</b> and sentence you to community service at the Mercy Clinic to 20 hours." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office and by now you should know where to find the Mercy Clinic." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -338,7 +338,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
else
|
|
|
legal_fine += 10000 + (shplft_value/2*5)
|
|
|
- '"<<$pcs_lastname>> I see that name come up quite often here. Seems like I need to increase the fine even further to a sum of <<sum>> <b>₽</b> and increase the community service at the Mercy Clinic to 40 hours." the judge reads out your sentence.'
|
|
|
+ '"<<$pcs_lastname>> I see that name come up quite often here. Seems like I need to increase the fine even further to a sum of <<legal_fine>> <b>₽</b> and increase the community service at the Mercy Clinic to 40 hours." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office and by now you should know where to find the Mercy Clinic." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -347,7 +347,7 @@ if $ARGS[0] = 'punishment':
|
|
|
elseif shplft_counter <= 20:
|
|
|
if $detec_type = 'easy':
|
|
|
legal_fine += 15000 + (shplft_value/4*5)
|
|
|
- '"This is starting to get out of hand, <<$pcs_lastname>>! Seems like I need to increase the fine even further to a sum of <<sum>> <b>₽</b> and sentence you to community service at the Mercy Clinic to 20 hours." the judge reads out your sentence.'
|
|
|
+ '"This is starting to get out of hand, <<$pcs_lastname>>! Seems like I need to increase the fine even further to a sum of <<legal_fine>> <b>₽</b> and sentence you to community service at the Mercy Clinic to 20 hours." the judge reads out your sentence.'
|
|
|
'"You already know what you need to do." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -355,7 +355,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
elseif $detec_type = 'norm':
|
|
|
legal_fine += 15000 + (shplft_value/2*5)
|
|
|
- '"This is starting to get out of hand, <<$pcs_lastname>>! Seems like I need to increase the fine even further to a sum of <<sum>> <b>₽</b> and increase the community service at the Mercy Clinic to 40 hours." the judge reads out your sentence.'
|
|
|
+ '"This is starting to get out of hand, <<$pcs_lastname>>! Seems like I need to increase the fine even further to a sum of <<legal_fine>> <b>₽</b> and increase the community service at the Mercy Clinic to 40 hours." the judge reads out your sentence.'
|
|
|
'"You already know what you need to do." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -363,7 +363,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
else
|
|
|
legal_fine += 15000 + (shplft_value*3)
|
|
|
- '"This is starting to get out of hand, <<$pcs_lastname>>! Seems like I need to increase the fine even further to a sum of <<sum>> <b>₽</b> and increase the community service at the Mercy Clinic to 80 hours." the judge reads out your sentence.'
|
|
|
+ '"This is starting to get out of hand, <<$pcs_lastname>>! Seems like I need to increase the fine even further to a sum of <<legal_fine>> <b>₽</b> and increase the community service at the Mercy Clinic to 80 hours." the judge reads out your sentence.'
|
|
|
'"You already know what you need to do." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -372,7 +372,7 @@ if $ARGS[0] = 'punishment':
|
|
|
elseif shplft_counter <= 25:
|
|
|
if $detec_type = 'easy':
|
|
|
legal_fine += 25000 + (shplft_value/2*3)
|
|
|
- '"Well well, what a surprise, <<$pcs_lastname>> stands in front of me again. You''re starting to annoy me! Are you doing this on purpose? Don''t answer and instead pay this fine of <<sum>> <b>₽</b> and enjoy your community service at the Mercy Clinic for 40 hours." the judge reads out your sentence.'
|
|
|
+ '"Well well, what a surprise, <<$pcs_lastname>> stands in front of me again. You''re starting to annoy me! Are you doing this on purpose? Don''t answer and instead pay this fine of <<legal_fine>> <b>₽</b> and enjoy your community service at the Mercy Clinic for 40 hours." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office and I suppose you know where to find the Mercy Clinic?" the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -380,7 +380,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
elseif $detec_type = 'norm':
|
|
|
legal_fine += 25000 + (shplft_value*3)
|
|
|
- '"Well well, what a surprise, <<$pcs_lastname>> stands in front of me again. You''re starting to annoy me! Are you doing this on purpose? Don''t answer and instead pay the fine of <<sum>> <b>₽</b> and enjoy your community service at the Mercy Clinic for 80 hours." the judge reads out your sentence.'
|
|
|
+ '"Well well, what a surprise, <<$pcs_lastname>> stands in front of me again. You''re starting to annoy me! Are you doing this on purpose? Don''t answer and instead pay the fine of <<legal_fine>> <b>₽</b> and enjoy your community service at the Mercy Clinic for 80 hours." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office and I suppose you know where to find the Mercy Clinic?" the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -388,7 +388,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
else
|
|
|
legal_fine += 25000 + (shplft_value*4)
|
|
|
- '"Well well, what a surprise, <<$pcs_lastname>> stands in front of me again. You''re starting to annoy me! Are you doing this on purpose? Don''t answer and instead pay the fine of <<sum>> <b>₽</b> and enjoy your community service at the Mercy Clinic for 120 hours." the judge reads out your sentence.'
|
|
|
+ '"Well well, what a surprise, <<$pcs_lastname>> stands in front of me again. You''re starting to annoy me! Are you doing this on purpose? Don''t answer and instead pay the fine of <<legal_fine>> <b>₽</b> and enjoy your community service at the Mercy Clinic for 120 hours." the judge reads out your sentence.'
|
|
|
'"You can pay your fine at the post office and I suppose you know where to find the Mercy Clinic?" the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -397,7 +397,7 @@ if $ARGS[0] = 'punishment':
|
|
|
else
|
|
|
if $detec_type = 'easy':
|
|
|
legal_fine += 50000 + (shplft_value*2)
|
|
|
- 'The judge sighs, "Here we are again <<$pcs_lastname>>! I''m getting tired of being lenient so you''re getting the maximum sentence. The fine will be set to <<sum>> <b>₽</b> and the community service at the Mercy Clinic for 80 hours." the judge reads out your sentence.'
|
|
|
+ 'The judge sighs, "Here we are again <<$pcs_lastname>>! I''m getting tired of being lenient so you''re getting the maximum sentence. The fine will be set to <<legal_fine>> <b>₽</b> and the community service at the Mercy Clinic for 80 hours." the judge reads out your sentence.'
|
|
|
'"You already know what you need to do. I hope you will think about your actions before stealing again." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -405,7 +405,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
elseif $detec_type = 'norm':
|
|
|
legal_fine += 50000 + (shplft_value*4)
|
|
|
- 'The judge sighs, "Here we are again <<$pcs_lastname>>! I''m getting tired of being lenient so you''re getting the maximum sentence. The fine will be set to <<sum>> <b>₽</b> and the community service at the Mercy Clinic for 120 hours." the judge reads out your sentence.'
|
|
|
+ 'The judge sighs, "Here we are again <<$pcs_lastname>>! I''m getting tired of being lenient so you''re getting the maximum sentence. The fine will be set to <<legal_fine>> <b>₽</b> and the community service at the Mercy Clinic for 120 hours." the judge reads out your sentence.'
|
|
|
'"You already know what you need to do. I hope you will think about your actions before stealing again." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|
|
@@ -413,7 +413,7 @@ if $ARGS[0] = 'punishment':
|
|
|
|
|
|
else
|
|
|
legal_fine += 50000 + (shplft_value*5)
|
|
|
- 'The judge sighs, "Here we are again <<$pcs_lastname>>! I''m getting tired of being lenient so you''re getting the maximum sentence. The fine will be set to <<sum>> <b>₽</b> and the community service at the Mercy Clinic for 160 hours." the judge reads out your sentence.'
|
|
|
+ 'The judge sighs, "Here we are again <<$pcs_lastname>>! I''m getting tired of being lenient so you''re getting the maximum sentence. The fine will be set to <<legal_fine>> <b>₽</b> and the community service at the Mercy Clinic for 160 hours." the judge reads out your sentence.'
|
|
|
'"You already know what you need to do. I hope you will think about your actions before stealing again." the judge finishes.'
|
|
|
'You nod and quickly make your way out of courtroom.'
|
|
|
|