Skip to content

Commit

Permalink
chore(web): mobile prices (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
broody authored Sep 18, 2023
1 parent d1166c6 commit ceab688
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 196 deletions.
2 changes: 1 addition & 1 deletion src/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const SCALING_FACTOR: u128 = 10_000;
const TRAVEL_RISK: u8 = 60; // 60% chance of travel encounter
const CAPTURE_RISK: u8 = 60; // 60% chance of capture

const ENCOUNTER_BIAS_GANGS: u128 = 75;
const ENCOUNTER_BIAS_GANGS: u128 = 75; // 75% chance of gangs encounter vs cops
const COPS_DRUG_THRESHOLD: usize = 5; // cops encounter threshold

const HEALTH_IMPACT: u8 = 10;
Expand Down
Loading

1 comment on commit ceab688

@vercel
Copy link

@vercel vercel bot commented on ceab688 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollyourown – ./

rollyourown.preview.cartridge.gg
rollyourown-git-main.preview.cartridge.gg

Please sign in to comment.