This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Place #1 items: | |
#0 '棒棒糖': | |
Unlock lv: 1 | |
Type: 32 (GIFT) | |
Item ID: 0 | |
CT: 53 | |
Price: 4 | |
Number: 2 | |
Weight: 208 | |
Chance (per place, pm): 64.03940886699507 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Food Truck #0 'Sushi Food Truck': | |
Unlock level: 25 | |
Pice: 0 of #2 | |
Time: 240 | |
Level needed to unlock staff slot: [1, 2, 3, 4, 4] | |
Ingredient needed: | |
Level 1: #0: 3 of #42:MAIN_DISH_MATERIAL/#2:__NOT_DECODED_SORRY__ | |
Level 2: #1: 5 of #42:MAIN_DISH_MATERIAL/#2:__NOT_DECODED_SORRY__ | |
Level 3: #2: 8 of #42:MAIN_DISH_MATERIAL/#2:__NOT_DECODED_SORRY__ | |
Level 4: #3: 10 of #42:MAIN_DISH_MATERIAL/#2:__NOT_DECODED_SORRY__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*法*轮*功* | |
*李*洪*志*阿扁 | |
3P | |
8仙 | |
AIDS | |
AV电影下载 | |
Bitch | |
bt | |
cao | |
DICK |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.catstudio.engine.util; | |
import java.security.MessageDigest; | |
public class CatMD5 { | |
static final byte[] PADDING; | |
static final int S11 = 7; | |
static final int S12 = 12; | |
static final int S13 = 17; | |
static final int S14 = 22; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1+1=? | |
1+1=? | |
你在说啥我听不懂 | |
你在說啥我聽不懂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import argparse | |
import datetime | |
import os | |
import pprint | |
import shutil | |
import subprocess | |
import sys | |
import time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("plus.google.com") { | |
.s63zqd { | |
overflow: visible !important; | |
display: block !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 'Sell Maid Omurice' unlock_lv=11 type=1 monitor=(137, 0, 1) base_value=1 max_multiply=10 | |
#1 'Sell Miso Ramen' unlock_lv=11 type=1 monitor=(137, 1, 1) base_value=1 max_multiply=10 | |
#2 'Sell Udon Noodles' unlock_lv=21 type=1 monitor=(137, 4, 1) base_value=1 max_multiply=10 | |
#3 'Sell Jap Fried Tofu' unlock_lv=31 type=1 monitor=(137, 6, 1) base_value=1 max_multiply=10 | |
#4 'Sell Salmon Sashimi' unlock_lv=51 type=1 monitor=(137, 8, 1) base_value=1 max_multiply=10 | |
#5 'Sell Seafood Hot Pot' unlock_lv=51 type=1 monitor=(137, 9, 1) base_value=1 max_multiply=10 | |
#6 'Sell Soda' unlock_lv=11 type=1 monitor=(137, 10, 1) base_value=1 max_multiply=10 | |
#7 'Sell Orange Juice' unlock_lv=21 type=1 monitor=(137, 11, 1) base_value=1 max_multiply=10 | |
#8 'Sell Oolong Tea' unlock_lv=31 type=1 monitor=(137, 12, 1) base_value=1 max_multiply=10 | |
#9 'Sell Cappucino' unlock_lv=41 type=1 monitor=(137, 16, 1) base_value=1 max_multiply=10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ID, EN Name / desc | |
NONE = (0, None) # Not real item, placeholder for empty | |
# Currency types | |
COINS = (1, 'Gold') | |
CRYSTALS = (2, 'Diamonds') | |
FRIENDSHIP = (3, 'Friendship') | |
DOLLAR = (4, 'Currency') # wtf? | |
POPULARITY = (5, 'Popularity') |