Gambler: Difference between revisions

No edit summary
No edit summary
Line 20: Line 20:
             '''Player:''' How about I just kill you and get my money back
             '''Player:''' How about I just kill you and get my money back
               '''Gambler:''' Woah woah woah  |  Theres no need for violence  |  Fine, take back your measly little coin
               '''Gambler:''' Woah woah woah  |  Theres no need for violence  |  Fine, take back your measly little coin
              <code style="color: red;">''Event Action:'' {'desc': 'Player receives 1 coin', 'type': 'PlayerReceiveItems', 'playerReceiveItems': [{'id': 6, 'isIOU': False, 'amt': 1}]}</code>
                <code>''Add [[Coins]] → 1''</code>
         '''Player:''' Tails
         '''Player:''' Tails
           '''Gambler:''' Alright, heads I win, tails you lose! &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Its heads, I win! Better luck next time
           '''Gambler:''' Alright, heads I win, tails you lose! &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Its heads, I win! Better luck next time
Line 29: Line 29:
             '''Player:''' How about I just kill you and get my money back
             '''Player:''' How about I just kill you and get my money back
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your measly little coin
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your measly little coin
              <code style="color: red;">''Event Action:'' {'desc': 'Player receives 1 coin', 'type': 'PlayerReceiveItems', 'playerReceiveItems': [{'id': 6, 'isIOU': False, 'amt': 1}]}</code>
                <code>''Add [[Coins]] → 1''</code>
        <code style="color: red;">''Event Action:'' {'desc': 'player gives 1 coin', 'type': 'PlayerGiveItems', 'playerGiveItems': [{'id': 6, 'isIOU': False, 'amt': 1}]}</code>
          <code>''Remove [[Coins]] → 1''</code>
       '''Player:''' Two coins
       '''Player:''' Two coins
         '''Gambler:''' Just two? &nbsp;|&nbsp; Alright, time for the coin flip! &nbsp;|&nbsp; Heads or tails?
         '''Gambler:''' Just two? &nbsp;|&nbsp; Alright, time for the coin flip! &nbsp;|&nbsp; Heads or tails?
Line 41: Line 41:
             '''Player:''' How about I just kill you and get my money back
             '''Player:''' How about I just kill you and get my money back
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your two measly little coins
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your two measly little coins
              <code style="color: red;">''Event Action:'' {'desc': 'Player receives 2 coins', 'type': 'PlayerReceiveItems', 'playerReceiveItems': [{'id': 6, 'isIOU': False, 'amt': 2}]}</code>
                <code>''Add [[Coins]] → 2''</code>
         '''Player:''' Tails
         '''Player:''' Tails
           '''Gambler:''' Alright, heads I win, tails you lose! &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Its heads, I win! Better luck next time
           '''Gambler:''' Alright, heads I win, tails you lose! &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Its heads, I win! Better luck next time
Line 50: Line 50:
             '''Player:''' How about I just kill you and get my money back
             '''Player:''' How about I just kill you and get my money back
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your two measly little coins
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your two measly little coins
              <code style="color: red;">''Event Action:'' {'desc': 'Player receives 2 coins', 'type': 'PlayerReceiveItems', 'playerReceiveItems': [{'id': 6, 'isIOU': False, 'amt': 2}]}</code>
                <code>''Add [[Coins]] → 2''</code>
        <code style="color: red;">''Event Action:'' {'desc': 'player gives 2 coins', 'type': 'PlayerGiveItems', 'playerGiveItems': [{'id': 6, 'isIOU': False, 'amt': 2}]}</code>
          <code>''Remove [[Coins]] → 1''</code>
       '''Player:''' Five coins
       '''Player:''' Five coins
         '''Gambler:''' Five coins eh? &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Alright, time for the coin flip! &nbsp;|&nbsp; Heads or tails?
         '''Gambler:''' Five coins eh? &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Alright, time for the coin flip! &nbsp;|&nbsp; Heads or tails?
Line 62: Line 62:
             '''Player:''' How about I just kill you and get my money back
             '''Player:''' How about I just kill you and get my money back
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your measly little coins
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your measly little coins
              <code style="color: red;">''Event Action:'' {'desc': 'Player receives 5 coins', 'type': 'PlayerReceiveItems', 'playerReceiveItems': [{'id': 6, 'isIOU': False, 'amt': 5}]}</code>
                <code>''Add [[Coins]] → 5''</code>
         '''Player:''' Tails
         '''Player:''' Tails
           '''Gambler:''' Alright, heads I win, tails you lose! &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Its heads, I win! Better luck next time
           '''Gambler:''' Alright, heads I win, tails you lose! &nbsp;|&nbsp; ...(the gambler flips the coin)... &nbsp;|&nbsp; Its heads, I win! Better luck next time
Line 71: Line 71:
             '''Player:''' How about I just kill you and get my money back
             '''Player:''' How about I just kill you and get my money back
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your measly little coins
               '''Gambler:''' Woah woah woah &nbsp;|&nbsp; Theres no need for violence &nbsp;|&nbsp; Fine, take back your measly little coins
              <code style="color: red;">''Event Action:'' {'desc': 'Player receives 5 coins', 'type': 'PlayerReceiveItems', 'playerReceiveItems': [{'id': 6, 'isIOU': False, 'amt': 5}]}</code>
                <code>''Add [[Coins]] → 5''</code>
        <code style="color: red;">''Event Action:'' {'desc': 'player gives 3 coins', 'type': 'PlayerGiveItems', 'playerGiveItems': [{'id': 6, 'isIOU': False, 'amt': 3}]}</code>
          <code>''Remove[[Coins]] → 3''</code>
       '''Player:''' Actually I don't have any money on me
       '''Player:''' Actually I don't have any money on me
         '''Gambler:''' Well then, run along to the bank and go get some!
         '''Gambler:''' Well then, run along to the bank and go get some!