Merge branch 'develop' of github.com:HabitRPG/habitrpg-shared into add-flag-to-chat
|
|
@ -2,12 +2,12 @@
|
|||
margin-left: 1.25em;
|
||||
}*/
|
||||
|
||||
/* Comment out for holiday events */
|
||||
/* Comment out for holiday events
|
||||
.npc_ian {
|
||||
background: url("../img/sprites/npc_ian.gif") no-repeat;
|
||||
width: 78px;
|
||||
height: 135px;
|
||||
}
|
||||
} */
|
||||
|
||||
.Gems {
|
||||
display:inline-block;
|
||||
|
|
|
|||
2
dist/habitrpg-shared.css
vendored
161
dist/habitrpg-shared.js
vendored
|
|
@ -9853,6 +9853,10 @@ events = {
|
|||
fall: {
|
||||
start: '2014-09-21',
|
||||
end: '2014-11-01'
|
||||
},
|
||||
winter2015: {
|
||||
start: '2014-12-21',
|
||||
end: '2015-01-31'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -10419,6 +10423,49 @@ gear = {
|
|||
}),
|
||||
value: 90,
|
||||
int: 9
|
||||
},
|
||||
winter2015Rogue: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('weaponSpecialWinter2015RogueText'),
|
||||
notes: t('weaponSpecialWinter2015RogueNotes', {
|
||||
str: 8
|
||||
}),
|
||||
value: 80,
|
||||
str: 8
|
||||
},
|
||||
winter2015Warrior: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('weaponSpecialWinter2015WarriorText'),
|
||||
notes: t('weaponSpecialWinter2015WarriorNotes', {
|
||||
str: 15
|
||||
}),
|
||||
value: 90,
|
||||
str: 15
|
||||
},
|
||||
winter2015Mage: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'wizard',
|
||||
twoHanded: true,
|
||||
text: t('weaponSpecialWinter2015MageText'),
|
||||
notes: t('weaponSpecialWinter2015MageNotes', {
|
||||
int: 15,
|
||||
per: 7
|
||||
}),
|
||||
value: 160,
|
||||
int: 15,
|
||||
per: 7
|
||||
},
|
||||
winter2015Healer: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'healer',
|
||||
text: t('weaponSpecialWinter2015HealerText'),
|
||||
notes: t('weaponSpecialWinter2015HealerNotes', {
|
||||
int: 9
|
||||
}),
|
||||
value: 90,
|
||||
int: 9
|
||||
}
|
||||
},
|
||||
mystery: {
|
||||
|
|
@ -10823,6 +10870,46 @@ gear = {
|
|||
value: 90,
|
||||
con: 15
|
||||
},
|
||||
winter2015Rogue: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('armorSpecialWinter2015RogueText'),
|
||||
notes: t('armorSpecialWinter2015RogueNotes', {
|
||||
per: 15
|
||||
}),
|
||||
value: 90,
|
||||
per: 15
|
||||
},
|
||||
winter2015Warrior: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('armorSpecialWinter2015WarriorText'),
|
||||
notes: t('armorSpecialWinter2015WarriorNotes', {
|
||||
con: 9
|
||||
}),
|
||||
value: 90,
|
||||
con: 9
|
||||
},
|
||||
winter2015Mage: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'wizard',
|
||||
text: t('armorSpecialWinter2015MageText'),
|
||||
notes: t('armorSpecialWinter2015MageNotes', {
|
||||
int: 9
|
||||
}),
|
||||
value: 90,
|
||||
int: 9
|
||||
},
|
||||
winter2015Healer: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'healer',
|
||||
text: t('armorSpecialWinter2015HealerText'),
|
||||
notes: t('armorSpecialWinter2015HealerNotes', {
|
||||
con: 15
|
||||
}),
|
||||
value: 90,
|
||||
con: 15
|
||||
},
|
||||
gaymerx: {
|
||||
event: events.gaymerx,
|
||||
text: t('armorSpecialGaymerxText'),
|
||||
|
|
@ -11274,6 +11361,46 @@ gear = {
|
|||
value: 60,
|
||||
int: 7
|
||||
},
|
||||
winter2015Rogue: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('headSpecialWinter2015RogueText'),
|
||||
notes: t('headSpecialWinter2015RogueNotes', {
|
||||
per: 9
|
||||
}),
|
||||
value: 60,
|
||||
per: 9
|
||||
},
|
||||
winter2015Warrior: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('headSpecialWinter2015WarriorText'),
|
||||
notes: t('headSpecialWinter2015WarriorNotes', {
|
||||
str: 9
|
||||
}),
|
||||
value: 60,
|
||||
str: 9
|
||||
},
|
||||
winter2015Mage: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'wizard',
|
||||
text: t('headSpecialWinter2015MageText'),
|
||||
notes: t('headSpecialWinter2015MageNotes', {
|
||||
per: 7
|
||||
}),
|
||||
value: 60,
|
||||
per: 7
|
||||
},
|
||||
winter2015Healer: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'healer',
|
||||
text: t('headSpecialWinter2015HealerText'),
|
||||
notes: t('headSpecialWinter2015HealerNotes', {
|
||||
int: 7
|
||||
}),
|
||||
value: 60,
|
||||
int: 7
|
||||
},
|
||||
gaymerx: {
|
||||
event: events.gaymerx,
|
||||
text: t('headSpecialGaymerxText'),
|
||||
|
|
@ -11643,6 +11770,36 @@ gear = {
|
|||
}),
|
||||
value: 70,
|
||||
con: 9
|
||||
},
|
||||
winter2015Rogue: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('shieldSpecialWinter2015RogueText'),
|
||||
notes: t('shieldSpecialWinter2015RogueNotes', {
|
||||
str: 8
|
||||
}),
|
||||
value: 80,
|
||||
str: 8
|
||||
},
|
||||
winter2015Warrior: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('shieldSpecialWinter2015WarriorText'),
|
||||
notes: t('shieldSpecialWinter2015WarriorNotes', {
|
||||
con: 7
|
||||
}),
|
||||
value: 70,
|
||||
con: 7
|
||||
},
|
||||
winter2015Healer: {
|
||||
event: events.winter2015,
|
||||
specialClass: 'healer',
|
||||
text: t('shieldSpecialWinter2015HealerText'),
|
||||
notes: t('shieldSpecialWinter2015HealerNotes', {
|
||||
con: 9
|
||||
}),
|
||||
value: 70,
|
||||
con: 9
|
||||
}
|
||||
},
|
||||
mystery: {
|
||||
|
|
@ -16294,5 +16451,5 @@ api.wrap = function(user, main) {
|
|||
};
|
||||
|
||||
|
||||
}).call(this,require("/Users/blade/habitrpg/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/Users/blade/habitrpg/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
}).call(this,require("/home/sabrecat/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/home/sabrecat/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
3844
dist/spritesmith0.css
vendored
BIN
dist/spritesmith0.png
vendored
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 186 KiB |
4886
dist/spritesmith1.css
vendored
BIN
dist/spritesmith1.png
vendored
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 87 KiB |
3430
dist/spritesmith2.css
vendored
BIN
dist/spritesmith2.png
vendored
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 172 KiB |
1182
dist/spritesmith3.css
vendored
BIN
dist/spritesmith3.png
vendored
|
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 365 KiB |
922
dist/spritesmith4.css
vendored
BIN
dist/spritesmith4.png
vendored
|
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 286 KiB |
1218
dist/spritesmith5.css
vendored
BIN
dist/spritesmith5.png
vendored
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 238 KiB |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
BIN
img/sprites/spritesmith/customize/beards/hair_beard_1_snowy.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
BIN
img/sprites/spritesmith/customize/beards/hair_beard_2_aurora.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/beards/hair_beard_2_snowy.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/beards/hair_beard_3_aurora.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/beards/hair_beard_3_snowy.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_1_aurora.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_1_festive.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_1_snowy.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_2_aurora.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_2_festive.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_2_snowy.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_3_aurora.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_3_festive.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_bangs_3_snowy.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_1_aurora.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_1_festive.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_1_snowy.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_2_aurora.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_2_festive.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_2_snowy.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_3_aurora.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_3_festive.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_3_snowy.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_4_aurora.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_4_festive.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_4_snowy.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_5_aurora.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_5_festive.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_5_snowy.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_6_aurora.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_6_festive.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_6_snowy.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
img/sprites/spritesmith/customize/hair/hair_base_7_aurora.png
Normal file
|
After Width: | Height: | Size: 3 KiB |