#Lotus Pool Mechanics

1 messages · Page 1 of 1 (latest)

junior fractal
#

Hi, I am quite new to modding and am trying to change how the lotus pool works in terms of changing the time for spawning lotuses and what lotuses are produced by the lotus pool. I already know that the name for the pool is 'npc_dota_lotus_pool' and that it has a modifier 'modifier_passive_lotus_pool_building'. Is there a way I can change/edit this modifier (as I assume it is responsible for the lotus pool functionality)? Any snippets of code if anyone has already done something similar would be appreciated so I can see what to do and where in the addon it should go 😅 . Thanks!

pale scaffold
#

Thing is this modifier done by valve in c++ and what you can do with it in lua are very limited and black magic on top of that. Best way just reimplement lotus pool from 0, but that will be hard for beginner