Last active
December 28, 2019 06:20
-
-
Save seeya/f0d9be05e960929c0cd31914bbe856b0 to your computer and use it in GitHub Desktop.
Revisions
-
seeya revised this gist
Dec 28, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ Description,Modify Value/Fx Modify coins earned, createCoins: function(e...) { t.itemValue = e * 6; } Modify candys earned, createCandys: function(e...) { t.itemValue = e * 6; } Modify loves earned, createLoves: function(e...) { t.itemValue = e * 6; } Modify stars earned, createStars: function(e...) { t.itemValue = e * 6; } Modify tips earning, claimTip: function() { ... value: n * 1000 } Modify number of touch required for promoting new customer, if (this.broadcastCount >= 1) -
seeya revised this gist
Dec 28, 2019 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ Description,Modify Value/Fx Modify cods earned, createCoins: function(e...) { t.itemValue = e * 6; } Modify candys earned, createCandys: function(e...) { t.itemValue = e * 6; } Modify loves earned, createLoves: function(e...) { t.itemValue = e * 6; } Modify stars earned, createStars: function(e...) { t.itemValue = e * 6; } Modify number of touch required for promoting new customer, if (this.broadcastCount >= 1) -
seeya revised this gist
Dec 28, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ Description,Modify Value/Fx Modify cods earned, createCoins: function(e, t) { t.itemValue = e * 6; } Modify number of touch required for promoting new customer, if (this.broadcastCount >= 1) -
seeya created this gist
Dec 28, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ Description,Modify Value/Fx Modify number of touch required for promoting new customer, if (this.broadcastCount >=