You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.0 KiB
Smarty
43 lines
2.0 KiB
Smarty
% import random
|
|
% rebase('frame.tpl')
|
|
<div class="content-grid">
|
|
<h1><a href="/gdd">blessfrey gdd</a> - proximity</h1>
|
|
<p>(All distances on this page refer to interentitic distance, not spatial distance.) <br></p>
|
|
<br>
|
|
<p>Generally, proxemics refers to the study of the relationship between social beings and physical distance. In Blessfrey, relative distances between interactables and game mechanic ranges are modeled after <a href="https://en.wikipedia.org/wiki/Proxemics">Edward T. Hall's interpersonal distances of man</a>: public, social, personal, and intimate distance. <br></p>
|
|
<br>
|
|
<p>It's so unfortunate that social distance is more often associated with the pandemic than proxemics now. I may have to find more positive terms later, but these work well for me. :/ I like the implication of a generalized "personal bubble" instead of the solely combat-oriented "aggro bubble" of other RPGs. <br></p>
|
|
<img src="/static/img/gdd/personalbubble.svg" alt="(chart: concentric rings. From outer to inner, public space is 25-12', social space is 12-4', personal space is 4-1.5', and intimate space is 1.5' or less.)">
|
|
<p>(image was made by WebHamster for Wikipedia)
|
|
<br>
|
|
<p>Distances are declared in the mobile entity's mobile.gd. I...don't know what Godot units are supposed to be. I think they are pixels? Let's call them degrees(❥). I estimate 1❥ to equal ~2.5 social inches. <br></p>
|
|
<br>
|
|
<h2>extrapersonal distance </h2>
|
|
<p><ul>
|
|
<li>range: ???-∞❥ </li>
|
|
<li>relevancy: conceptual interentitic outerspace </li>
|
|
</ul></p>
|
|
<h2>public distance </h2>
|
|
<p><ul>
|
|
<li>range: 90-???❥ </li>
|
|
<li>relevancy: </li>
|
|
</ul></p>
|
|
<h2>social distance </h2>
|
|
<p><ul>
|
|
<li>60-90❥. </li>
|
|
<li> </li>
|
|
</ul></p>
|
|
<h2>personal distance </h2>
|
|
<p><ul>
|
|
<li>45-60❥. </li>
|
|
<li> </li>
|
|
</ul></p>
|
|
<h2>intimate distance </h2>
|
|
<p><ul>
|
|
<li>range: 0-45❥ </li>
|
|
<li>relevancy: item pickup, melee attacks </li>
|
|
</ul></p>
|
|
<br>
|
|
</div>
|
|
|