ep1 doesn't have easter rappies

This commit is contained in:
andy 2021-06-25 23:00:57 +00:00
parent e2d45f1599
commit 2a7e793b23
10 changed files with 9 additions and 10 deletions

View File

@ -229,7 +229,7 @@ lck = 20
esp = 15 esp = 15
exp = 40 exp = 40
[EasterRappy] [AlRappy]
atp = 527 atp = 527
mst = 0 mst = 0
evp = 90 evp = 90

View File

@ -229,7 +229,7 @@ lck = 10
esp = 0 esp = 0
exp = 4 exp = 4
[EasterRappy] [AlRappy]
atp = 184 atp = 184
mst = 0 mst = 0
evp = 45 evp = 45

View File

@ -229,7 +229,7 @@ lck = 30
esp = 35 esp = 35
exp = 256 exp = 256
[EasterRappy] [AlRappy]
atp = 2100 atp = 2100
mst = 0 mst = 0
evp = 419 evp = 419

View File

@ -229,7 +229,7 @@ lck = 35
esp = 30 esp = 30
exp = 88 exp = 88
[EasterRappy] [AlRappy]
atp = 913 atp = 913
mst = 0 mst = 0
evp = 194 evp = 194

View File

@ -229,7 +229,7 @@ lck = 20
esp = 15 esp = 15
exp = 40 exp = 40
[EasterRappy] [AlRappy]
atp = 443 atp = 443
mst = 0 mst = 0
evp = 28 evp = 28

View File

@ -229,7 +229,7 @@ lck = 10
esp = 0 esp = 0
exp = 4 exp = 4
[EasterRappy] [AlRappy]
atp = 150 atp = 150
mst = 0 mst = 0
evp = 5 evp = 5

View File

@ -229,7 +229,7 @@ lck = 30
esp = 30 esp = 30
exp = 256 exp = 256
[EasterRappy] [AlRappy]
atp = 1800 atp = 1800
mst = 0 mst = 0
evp = 276 evp = 276

View File

@ -229,7 +229,7 @@ lck = 35
esp = 30 esp = 30
exp = 88 exp = 88
[EasterRappy] [AlRappy]
atp = 707 atp = 707
mst = 0 mst = 0
evp = 55 evp = 55

View File

@ -113,7 +113,7 @@ pub fn done_bursting(id: ClientId,
if let Some(room) = rooms.get_mut(room_id.0).unwrap().as_mut() { if let Some(room) = rooms.get_mut(room_id.0).unwrap().as_mut() {
room.bursting = false; room.bursting = false;
rare_monster_list = Some(room.maps.get_rare_monster_list()); rare_monster_list = Some(room.maps.get_rare_monster_list());
}); };
} }
let area_client = client_location.get_local_client(id).unwrap(); // TODO: unwrap let area_client = client_location.get_local_client(id).unwrap(); // TODO: unwrap

View File

@ -376,7 +376,6 @@ impl<EG: EntityGateway> ShipServerStateBuilder<EG> {
ip: self.ip.unwrap_or_else(|| Ipv4Addr::new(127,0,0,1)), ip: self.ip.unwrap_or_else(|| Ipv4Addr::new(127,0,0,1)),
port: self.port.unwrap_or(SHIP_PORT), port: self.port.unwrap_or(SHIP_PORT),
shops: Box::new(ItemShops::default()), shops: Box::new(ItemShops::default()),
blocks: Blocks(blocks), blocks: Blocks(blocks),
auth_token: self.auth_token.unwrap_or_else(|| AuthToken("".into())), auth_token: self.auth_token.unwrap_or_else(|| AuthToken("".into())),