Changes between Version 142 and Version 143 of app2.0/object_properties


Ignore:
Timestamp:
11/07/2016 06:15:15 PM (9 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/object_properties

    v142 v143  
    548548}}} 
    549549 
     550 
     551== 奖励规则 == 
     552 
     553{{{#!java 
     554award: { 
     555        awardId: 1111,           //id 
     556        description: "签到奖励", //说明  
     557        score: 0,               //积分 
     558        experience: 0,          //经验 
     559        gold: -2,               //金币 
     560        pristige: 0,            //威望 
     561        purchasingGold: 16      //钻石 
     562        totalCount: 1,          //次数限制 
     563} 
     564}}} 
     565 
    550566== 焦点图 == 
    551567