Starbound
Lucario Race
 Bu başlık sabitlenmiş, muhtemelen önemli bir başlık
XDgierman  [geliştirici] 15 Nis 2018 @ 6:16
Lucario FrackinRaces Mod Compatibility
Yes, Lucario Race does have FrackinRaces compatibility.
Here are the the changes:

Cons:
  • -5% Health
  • -5% Protection
  • -20% Fire Resistance
  • -30% Radiation Resistance
  • -30% Electric Resistance
  • Due to constant Aura generation requires more frequent feeding

Pros:
  • +8% Movement Speed
  • Fast Energy Regen
  • +5% Damage
  • +10% Energy
  • +20 Ice Resistance
  • +25% Aura Resistance to Shadow
  • Immunity to Poison
  • (Not yet applied)40% Resistance to Proto-Poison

Food : Omnivore with preference for berries. Avoid mechanical food.

Weapons:
  • Pistol / Machinepistol: +15% Damage and Energy
  • Shortspear / Spear: +8% Damage and +5% Critical. Strikes faster when well fed
  • Wands / Staves: +5% Damage and Energy
  • Fists: +10% Damage

On hot biomes: -20% protection
On forest / jungle biomes: +5% Energy and +10 Knockback Resistance

Racial Bonus: Aura Berserk (the more damage you take, the more dangerous you become, up to +15% damage and -10% protection).

Playstyle: Damage

The statistics are based on Pokémon™ Pokédex™ and Super Smash Bros.™
En son XDgierman tarafından düzenlendi; 9 Nis 2020 @ 2:14
< >
33 yorumdan 1 ile 15 arası gösteriliyor
The Frackin' Universe desc is too long to even fit in the race desc so I just read this. Thanks for putting this up!
Zancuno  [geliştirici] 12 Kas 2018 @ 0:59 
I got a reply on the Starbound Forums. Someone reported an issue with the Lucario Bezerker LUA. I'm not sure if it has been fixed yet or not.
XDgierman  [geliştirici] 12 Kas 2018 @ 11:54 
I'll check it.
Zancuno  [geliştirici] 12 Kas 2018 @ 17:36 
İlk olarak XDgierman tarafından gönderildi:
I'll check it.
Thanks!! I'm over here testing to see if I can change the uniform of the NPCs that become crew for the lucario. That way they are wearing something that actually fits.
Compatibility broken as of recently. Eating anything will make the Lucario "sick" (I say that in quotes because for some reason, nothing bad is happening). Presumably, other functionality is broken, and the description of the race is missing the Frackin' Races info.
XDgierman  [geliştirici] 6 Mar 2019 @ 6:02 
Yea, the problem with eating is because the Frackin' Races conficts with mod about food.
Basically, the mod need a flag that checks if the Frackin' Races is installed or add food aspects to Fracin' Races, for which I've crated a patch.
Also, Frackin' Races have 4 flags for food: Omnivore, Herbivore, Carnivore and Robot.
Description of race is not missing, it clips through the description box, so it can't fully be shown.
Zancuno  [geliştirici] 6 Mar 2019 @ 13:44 
İlk olarak XDgierman tarafından gönderildi:
Yea, the problem with eating is because the Frackin' Races conficts with mod about food.
Basically, the mod need a flag that checks if the Frackin' Races is installed or add food aspects to Fracin' Races, for which I've crated a patch.
Also, Frackin' Races have 4 flags for food: Omnivore, Herbivore, Carnivore and Robot.
Description of race is not missing, it clips through the description box, so it can't fully be shown.
Someone over in the updates discussion was asking me for more berry stuff for FR. I looked into it the Lucario are omnivores by code. Although I dove into FR and noticed that the Pecha and Chesto berries are not actually patched into FR. They are missing the (carnivore, herbivore, etc etc) food type effect patch.

I'll have to make some patch files using test code to fix this inside the Lucario.
En son Zancuno tarafından düzenlendi; 6 Mar 2019 @ 14:36
XDgierman  [geliştirici] 7 Mar 2019 @ 4:39 
İlk olarak Zancuno tarafından gönderildi:
I'll have to make some patch files using test code to fix this inside the Lucario.
The patch for Frackin' Races[github.com] about berries is waiting for merger to main version of mod.
I've also patched the berry juices.
En son XDgierman tarafından düzenlendi; 7 Mar 2019 @ 4:44
Zancuno  [geliştirici] 7 Mar 2019 @ 15:07 
İlk olarak XDgierman tarafından gönderildi:
İlk olarak Zancuno tarafından gönderildi:
I'll have to make some patch files using test code to fix this inside the Lucario.
The patch for Frackin' Races[github.com] about berries is waiting for merger to main version of mod.
I've also patched the berry juices.
If it hasn't merged in a few days, let me know. I can ping Sayter on discord. Also thanks (gonna eventually turn the credits file into a log for things done lol)
En son Zancuno tarafından düzenlendi; 7 Mar 2019 @ 15:09
Zancuno  [geliştirici] 15 Mar 2019 @ 12:22 
İlk olarak XDgierman tarafından gönderildi:
İlk olarak Zancuno tarafından gönderildi:
I'll have to make some patch files using test code to fix this inside the Lucario.
The patch for Frackin' Races[github.com] about berries is waiting for merger to main version of mod.
I've also patched the berry juices.
No reply from you so went ahead and pinged Sayter, he has been notified about the pull request.
Zancuno  [geliştirici] 26 May 2019 @ 21:22 
İlk olarak XDgierman tarafından gönderildi:
I'll check it.
So I know that I don't really understand lua that much but I got some help and tried to teach myself a little. The reason why lucarioauraberserk.lua was breaking is because funnily enough, in Init there were no base values for powerMod, protectionMod, and critMod. So I included base values going by what you typed (power : 1, protection : 1, and crit: 0) and it started working.

I have done a pull request to FR with the changes though we probably need talk about the lucario weapons as I don't think they are FR adapted yet.
En son Zancuno tarafından düzenlendi; 26 May 2019 @ 22:03
XDgierman  [geliştirici] 27 May 2019 @ 8:00 
Lol, really?
Well, that one "=" is not needed, because it makes the code go in infinite loop, which can slow down the game.
Zancuno  [geliştirici] 27 May 2019 @ 10:18 
İlk olarak XDgierman tarafından gönderildi:
Lol, really?
Well, that one "=" is not needed, because it makes the code go in infinite loop, which can slow down the game.
Well Thanks for catching that!
'avoid mechanical food' why? he's immune to poison and is Made of metal, shouldn't he be able to eat mechanical food just fine?
< >
33 yorumdan 1 ile 15 arası gösteriliyor
Sayfa başına: 1530 50