3269 Commits

Author SHA1 Message Date
Sam
018f9ae53f Entities will now attempt to orient towards the sprite they are interacting with. 2021-08-31 13:37:36 -04:00
Sam
ac6f00cbae Added attack hook event, attacks now cancel item use and sprite interaction. 2021-08-31 13:37:32 -04:00
Sam
984e39f1a2 Sprites now go through a character state to be picked up. 2021-08-31 13:36:04 -04:00
Joshua Barretto
03f852542b Make arrows 'bonk' hanging sprites 2021-08-31 13:31:27 +01:00
Joshua Barretto
fe09ddfd67 Merge branch 'zesterer/spots' into 'master'
Spots

See merge request 
2021-08-31 12:03:47 +00:00
Monty Marz
2e5414d3e0 fix witch hut smoke 2021-08-30 12:03:13 +02:00
Joshua Barretto
bfbcb8bb57 More tree variety 2021-08-29 18:38:34 +01:00
Joshua Barretto
51d8b14790 Added spot loot 2021-08-29 12:50:35 +01:00
Sam
42e9548806 Renamed variable to make more explicit what it does. 2021-08-28 18:31:44 -04:00
Monty Marz
f3b56796ed witch stuff 2021-08-28 14:53:30 +01:00
Monty Marz
599aa8135a taiga and savannah definitions 2021-08-28 14:53:30 +01:00
Joshua Barretto
ddb1104fe4 Added index customisation for world structure models 2021-08-28 14:53:30 +01:00
Joshua Barretto
7b5b2e632c sync 2021-08-28 14:53:30 +01:00
Joshua Barretto
a66f1922aa More block particles, changes ore vein colour 2021-08-28 14:53:30 +01:00
Sam
126f4e406a Fixed arrows dealing damage to entities if entity walked near arrow that stuck to terrain several seconds prior. 2021-08-26 19:00:28 -04:00
juliancoffee
f5dde393d3 Inline skills::Boost to voxygen code 2021-08-26 14:49:52 +03:00
juliancoffee
6839bffd29 Move to one SKILL_MODIFIERS constant 2021-08-26 14:49:52 +03:00
juliancoffee
76a7b61cd2 SkillTreeModifiers data structs 2021-08-26 14:49:52 +03:00
juliancoffee
97a47900de Remove unused SkillBoost functions 2021-08-26 14:49:52 +03:00
juliancoffee
33d8c86f29 Split adjusted_by_skills by toolkind 2021-08-26 14:49:51 +03:00
Sam
ae17cc5358 Fix mindflayer summoning minions inside pillars. 2021-08-22 12:21:24 -04:00
Imbris
93d7fd697d Merge branch 'imbris/some-tweaks' into 'master'
Add comment on tuple bool field meaning in pathing

Closes 

See merge request 
2021-08-21 16:56:01 +00:00
Ben Wallis
b82341d8af Merge branch 'xvar/book-doc-gen' into 'master'
Added cargo cmd-doc-gen to auto-generate the table of commands in the book

See merge request 
2021-08-21 16:14:42 +00:00
Imbris
02e5cb85b6 Add comment on tuple bool field meaning in pathing 2021-08-21 15:19:12 +00:00
Ben Wallis
3dd3e5d5ea Added cargo cmd-doc-gen to auto-generate the table of commands in the new players/commands.md page in the book 2021-08-21 13:36:55 +01:00
Ygor Souza
9af9e58a85 Use all armor stats to calculate combat rating
- Added terms to account for poise (stun resistance), max energy bonus,
  energy reward bonus, and crit power.
- The weights were chosen to yield roughly the same CR for each of the 3
  types of armor in the same tier.
- Weapon rating multiplied by a constant to keep in the same order of
  magnitude as the other terms.
2021-08-16 19:59:54 +02:00
juliancoffee
b26228bec0 Remove giants 2021-08-16 18:15:01 +03:00
juliancoffee
3b332b9213 Add ori_modifier for DashMelee and nerf it
* 0.6 -> 0.3 ori modifier during charge in DashMelee
2021-08-16 17:27:59 +03:00
juliancoffee
d93c6e2470 Add MakeNPC admin command 2021-08-16 16:45:36 +03:00
Imbris
b05515e5bf Merge branch 'juliancoffee/explode_vines' into 'master'
Make Fireballs explode EnsnaringVines

See merge request 
2021-08-14 19:09:05 +00:00
juliancoffee
565e337f76 Make is_mid_air use on_surface().is_none() 2021-08-13 23:16:38 +03:00
Joshua Barretto
5f310163ef Merge branch 'min-persistent-world' into 'master'
min-persistent-world

See merge request 
2021-08-13 12:30:28 +00:00
juliancoffee
86bf03be1c Add comment about fragility of solution 2021-08-12 15:28:58 +03:00
Dr. Dystopia
74c34598c7 Move assignment out of if-statement 2021-08-12 12:34:04 +02:00
Joshua Barretto
da58c3d143 Added experimental terrain persistence 2021-08-12 10:26:20 +01:00
juliancoffee
42debc32d3 Make Fireballs explode EnsnaringVines 2021-08-12 01:25:55 +03:00
juliancoffee
a93c6931d4 Implement /kit all and a bit of refactoring
+ notifying about sucessful kit application
+ notifying about case with insufficient space
+ handle case where you don't have enough free slots
+ handle quantity of non-stackable items
+ add test for items in kit manifest
2021-08-10 13:28:38 +03:00
Samuel Keiffer
756249fd04 Merge branch 'pacmanmati/veloren-pacmanmati/1224-consolidate-redundant-stage-sections' into 'master'
Consolidate redundant stage sections

See merge request 
2021-08-10 01:23:26 +00:00
juliancoffee
593393fbee Use asset::load_dir to get list of all items 2021-08-10 02:03:46 +03:00
Sam
571fe8aa0d Consolidated Use into Action as well. 2021-08-09 10:31:17 -04:00
pacmanmati
495e604dfc - Replace redundant StageSection: Swing, Shoot, Cast with Action 2021-08-09 10:27:53 -04:00
juliancoffee
8f138080a9 Make Frenzied buff again 2021-08-09 13:05:00 +03:00
Treeco
ad7b18f8f0 Buff swim thrust for humans reduce gains from skillpoints
This is intended to give a swim speed of 4.7 m/s when unskilled, and 7.2 when skilled
However, this turns out to be horrifically fps-dependant, both after this branch and in master. Needs further research into fixes
This commit tunes it for 60 fps
2021-08-09 10:06:16 +01:00
Treeco
a8559c61f2 Make each race's hitbox and weight scale linearly with their height
This causes all humanoids to handle identically when falling, gliding, or swimming
2021-08-09 10:06:16 +01:00
Ludvig Böklin
ae866ac7c6 Improve gliding
- make glider dimensions a factor of body height
- increase glider dimensions across the board
- remove delay from transition into glide
- enable glider control while wielding glider
- improve glide wield animation
2021-08-09 10:06:16 +01:00
Ludvig Böklin
c1df48168a Fix mistake of pre-multiplying aerodynamic coefficients
Increase glider zero-lift drag
2021-08-09 10:06:15 +01:00
Samuel Keiffer
e0e7d643a6 Merge branch 'ubruntu/relative-xp-curve' into 'master'
XP reward curve modified for faster gain at lower levels

See merge request 
2021-08-08 03:34:57 +00:00
ubruntu
d324afe73a XP reward curve modified for faster gain at lower levels 2021-08-08 03:34:56 +00:00
juliancoffee
0ccfb8e004 Expose beam_offsets to AI 2021-08-08 00:33:43 +03:00
Samuel Keiffer
3b3bf10e4a Merge branch 'juliancoffee/pillar_fix' into 'master'
Nerf pillars + Fix Beam ori

See merge request 
2021-08-07 16:35:24 +00:00