Tilion Alliance Camo Armor (5e Equipment)

Tilion Alliance Camo Armor

Light Armor
Cost Armor Class (AC) Strength Stealth Weight
N/A, given to soldiers by Tilion Alliance military12{{{strength}}}{{{stealth}}}6lbs. lb.

A light armor made from strong cloth and a thin sheet of metal on the inside. The Telos from the Tilion Alliance were able to modify cloth to be insanely durable. It covers the entire body except for nose and eyeholes. It is camo with a pocket on the sides to hold cloth that can be attached due to clamps on the armor. The cloth allows to blend in with greenery, snow, fiery areas, night, and underwater. It gives advantage on Stealth and adds +2 to the Stealth modifier if the cloth applies to the area.



Back to Main Page 5e Homebrew Equipment Armor

gollark: BEE, `MAP_SHARED` didn't help.
gollark: No, that could be done much more easily.
gollark: Ah, MAP_SHARED is needed.
gollark: I have good* reasons for this
gollark: ```scheme(load-shared-object "/usr/lib/libc.so.6")(define fork (foreign-procedure #f "fork" () unsigned))(define waitpid (foreign-procedure #f "waitpid" (unsigned uptr unsigned) unsigned))(define mmap (foreign-procedure #f "mmap" (uptr unsigned unsigned unsigned unsigned unsigned) uptr))(define shmem (mmap 0 1024 3 0 0 0))(define pid (fork))(display "PID=")(display pid)(newline)(define apiomemetics (lambda (x y) (if (null? x) 0 (if (= (length x) 99) 1 (car x)))))(define prisond (lambda (x y) (if (= x y) (if (= x 1) '(-2 -2) '(-1 -1)) (if (= x 1) '(0 -3) '(-3 0)))))(if (= pid 0) ( (begin (display "hi from child") (foreign-set! 'integer-32 shmem 0 3) (newline) (exit) ) (begin (display "parent apioform") (newline) (waitpid pid 0 0) (display "hi from parent") (newline) (display (foreign-ref 'integer-32 shmem 0)) (newline) )))```Help?
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.