a
    ik                     @   sj   d Z ddlZddlmZ dddZdddZdd	d
ZdddZdddZdddZ	dddZ
g dZdS )a  
Negative Financial Events
Financial problems and setbacks that add realism and challenge

Events (from NEGATIVE_EVENTS_LIST.md - Financial Problems section):
- carBreakdown: Car breaks down requiring expensive repairs
- scammed: Fell for a scam and lost money
- identityTheft: Identity stolen, resulting in financial and stress consequences
- lostJob: Laid off from work
- rentalEviction: Being evicted from rental property
- taxAudit: IRS tax audit
- investmentLoss: Investments tanked and lost money
    N)messageFunctionmessagec                 C   s   d}t | jdr&tdd | jjD nd}|| jvo^| jjdko^| jjdko^|o^dt d	 k}d
}|r| j| | jjdkr| j jd8  _nd| j_| j j	d7  _	| j j
d8  _
| j j	d7  _	t||| |S )z+Car breaks down requiring expensive repairscarBreakdownitemsc                 s   s   | ]}d |j v V  qdS )ZCarNname.0item r   :/var/www/lichun.app/lichun/ws/events/negative/financial.py	<genexpr>       zcarBreakdown.<locals>.<genexpr>F   d        z.Your car broke down and repairs are expensive.i  r      )hasattrcanyr   eventsageYearsrandomaddmoneystress	happinessr   )playertypefnameZhas_carcheckr   r   r   r   r      s*    &


r   c                 C   s   d}|| j vo4| jjdko4| jjdko4dt d k}d}|r| j | | jjdkrh| j jd8  _nd| j_| j jd	7  _| j jd
8  _| j jd8  _t||| |S )zFell for a scam and lost moneyscammed   r   r   r   z4You fell for a scam and lost money. You feel stupid.  r   r         	r   r   r   r   r   r   r   r   r   r   r   r    r!   r   r   r   r   r"   /   s$    


r"   c                 C   s   d}|| j vo4| jjdko4| jjdko4dt d k}d}|r| j | | jjdkrh| j jd8  _nd| j_| j jd	7  _| j jd
7  _| j jd8  _t||| |ddS )z+Identity stolen with financial consequencesidentityTheftr#   r   r     zDSomeone stole your identity and racked up charges. What a nightmare.r   r   r   (      2   
energyCostr'   r(   r   r   r   r)   J   s$    


r)   c                 C   s   d}|| j voH| jjdkoH| jjdkoH| jjdkoH| jjoHdt d k}d}|r| j | d| j_d	| j_| jjd
kr| j jd
8  _nd| j_| j jd7  _| j j	d8  _	| j jd7  _t
||| |S )zLaid off from joblostJobr#   A   workr   r*   zGYou were laid off from your job. You're worried about making ends meet.FZ
unemployedr$   r   r   r+   )r   r   r   
occupationjobr   r   r   r   r   r   r(   r   r   r   r0   d   s0    



r0   c                 C   s   d}t | jdr&tdd | jjD nd}| oF| jjdkoF| jjdk}|| jvo|| jjdko|| jjdko||o|d	t d
 k}d}|r| j| | j jd7  _| j j	d8  _	t
||| |ddS )z"Being evicted from rental propertyrentalEvictionr   c                 s   s   | ]}|j d v V  qdS ))zLuxury VillazPersonal IslandNr   r   r   r   r   r      r   z!rentalEviction.<locals>.<genexpr>Fr#   r+   r   r   i  zAYour landlord is evicting you. You need to find a new place fast.r-   #     )	moneyCost)r   r   r   r   r   r   r   r   r   r   r   )r   r   r    Z	has_houseZlikely_rentingr!   r   r   r   r   r5      s$    &


r5   c                 C   s   d}|| j vo4| jjdko4| jjdko4dt d k}d}|r| j | | jjdkrh| j jd8  _nd| j_| j jd	7  _| j jd
7  _t||| |ddS )zIRS tax audittaxAudit   r   r   i	  zMYou're being audited by the IRS. This is going to be expensive and stressful.i   r   r   r6   r,   r.   )r   r   r   r   r   r   r   r   r(   r   r   r   r9      s"    


r9   c                 C   s   d}| j jdk}|| jvoD| j jdkoD| j jdkoD|oDdt d k}d}|r| j| | j  jd8  _| j  jd	8  _| j  jd7  _t||| |S )
z!Investments tanked and lost moneyinvestmentLossi'  r%   r   r   r7   z@Your investments tanked. You lost a significant amount of money.r*   r,   )	r   r   r   r   r   r   r   r   r   )r   r   r    Zhas_investmentsr!   r   r   r   r   r;      s$    


r;   )r   r"   r)   r0   r5   r9   r;   )r   )r   )r   )r   )r   )r   )r   )__doc__r   Zevents.baser   r   r"   r)   r0   r5   r9   r;   __all__r   r   r   r   <module>   s   






