Add Mantas
This commit is contained in:
parent
83a5db08be
commit
228f8a47db
2 changed files with 19 additions and 0 deletions
BIN
public/img/homeActions/getManta.png
Normal file
BIN
public/img/homeActions/getManta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 880 B |
|
@ -77,5 +77,24 @@ export class HomeActions extends StaticClass {
|
|||
},
|
||||
outcomes: ["S h a r k", "s.h.a.r.k.", "shark", "sharg", "that was probably a shark"],
|
||||
},
|
||||
catchManta: {
|
||||
image: "getManta.png",
|
||||
name: "Summon ray",
|
||||
effect: {
|
||||
resource: {
|
||||
get ray() {
|
||||
return Math.random() < 0.01 ? 1e9 : 1;
|
||||
},
|
||||
},
|
||||
},
|
||||
outcomes: [
|
||||
"Ray",
|
||||
"A dark one arrives",
|
||||
"A new ray... It is haunting to look at",
|
||||
"You shudder, is this what you should have done?",
|
||||
"You should stop.",
|
||||
"This one says it's called Raymin'o'lathep...\nA lot of them do that",
|
||||
],
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue