Page MenuHomeWildfire Games

Enable red fox and arctic fox
ClosedPublic

Authored by Phormio on May 20 2017, 6:00 PM.

Details

Summary

New templates for both foxes, including icons. Their properties were modelled after wolves, but unlike them they are easy prey:

  • 50 health
  • 50 meat and 15 loot as reward for killing them
  • 2.5 hack attack and 5.0 pierce attack with max. range of 3 tiles

For the source of the icons, see ticket #4580

Test Plan

Not applicable.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Phormio created this revision.May 20 2017, 6:00 PM
Phormio edited the summary of this revision. (Show Details)
Phormio updated this revision to Diff 2065.May 20 2017, 11:21 PM
  • included PNG images
Owners added a subscriber: Restricted Owners Package.May 20 2017, 11:21 PM
elexis accepted this revision.May 21 2017, 2:31 AM
elexis added a subscriber: elexis.

Yes, it's not animated, neither are the horses, bears, walrus and many other animals unfortunately. Should be a good starter task for artists actually. The model itself is a bit lowpoly, but looks quite nice (each polygon or decoration we can get in there counts IMO) .
The png's are good.
Thanks for the patch.
Tested the behavior of the (apparently currently only) template_unit_fauna_wild animal and it attacks if attacked, otherwise ignores one, as it should.
Since you didn't upload a patch that fixes the one occurance where the fox is used, you will have to add some initial arctic fox to polar sea.

binaries/data/mods/public/simulation/templates/template_unit_fauna_fox.xml
4 ↗(On Diff #2065)

since wild_defensive includes this, this entry won't be needed anymore.

6 ↗(On Diff #2065)

No. Same thing that applied to aggressive and violent animals also applies to the fox: D497. Show evidence that people hunted foxes for meat. Could only find one incidence in Nevada in 1844 and the notion that a human can and does eat everything if starving.

For elephants I could find this https://en.wikipedia.org/wiki/Elephant_meat

13 ↗(On Diff #2065)

Ok, since a wolf has:

<Hack>10.0</Hack>
<Pierce>10.0</Pierce>
18 ↗(On Diff #2065)

correct

23 ↗(On Diff #2065)

Correct, tested with the developer overlay.

29 ↗(On Diff #2065)

All animals have that, ok

This revision is now accepted and ready to land.May 21 2017, 2:31 AM
elexis added inline comments.May 21 2017, 2:37 AM
binaries/data/mods/public/simulation/templates/template_unit_fauna_fox.xml
1 ↗(On Diff #2065)

For consistency with all the other template names, should use template_unit_fauna_wild_defensive_fox. The wolf template seems to break this pattern.

This revision was automatically updated to reflect the committed changes.