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   






